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

--- Comment #13 from mgrigorov <mgrigo...@apache.org> ---
I agree with Emond.
By Servlet spec (actually the javadoc of
javax.servlet.http.HttpServletResponse#sendRedirect) only #sendRedirect()
should convert the url from relative to absolute. I think this is the place
where URL normalization should happen.

Using HttpServletRequestWrapper in Wicket in an option but this will solve the
problem only in Wicket. Every other framework or plain application may face the
same problem.

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