Re: Relative redirect with sendRedirect(...)

2008-11-19 Thread Stig Kleppe-Jørgensen
>> If not, why doesn't a HttpServletResponse.sendRedirect("../../go/here") >> work? As far as I can read from the servlet spec, the servlet engine >> _must_ >> resolve relative redirects before sending the redirect back to the >> browser. >> But as far as I can tell, Tomcat does not do this. And f

Relative redirect with sendRedirect(...)

2008-11-18 Thread Stig Kleppe-Jørgensen
relative redirects before sending the redirect back to the browser. But as far as I can tell, Tomcat does not do this. And furthermore, the watchdog tests does not have a test for this. Regards, Stig Kleppe-Jørgensen -- View this message in context: http://www.nabble.com/Relative-redirect-w