0 Replies Latest reply on Jul 19, 2014 3:47 AM by mehekund

    Security domain & HTTP status code

    mehekund

      Hello!

      I am currently moving a REST Servlet from Jetty to Wildfly. I use BASIC authentication with a security domain. To prevent the browser from poping up a login dialog I want to change the HTTP status code in case of failed authorization (I did it with jetty with a custom Authenticator).

      Any ideas or experiences on how to do this with Wildfly?

      Thank you in advance