I have a 404.jsp for logging broken links. I get the missing page by doing this:

String url =  request.getRequestURL().toString();

This works when the missing page is a jsp. When it is something else like a .html, my url variable ends up with the url to my 404 handler. I assume this is a problem with apache forwarding to 404.jsp. How can I work around this?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to