Bug ID 708068: Tcl commands like "HTTP::path -normalize" do not return normalized path.

Last Modified: Oct 07, 2023

Affected Product(s):
BIG-IP LTM(all modules)

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

Symptoms

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)

Impact

Unexpected result.

Conditions

The TCL command HTTP::path -normalize does not return normalized path as expected.

Workaround

There is no workaround.

Fix Information

The TCL command HTTP::path -normalize should return normalized path.

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips