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

--- Comment #13 from mgrigorov <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to