I see strange behaviour with a custom 500 error message. When I call a troubling jsp directly like for example http://chaosys.ch/templates/jsp/mysite/throwexception.jsp 500.jsp is included as expected.
But when I let magnolia take care of the troubling jsp ie: http://chaosys.ch/home.html it only works when I define <jsp:directive.page errorPage="/500.jsp" /> in the jsp. Otherwise I get a blank page. I don't understand where magnolia interrupts the 500 message when the errorPage directive isn't set? Regards, Marc web.xml: <error-page> <error-code>500</error-code> <location>/500.jsp</location> </error-page> Magnolia 2.1 (1454) ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
