[jboss-jira] [JBoss JIRA] (WFLY-3093) Undertow doesn't show the correct error page (401)
Stuart Douglas (JIRA)
issues at jboss.org
Sun Mar 23 18:17:12 EDT 2014
[ https://issues.jboss.org/browse/WFLY-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list