qiniu / ruby-sdk

Qiniu Resource (Cloud) Storage SDK for Ruby
MIT License
164 stars 138 forks source link

修复了 Qiniu::Auth#authorize_download_url_2 中 key 被错误的 escape 的问题 #155

Closed bachue closed 8 years ago

bachue commented 8 years ago

在 authorize_download_url_2 中 key 是被 CGI escape 的而非 URI escape,虽然在很多情况下这样的 URL 依然可以访问,但是可能导致 CDN 无法正确缓存这样的 URL