Re: Global Error Page Override

2006-10-11 Thread Pid
very bad practice to return a blank page, or worse no response at all. your 404 shouldn't contain information that is 'best kept secret' anyway. given that you can customise the error response, you could just return a really simple page (but bear in mind the IE error page file size 'feature'). y

Global Error Page Override

2006-10-11 Thread Darren
Hi, I am looking for a way to globally change the error pages on java.lang.Exception (stacktrace) and 404 because they contain information that is best kept secret on production servers. I realise you can do this on a per application basis with WEB-INF/ web.xml but I'm looking at this mor