https://issues.apache.org/bugzilla/show_bug.cgi?id=53469

--- Comment #12 from papegaaij <[email protected]> ---
In my opinion, Tomcat should not convert relative URLs to absolute in
encodeURL. That should only be done in encodeRedirectURL. encodeURL can still
perform normalization, as long as it preserves relative URLs. For example,
./a/../b can be normalized to ./b, but it should not be converted into an
absolute URL.

-- 
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]

Reply via email to