[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:14:33 EDT 2014
[ https://issues.jboss.org/browse/WFLY-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12951353#comment-12951353 ]
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
More information about the jboss-jira
mailing list