HI, I read the CXF article which suggests that for Java 6 NTLM is natively supported. But I am not sure if I understand it correctly.
What I mean is that do we have to set AuthorizationType to something after creating the AuthorizationPolicy class? or do we need to extend the Java.net.Authenticator class and set Authenticator.setDefault to the new instance of the extended class? I tried this extension route but did not see the call coming to this method. My Junit test keep failing where it keeps grabbing my logged in windows ID and passing it to the web service and failing. Is there any additional step I am missing here? Like hooking up the extended class to AuthorizationPolicy or something? Any insight on this is highy appreciated. If there is no workaround should I try the jcifs route which was suggested for Java 5? -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-and-NTLM-on-Java-6-tp4263002p4263002.html Sent from the cxf-user mailing list archive at Nabble.com.
