2 Replies Latest reply on Feb 12, 2013 3:20 AM by veitg

    Basic authentication and Arquillian

    veitg

      Hi.

       

      I'm using Arquillian for my tests. Recently we added security to our webapp with basic auth. To be restrict, we deny all requests to URLs except the ones we know. Now our tests fail, because Arquillian gets 401 when

      accessing it's own test servlet on the server.

       

      Is there any way to configured http basic auth in arquillian.xml or anything else to get this working? I would like to avoid adding arquillian to our whitelist since this would get into production as well.

       

      I read about the username/password property within the configuration, but it seems that this is only for the management stuff, right?