[jcifs] bug in jcifs-1.2.7

Michael B Allen mba2000 at ioplex.com
Sat Mar 25 04:38:17 GMT 2006


Applied in 1.2.8 to be released RSN.

On Tue, 24 Jan 2006 01:51:15 -0500
Michael B Allen <mba2000 at ioplex.com> wrote:

> 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