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

Wildfly don't uses error pages

XMLWordPrintable

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

      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>

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

                Created:
                Updated:
                Resolved: