We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found a problem with URL parsing when downloading.
% is url safe. but, encoded to %25. https://github.com/carrierwaveuploader/carrierwave/blob/master/lib/carrierwave/downloader/base.rb#L43
%
%25
This has led to an issue where the PreSigned S3 Object url cannot be accessed. I'll fix and pull request.
The text was updated successfully, but these errors were encountered:
fix issue carrierwaveuploader#2517
baa1b4e
3faf749
Fix URL escape issues by escaping on URI parse error only
a478287
Fixes carrierwaveuploader#2456, Closes carrierwaveuploader#2457, Fixes carrierwaveuploader#2472, Closes carrierwaveuploader#2473, Fixes carrierwaveuploader#2505, Fixes carrierwaveuploader#2517, Closes carrierwaveuploader#2518
No branches or pull requests
I found a problem with URL parsing when downloading.
%
is url safe. but, encoded to%25
.https://github.com/carrierwaveuploader/carrierwave/blob/master/lib/carrierwave/downloader/base.rb#L43
This has led to an issue where the PreSigned S3 Object url cannot be accessed.
I'll fix and pull request.
The text was updated successfully, but these errors were encountered: