Hi All,
I would like to customize 401 Autehtication Error page.
Can someone assist how I can do that ?
Thanks,
Koray
I think that this error has to be catch by the your web-app.
example
<error-page>
<error-code>404</error-code>
<location>/pagenotfound.jsp</location>
</error-page>