Forum Discussion
TCL errors
HTTP::path will return the path exactly as it was requested, using the precise case requested. My point above is that, by specification, the Request-URI (including the path element) is case-sensitive. However, when passing through the path to an underlying filesystem that is not case-sensitive, the behavior probably depends on the configuration of the server software. For Apache on Linux using ext3/4 (unless you intentionally change it with, e.g., mod_spelling), the following Request-URI paths are all different and distinct:
/abc/def.html
/ABC/def.html
/abc/Def.html
/abc/def.HTML
etc.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
