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