[jboss-jira] [JBoss JIRA] (WFLY-2691) Wildfly don't uses error pages

Otávio Garcia (JIRA) issues at jboss.org
Fri Dec 27 00:43:33 EST 2013


Otávio Garcia created WFLY-2691:
-----------------------------------

             Summary: 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)
            Reporter: Otávio Garcia


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