[jcifs] Problem with NTLM HTTP filter, upgrading: 0.7.15 to 1.1.0

Parke Jeff Parke.Jeff at PBGC.GOV
Fri Oct 22 15:46:43 GMT 2004


Hello,

 

I'm having some trouble with the NTLM HTTP authentication filter after
upgrading from jcifs-0.7.15.jar to jcifs-1.1.0.jar.  With the web.xml
fitler configuration:

 

<filter>

   <filter-name>NTLM HTTP Authentication Filter</filter-name>

   <filter-class>jcifs.http.NtlmHttpFilter</filter-class>

   <init-param>

      <param-name>jcifs.http.domainController</param-name>

      <param-value><FQDN for DC></param-value>

   </init-param>

</filter>

 

 

hitting the application with Internet Explorer 6, the 0.7.15 version
works, authenticating and gives the following jCIFS log message:

 

04/10/22 11:31:31 Tutalii:
C:\JDev9052\jdev\mywork\Spectrum\Spectrum\war\WEB-INF\lib\jcifs-0.7.15.j
ar archive

After upgrading to 1.1.0 and keeping the filter settings the same
(keeping the entire application the same, just swapping the jar file in
WEB-INF/lib), I do not get any jCIFS related log message and hitting the
application in Internet Explorer results in a "The page cannot be
displayed".  I looked through all of the server logs and can't find any
exception stack trace for this problem.  Does anyone have any idea what
could cause this problem or how to get more information on the problem?
I have my log4j set to show DEBUG.

 

Thanks,

Jeff

 

 





-------------- next part --------------
HTML attachment scrubbed and removed


More information about the jcifs mailing list