View Ticket
Ticket Hash: bc4556171f783974e81d70a166d09a5cea0a42a8
Title: Path names are not URL decoded
Status: Open Type: Feature_Request
Severity: Minor Priority:
Subsystem: Resolution:
Last Modified: 2014-08-31 17:58:23
Version Found In: 1.8
User Comments:
rkeene added on 2014-08-31 17:58:23:

HTTP requests for paths are not URL decoded so special characters must be represented in the filesystem as they would be URL encoded by User Agents. Since UAs may choose to encode things differently multiple filenames are currently required to serve a single resource.

If URL decoding were performed by the HTTP server then a single pathname could be used.