[jcifs] jcifs-0.7.0b4 released

Glass, Eric eric.glass at capitalone.com
Thu Oct 17 18:47:57 EST 2002


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