Group, I just found this little *feature* in Orion (1.4.8). If you put in an error page in you web.xml: <error-page> <error-code>404</error-code> <location>/main/404.html</location> </error-page> where main is the entry point to a Type 2 controller servlet, the request.getPathInfo() from the servlet will return the OLD path prior to the error, versus the new path (old path = /badurl, new path=/404.html). Its a little bothersome, since the servlet is my Type 2 controller, and needs to process all requests for resources, including the error page. I get a recursion error from Orion. Is this per the spec? Regards, the Elephantwalker
