You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Adrian Sutton <ad...@ephox.com> on 2003/02/10 23:37:20 UTC

[PATCH] Make NTLM package private

Hi all,
Currently the NTLM class is public but it *really* doesn't work outside of
HttpClient so it should be made package private.  I've attached a patch that
does this.  All tests still pass after applying the patch.

This email is prompted by someone emailing me offlist with questions about
how to use the NTLM class but without the rest of the authentication
structure provided by HttpClient he's got practically no chance. :)

Adrian Sutton, Software Engineer
Ephox Corporation
www.ephox.com


Re: [PATCH] Make NTLM package private

Posted by Oleg Kalnichevski <o....@dplanet.ch>.
Adrian
There's no patch attached to your message as it seems.

Oleg

On Mon, 2003-02-10 at 23:37, Adrian Sutton wrote:
> Hi all,
> Currently the NTLM class is public but it *really* doesn't work outside of
> HttpClient so it should be made package private.  I've attached a patch that
> does this.  All tests still pass after applying the patch.
> 
> This email is prompted by someone emailing me offlist with questions about
> how to use the NTLM class but without the rest of the authentication
> structure provided by HttpClient he's got practically no chance. :)
> 
> Adrian Sutton, Software Engineer
> Ephox Corporation
> www.ephox.com
> 
> 
> 
> ______________________________________________________________________
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-httpclient-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org