[jcifs] Re: jcifs-0.9.4 released (fwd)

Alexander Langer al at s-3.de
Fri Jul 2 08:18:05 GMT 2004


I changed 

URLConnection con = url.openConnection(); 

to

URLConnection con = url.openConnection(); 
con = new NtlmHttpURLConnection((HttpURLConnection) con);

but now XmlRpcClient sends a POST, gets a 401 and then sends

GET /rpc-server/pv-pbone.php HTTP/1.1
Content-Length: 117
Content-Type: text/xml
Authorization: Negotiate 
TlRMTVNTUAABAAAAATIAAAQABAAgAAAADAAMACQAAABBTEVYSkNJRlMwXzQ0X0Mx
Cache-Control: no-cache
Pragma: no-cache
User-Agent: Java/1.4.2_03
Host: 127.0.0.1
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive

After that the connection keeps being active and thats it. 



More information about the jcifs mailing list