[jcifs] Authentication issue with IE 6.0, inconsistent username and password prompting

Juliana juliana at relevanz.com
Tue Mar 9 04:39:44 GMT 2004


Hi

I just upgraded my IE to version 6.0.2800.1106

I had an application which resides in tomcat and used jcifs for authentication and single signon.
However, being successfully tested previously (before my IE upgrade), it begin to prompt me for username and password (BASIC Authentication style)

I've read through some FAQ on this issue and also visited the site http://support.microsoft.com/default.aspx?scid=kb;en-us;Q258063  but no matter how i configure, I was not able to by pass the authentication pop up from IE 6.0

I configured my web.xml as follow:

<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>192.168.1.1</param-value>
 </init-param>

</filter>

  
    <!-- NTLM HTTP Authentication only works with MSIE-->
    <filter-mapping>
             <filter-name>NTLM HTTP Authentication Filter</filter-name>
             <url-pattern>/*</url-pattern>
     </filter-mapping>



The weird thing is, the authentication pop up only occurred to some of the machine in my office but not all, and the fact that we are all using the same IE version 6.0, 



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


More information about the jcifs mailing list