Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Invalid signature error when reading file from subfolder #1

Closed
kadnan opened this issue Dec 21, 2011 · 1 comment
Closed

Invalid signature error when reading file from subfolder #1

kadnan opened this issue Dec 21, 2011 · 1 comment

Comments

@kadnan
Copy link

kadnan commented Dec 21, 2011

Details are given here for the error. Its happening when I access file in subfolder. Things work fine if file is in parent folder.

http://pastie.org/3051012

@BenExile
Copy link
Owner

It appears the problem is not related to a file being in a sub-folder, but is caused by incorrect character escaping. In this case forward slashes were encoded to %2F, but actually need to be literal forward-slash characters for use in the URL. This issue is fixed in commit 0611223. Thanks for raising this, @kadnan. Issue closed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants