Last Modified: Apr 28, 2025
Affected Product(s):
BIG-IP LTM
Known Affected Versions:
12.1.3, 12.1.3.1, 12.1.3.2, 12.1.3.3, 12.1.3.4, 12.1.3.5, 12.1.3.6, 12.1.3.7, 13.1.0, 13.1.0.1, 13.1.0.2, 13.1.0.3, 13.1.0.4, 13.1.0.5, 13.1.0.6, 13.1.0.7, 13.1.0.8, 13.1.1, 13.1.1.2, 13.1.1.3, 14.0.0, 14.0.0.1, 14.0.0.2, 14.0.0.3, 14.0.0.4
Fixed In:
15.0.0, 14.1.0, 14.0.0.5, 13.1.1.4, 12.1.4
Opened: Feb 27, 2018 Severity: 3-Major
When using HTTP::path with the -normalized parameter: "%2E%2E" is converted to ".." (expected) "/foo/../bar" is converted to "/bar" (expected) "/foo/%2E%2E/bar" is converted to "/foo/../bar" (unexpected)
Unexpected result.
The TCL command HTTP::path -normalize does not return normalized path as expected.
There is no workaround.
The TCL command HTTP::path -normalize should return normalized path.