From e9df7f5413c297f7455aa3187c2a46d96834334a Mon Sep 17 00:00:00 2001 From: Felix Schumacher Date: Wed, 6 Aug 2008 16:20:13 +0200 Subject: [PATCH] jcifs-0.9.7 from tgz Tue Aug 10 21:25:03 EDT 2004 jcifs-0.9.7 released It was decided that the NTLM HTTP Filter should not set Connection: close headers, a new SmbFile constructor has been added and a rogue debugging statement has been removed. --- README.txt | 7 +++++++ build.xml | 10 +++++----- src/jcifs/http/NtlmHttpFilter.java | 3 --- src/jcifs/http/NtlmServlet.java | 1 - src/jcifs/http/NtlmSsp.java | 2 -- src/jcifs/smb/SmbFile.java | 28 ++++++++++++++++++++++++++++ 6 files changed, 40 insertions(+), 11 deletions(-) diff --git a/README.txt b/README.txt index 4eb3921..ee31da1 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,10 @@ +Tue Aug 10 21:25:03 EDT 2004 +jcifs-0.9.7 released + +It was decided that the NTLM HTTP Filter should not set Connection: close +headers, a new SmbFile constructor has been added and a rogue debugging +statement has been removed. + Thu Jul 22 23:06:47 EDT 2004 jcifs-0.9.6 released diff --git a/build.xml b/build.xml index 7f3aa10..17b06a8 100644 --- a/build.xml +++ b/build.xml @@ -1,6 +1,6 @@ - + @@ -181,8 +181,8 @@ dependencies: Checks that all class dependencies are met.