Bertrand Delacretaz wrote > Hi Florian, > > On Wed, May 4, 2011 at 12:12 PM, Florian Brunswicker <[email protected]> > wrote: >> ...I would like to configure a custom error page >> (e.g. <%@ page errorPage="/apps/geometrixx/components/…/MyErrorPage.jsp" %>) >> but I could not get this working. Neither the error page nor the stacktrace >> is getting displayed when i configure it this way.... > > The errorPage attribute might not be supported, but I'm not familiar > enough with our JSP engine to know for sure. > > Can anyone confirm whether we suport errorPage as shown above? > >I haven't looked in detail yet, but I think it is supported - however, >atm it is not supported to call a sling resource.
>Carsten Hello *, I have provided a patch enabling sling resources for JSP page exception handler on issue SLING-2094 [0] Regards Antonio [0] https://issues.apache.org/jira/browse/SLING-2094
