You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
When there are special characters in the URI path that are not allowed by the filesystem (like : on Windows), the MockStorageAdapter using SubfolderNamingStrategy fails with
Symfony\Component\Filesystem\Exception\IOException: Failed to create "/vagrant/tests/fixtures/guzzle/.../transform;key=rest:api": mkdir(): Input/output error.
And unfortunately one cannot reconfigure the adapters, making the caching / mocking unusable.
The text was updated successfully, but these errors were encountered:
Tobion
added a commit
to Tobion/guzzle-cache-middleware
that referenced
this issue
Jan 15, 2018
This way the library also wouldn't need to worry about such things like invalid chars. But the cache key would usually not translate to the filename as the key is likely hashed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When there are special characters in the URI path that are not allowed by the filesystem (like
:
on Windows), the MockStorageAdapter using SubfolderNamingStrategy fails withAnd unfortunately one cannot reconfigure the adapters, making the caching / mocking unusable.
The text was updated successfully, but these errors were encountered: