https://bz.apache.org/bugzilla/show_bug.cgi?id=66133
Bug ID: 66133
Summary: uri and parsed_uri not truncated for multiple slashes
Product: Apache httpd-2
Version: 2.4.52
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: mod_request
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Working on upgrade to 2.4.52 version. And have a test in which url has multiple
slashes that needs to be truncated.
Looking at this change -
https://github.com/apache/httpd/commit/6b3b91a616b4848ee134ef902c785a7b2c0dd453
Before this, ap_no2slash(r->uri) was called. And now it is not which is causing
our tests to fail. We see that although parsed_uri.path is truncated, r->uri is
not, which eventually leads to failure.
Why this change in behavior for these 2 variables?
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]