0 Replies Latest reply on Jan 27, 2011 6:26 AM by whuath19

    SPNEGO with custom error page in jboss

    whuath19

      Hi,

       

      I am using jboss negotiation spnego successfully, but would like to add a custom error pages.

       

        <error-page>

          <error-code>401</error-code>

          <location>/error.jsp</location>

        </error-page>

       

      I've found that if I add a custom error page for 401 errors, the negotiation stops working.  The 401 gets to the browser

      with the custom error page, but without the WWW-Authenticate header, so the browser never responds to the negotiation

      request.

       

      Has anyone else tried to get this to work?

      ta.

      Roy