[jcifs] NTLM HTTP client stuff
Allen, Michael B (RSCH)
Michael_B_Allen at ml.com
Wed May 28 13:46:38 EST 2003
The examples/NtlmHttpClient.java example works with the latest
NtlmHttpURLConnection but it hangs for 30 seconds on line 442 with your
experimental standalone davenport setup. I upgraded to 1.3.1_08 but same
problem. With resin it hangs for 60 seconds and still doesn't read the page. Am I
doing something wrong?
Mike
> -----Original Message-----
> From: eglass1 at attbi.com [SMTP:eglass1 at attbi.com]
> Sent: Tuesday, May 27, 2003 9:58 AM
> To: Michael_B_Allen at ml.com
> Cc: jcifs at lists.samba.org
> Subject: [jcifs] NTLM HTTP client stuff
>
> Mike/all,
>
> Lost the original message somehow, but attached is:
>
> 1. A finalized version of the NtlmHttpURLConnection. I found some consistency
> issues with 1.4.2; this fixes those, so it should work as a drop-in replacement
> for the 1.4.2 functionality on other platforms. I tested it on several JDK
> versions favorably.
>
> 2. Documentation on the use of the NTLM HTTP client stuff.
>
> Also, I think jcifs.ntlmssp would work fine as a package name.
>
> I haven't had a chance to test the getAuthType() patch; it would just be:
>
> public String getAuthType() {
> return "NTLM";
> }
>
> but I will test to make sure that doesn't break anything. I don't know if I'll
> get a chance today (very busy) but I'll confirm by tomorrow at the latest.
>
> Eric << File: NtlmHttpURLConnection.java >> << File: httpclient.html >>
More information about the jcifs
mailing list