Is there a way to prevent HttpUnit from trying to handle authorization itself?
I have a unit test that is supposed to return an Unauthorized response with an unusual WWW-Authenticate that HttpUnit cannot possibly handle. I want the response to come all the way back to the test code to handle.
Currently the system throws a NullPointerException in getCredentialsForRealm (no surprise!). I...
2009-06-09 01:19:56 UTC in httpunit