[jcifs] jcifs-0.7.0b4 released

Allen, Michael B (RSCH) Michael_B_Allen at ml.com
Mon Oct 21 17:34:28 EST 2002


Actually this should work just fine. What type of error are you seeing? The
misspelled header should be ignored (fix for the next rev though) and from
looking at an IIS trace it closes the connection for the type-1-message. I
thought it would be safest to mimic IIS as closely as possible.

> -----Original Message-----
> From:	Glass, Eric [SMTP:eric.glass at capitalone.com]
> Sent:	Thursday, October 17, 2002 4:48 AM
> To:	'jcifs at lists.samba.org'
> Cc:	'Allen, Michael B (RSCH)'
> Subject:	RE: [jcifs] jcifs-0.7.0b4 released
> 
> The NTLM filter in the below doesn't work; the following changes will fix
> it:
> 
> a) In "NtlmHttpFilter.java", line 90:
> 
>       resp.setHeader( "Connection", "closed" );
> 
>    should be
> 
>       resp.setHeader( "Connection", "close" );
> 
> b) In "NtlmSsp.java", line 108:
> 
>       resp.setHeader( "Connection", "close" );
> 
>    should be
> 
>       resp.setHeader( "Connection", "Keep-Alive" );
>       resp.setContentLength(0);
> 
> 
> That being said, I haven't seen any issues with the new stuff.
> 
> > -----Original Message-----
> > From: Allen, Michael B (RSCH) [mailto:Michael_B_Allen at ml.com]
> > Sent: Thursday, October 17, 2002 1:11 AM
> > To: 'jcifs at samba.org'
> > Subject: [jcifs] jcifs-0.7.0b4 released
> > 
> > 
> > Packages can be had here:
> > 
> >   http://www.eskimo.com/~miallen/jcifs/CHANGES.txt
> >   http://www.eskimo.com/~miallen/jcifs/jcifs-0.7.0b4.jar
> >   http://www.eskimo.com/~miallen/jcifs/jcifs-0.7.0b4.tgz
> >   http://www.eskimo.com/~miallen/jcifs/jcifs-0.7.0b4.zip
> > 
> > I'm on the run so I will not have time to prepare the 
> > distribution per normal until ~Tuesday. 
> > Please give it a whirl while I'm gone.
> > 
>  
> **************************************************************************
> The information transmitted herewith is sensitive information intended only
> for use by the individual or entity to which it is addressed. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any review, retransmission, dissemination, distribution, copying or other
> use of, or taking of any action in reliance upon this information is
> strictly prohibited. If you have received this communication in error,
> please contact the sender and delete the material from your computer.




More information about the jcifs mailing list