Forum Discussion
Anush
Nimbostratus
Aug 11, 2016TCL errors
we have following irule configured and it's throwing large amount of TCL errors evenif logging is disable for the irule. It's working ok and in production but not sure why it cause TCL errors
...
VernonWells
Employee
Aug 12, 2016HTTP::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.
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects