I'm getting "No credentials available for NTLM <any realm>@ffeusplmsap94q:80"
and assume it's because I'm not setting the credentials correctly. There is
a bug that provides the below code to set the credentials but that method is
not static.

        CommonsHttpMessageSender.getHttpState().setCredentials(...);

Another post uses something like the following but that doesn't seem to work
either.

       client.setProperty(CommonsHttpMessageSender.HTTP_STATE, httpState);

Does someone have a complete example of how to get NTLM to work or at least
tell me how to correctly set the nt credentials?

Thanks


-- 
View this message in context: 
http://www.nabble.com/Help-with-NTLM-Credentials-and-HttpState-tf3275242.html#a9108222
Sent from the XFire - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to