]
Stuart Douglas resolved WFLY-3093.
----------------------------------
Fix Version/s: 8.0.1.Final
Resolution: Done
Undertow doesn't show the correct error page (401)
--------------------------------------------------
Key: WFLY-3093
URL:
https://issues.jboss.org/browse/WFLY-3093
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web (Undertow)
Affects Versions: 8.0.0.Final
Reporter: Juergen Zimmermann
Assignee: Stuart Douglas
Fix For: 8.0.1.Final
I'm using the WildFly snapshot from last Thursday with Undertow 1.0.1.
When I try to invoke a protected web page, I'm getting an almost blank web page with
just the contents "401 - Unauthorized".
However, in WEB-INF/web.xml I'm having this declaration:
{code}
<error-page>
<error-code>401</error-code>
<location>/rf/error/accessDenied.jsf</location>
</error-page>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: