NullPointerException in CxfAuthenticator ----------------------------------------
Key: CXF-2702 URL: https://issues.apache.org/jira/browse/CXF-2702 Project: CXF Issue Type: Bug Components: Core Affects Versions: 2.2.6 Reporter: S. Ali Tokmen Steps to reproduce: 1) Use CXF. CXF will then set the java.net.Authenticator on the JVM to CXFAuthenticator 2) Try to access a password protected page without giving out any credentials Expected: an error 401 or 403 Actual: CXF throws an exception because there's no message in the PhaseInterceptorChain. That's normal, we did not start any CXF exchange! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.