Wrong URL unescaping
--------------------
Key: SLING-2049
URL: https://issues.apache.org/jira/browse/SLING-2049
Project: Sling
Issue Type: Bug
Reporter: Tobias Bocanegra
Priority: Minor
there is a difference when requesting with or without an escaped url. for
example:
curl -v -u admin:admin "http://localhost:4502/content/foo test.html"
...
<p>The requested URL /content/foo was not found on this server.</p>
and
curl -v -u admin:admin "http://localhost:4502/content/foo%20test.html"
...
<p>The requested URL /content/foo%20test.html was not found on this server.</p>
Expected that the %20 is unescaped before resolved.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira