[thelist] emailing reports of 404 errors to myself

Hassan Schroeder hassan at webtuitive.com
Thu Apr 20 20:23:53 CDT 2006


Chris Hayes wrote:
> As I remember it in CF, somewhat annoyingly, the script_name cgi var on a 
> 404 page is the 404 page, not the missing page.

Is this using CF on JRun? Because in Java you still have access to
the original request URI --

   request.getAttribute("javax.servlet.error.request_uri");

So doing the 404 page as a JSP might be an option...

-- 
Hassan Schroeder ----------------------------- hassan at webtuitive.com
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
                opinion: webtuitive.blogspot.com
				
                          dream.  code.





More information about the thelist mailing list