[jboss-jira] [JBoss JIRA] (WFLY-2691) Wildfly don't uses error pages
Brian Stansberry (JIRA)
issues at jboss.org
Fri Feb 7 22:02:29 EST 2014
[ https://issues.jboss.org/browse/WFLY-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated WFLY-2691:
-----------------------------------
Component/s: Web (Undertow)
> Wildfly don't uses error pages
> ------------------------------
>
> Key: WFLY-2691
> URL: https://issues.jboss.org/browse/WFLY-2691
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web (Undertow)
> Reporter: Otávio Garcia
> Labels: wildfly
>
> My web.xml contains declaration for error pages.
> But if an 500 error occurs, Wildfly print your own error page. It should use my error pages, since it's declared in web.xml.
> <error-page>
> <error-code>500</error-code>
> <location>/error.jsp</location>
> </error-page>
--
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