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

--- Comment #12 from papegaaij <emond.papega...@topicus.nl> ---
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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to