[jcifs] Re: NTLMHttpFilter issue with web server plugin

Janarthana Sankareswaran janapro2000 at yahoo.com
Mon Apr 14 18:07:54 GMT 2008


There's a small mistake in the NTLM configuration:

	<filter>
	    <filter-name>NtlmHttpFilter</filter-name>
	   
<filter-class>jcifs.http.NtlmHttpFilter</filter-class>
	    <init-param>
	       
<param-name>jcifs.http.domainController</param-name>
	        <param-value>206.70.40.128</param-value>
	    </init-param>
	    <init-param>
	        <param-name>jcifs.util.loglevel</param-name>
	        <param-value>10</param-value>
	    </init-param>        
	</filter>
	
	<filter-mapping>
	    <filter-name>NtlmHttpFilter</filter-name>
	    <url-pattern>/*</url-pattern>
	</filter-mapping>	


The "jcifs.netbios.wins" is not actually there in the
web.xml. I am not sure if this will make any
difference.

Regards
Jana



      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ


More information about the jcifs mailing list