You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2022/06/21 16:01:13 UTC

[Bug 66133] uri and parsed_uri not truncated for multiple slashes

https://bz.apache.org/bugzilla/show_bug.cgi?id=66133

Yann Ylavic <yl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Yann Ylavic <yl...@gmail.com> ---
ap_no2slash() has been replaced by ap_normalize_path(), and a later change
(https://github.com/apache/httpd/commit/aaf7e3eb4f21d3aec19381491470a5168a05904a,
after the commit you mention) handled slash merging ealier (both change made it
to 2.4 at the same time).

What is your test precisely? Because usually r->uri and r->parsed_uri.path are
pointing to the same string at this point, so changing r->parsed_uri.path in
place should also change the value pointed to by r->uri.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org