[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515675
 ] 

Zhao Cheng (zcheng) commented on HTTPCLIENT-579:
------------------------------------------------

Hello guys, 
 
Hope I am sending my question to the right alias. Recently I am looking
for a way to support NTLMv2 using HttpClient library, and came across
the following link. 
http://issues.apache.org/jira/browse/HTTPCLIENT-579
 
Looks like a guy named Konstantin Kasatkin implemented support for
NTLMv2, I downloaded NTLMv2.rar file as he attached in the email
discussion in the above link. After download, I opened the rar file, and
compiled it, then added class files from the compilation to the original
commons-httpclient-3.0.jar file, but somehow after this change, my code
can not even talk to NTLMv1 which was working earlier in my code.
 
I am wondering what might be wrong with my approach? any help or hints
are greatly appreciated.
 
thanks
 
Zhao
 
 
 
 


> NTLMv2 support
> --------------
>
>                 Key: HTTPCLIENT-579
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-579
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpAuth
>    Affects Versions: 3.0 Final
>         Environment: WIndows 2000 Pro SP4, JDK 1.4.2
>            Reporter: Konstantin Kasatkin
>             Fix For: 3.1 Alpha 1
>
>         Attachments: NTLMv2.rar
>
>
> Hello guys,
> recently I've encouner the problem how to interact with HTTP resourses 
> protected tough security policy allowed to use only NTLMv2 authorization 
> scheme from a java application.
> Earlier I used httpclient to accomplish NTLMv1 authorization, but when I was 
> requested to move to NTLMv2 I was surprised, that httpclient does not support 
> this.
> I've dug all the Internet and found some articles and examples how to 
> implement it, and finally having compiled all this enormous heap of 
> information, I have a couple modified classes from httpclient project, that 
> I'd like to share with you and other users of httpclient.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to