[jcifs] bug in jcifs-1.2.7

Bradshaw, Scott W. SWBradsh at GAPAC.com
Mon Jan 23 23:41:34 GMT 2006


After many hours of headache, I was finally able to pinpoint a bug in
the NtlmHttpURLConnection class.
 
Line 320:
entry.setValue(value);
 
should be:
 
entry.setValue(values);
 
 
Basically if setRequestProperty is ever called with the same key, JCIFS
will crash on the reconnect(). It will attempt to Cast a String to a
List object. 
 
I browsed the website and I didn't see any formal way of submitting
bugs, so I figured I would just post it here.
 
Thanks,
Scott
 
 
-------------- next part --------------
HTML attachment scrubbed and removed


More information about the jcifs mailing list