Re: web.xml error page redirect, Java EE 5

2006-10-24 Thread Tomas Pop
Jon Wingfield wrote: Have you tried the request attributes specified in section "SRV.9.9 Error Handling" of the servlet spec? Specifically, the request attribute named "javax.servlet.error.request_uri". No, I haven't. Thank you for your help, it works fine now. Tomas Pop wrote: Hello, I

Re: web.xml error page redirect, Java EE 5

2006-10-24 Thread Jon Wingfield
Have you tried the request attributes specified in section "SRV.9.9 Error Handling" of the servlet spec? Specifically, the request attribute named "javax.servlet.error.request_uri". HTH, Jon Tomas Pop wrote: Hello, I have a problem with change of the method HttpServletRequest.getRequestUR

web.xml error page redirect, Java EE 5

2006-10-24 Thread Tomas Pop
Hello, I have a problem with change of the method HttpServletRequest.getRequestURL() in Java EE 5. I have this situation: URL matches http://server/app/page-key-word-string These URLs generates 404 Tomcat error page, which redirects (according to web.xml settings) to redirectServlet, where I