[jboss-jira] [JBoss JIRA] (WFLY-3093) Undertow doesn't show the correct error page (401)
Juergen Zimmermann (JIRA)
issues at jboss.org
Sun Mar 9 11:10:33 EDT 2014
Juergen Zimmermann created WFLY-3093:
----------------------------------------
Summary: 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
More information about the jboss-jira
mailing list