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

Undertow doesn't show the correct error page (401)

    XMLWordPrintable

Details

    Description

      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:

      <error-page>
          <error-code>401</error-code>
          <location>/rf/error/accessDenied.jsf</location>
      </error-page>
      

      Attachments

        Activity

          People

            sdouglas1@redhat.com Stuart Douglas
            juergen.zimmermann Juergen Zimmermann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: