I am using Sandesha2 1.2 + Axis2 1.2 + Rampart 1.2 for reliable messaging.
Set the basic authentication paramater with the following code:
HttpTransportProperties.Authenticator authenticator = new
HttpTransportProperties.Authenticator();
authenticator.setRealm(HttpTransportProperties.Authenticator.BASIC);
authenticator.setUsername(rr.getAuthUser());
authenticator.setPassword(rr.getAuthPassword());
authenticator.setPreemptiveAuthentication(true);
Saw the "Authorization" header created if Sandesha2 module was not engaged.
If Sandesha2 was used for reliable messaging, I Noticed that the
"CreateSequence" request does not have any "Authorization" header at all.
Is this a bug fixed in coming 1.3 release?
--
View this message in context:
http://www.nabble.com/Sandesha2-1.2-HTTP-basic-authentication-problems.-tf4356354.html#a12414230
Sent from the Apache Sandesha mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]