[
https://issues.jboss.org/browse/WFLY-3093?page=com.atlassian.jira.plugin....
]
Juergen Zimmermann commented on WFLY-3093:
------------------------------------------
To reproduce:
1) Deploy a web app with BASIC authentication
2) Invoke a protected page in a webbrowser
3) Ignore the browser's dialog box for BASIC authentication
4) The page with "401 - Unauthorized" appears.
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
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:
http://www.atlassian.com/software/jira