[jcifs] bug in jcifs-1.2.7

Michael B Allen mba2000 at ioplex.com
Tue Jan 24 06:51:15 GMT 2006


On Mon, 23 Jan 2006 18:41:34 -0500
"Bradshaw, Scott W." <SWBradsh at GAPAC.com> wrote:

> 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. Will apply.

Mike


More information about the jcifs mailing list