You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Pankaj Arora <PA...@castiron.com> on 2007/07/06 02:08:51 UTC

Kerberos (SPNEGO support)

We need the ability to support Kerberos and NTLM Authentication in our
HTTP client so that we can post HTTP requests to Microsoft IIS based
applications.
For this purpose I need to add support for Simple and Protected GSSAPI
Negotiation Mechanism (SPNEGO) with support for Kerberos authentication
mechanisms.
Is it possible with Http Client? Please tell me if I can get some
examples on this.

Thanks,
Pankaj Arora

-----Original Message-----
From: Pankaj Arora 
Sent: Monday, May 28, 2007 3:07 AM
To: 'HttpComponents Project'
Subject: RE: HttpClient logging

Thanks. That worked. But I want more control at run time for logging on
wire by httpclient.
So what are advanced logging implementation, that can be used.

Thanks,
Pankaj Arora 

-----Original Message-----
From: Roland Weber [mailto:ossfwot@dubioso.net] 
Sent: Monday, May 28, 2007 2:02 PM
To: HttpComponents Project
Subject: Re: HttpClient logging

Hello Pankaj,

try setting the system properties _before_ you call into any HttpCLient
classes, that is before even creating the HttpClient object. Once a
logger is created, SimpleLog will not pick up changes to the system
properties. The settings are cached and will remain constant for the
lifetime of the JVM. If you need to adjust log levels at runtime, you'll
have to use a more advanced logging implementation.

hope that helps,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail:
httpcomponents-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail:
httpcomponents-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: httpcomponents-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org