How to configure dispatchers to use custom error pages?
Hi,
We have created some custom error handler pages (in /apps/sling/servlet/errorhandler/) and they are being served as expected when we hit our publish instances directly (e.g. http://example.com:4503/foo).
However when we access a web site through the dispatcher, the dispatcher does not use our custom pages and renders the standard 404 error page.
Is there a way to configure the dispatcher to use our custom error pages as well?
Thanks.