SBJoshi wrote: > We are trying to run a Java based Client against IIS 6.0 using Kerberos > authentication (HTTP/SPNEGO). > Does the latest version of ‘Apache HttpClient’ provide support for > Kerberos/SPNEGO based authentication?
It can be done with 3.1. There is unsupported 'contrib' code that shows how: http://svn.apache.org/repos/asf/httpcomponents/oac.hc3x/trunk/src/contrib/org/apache/commons/httpclient/contrib/auth/ For background, see HTTPCLIENT-523: https://issues.apache.org/jira/browse/HTTPCLIENT-523 If you want to help us port that code to HttpClient 4.0, you're welcome to provide patches. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
