Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.2
-
None
-
None
Description
Example on bottom of page http://ws.apache.org/axis2/1_2/http-transport.html#preemptive_auth
last line says:
options.setProperty(org.apache.axis2.transport.http.HTTPConstants.BASIC_AUTHENTICATE,auth);
should say:
options.setProperty(org.apache.axis2.transport.http.HTTPConstants.AUTHENTICATE,auth);
Also I'd like to see
auth.setPreemptiveAuthentication(true);
documented, here which is already in the HTML anchor (see URL), but not mentioned.