Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-2691

Wildfly don't uses error pages

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • None
    • Web (Undertow)

    Description

      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>

      Attachments

        Activity

          People

            sdouglas1@redhat.com Stuart Douglas
            garcia-jj Otávio Garcia (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: