[jcifs] jCIFS breaks posts to ASP pages

eglass1 at comcast.net eglass1 at comcast.net
Tue Apr 20 12:38:04 GMT 2004


> Trouble is that as soon as I enable Integrated Auth I start getting prompts to 
> login on my Java App which uses jCIFS although the ASP starts working with no 
> prompts :(
> 

You might try disabling Integrated Authentication for the jCIFS context, and
see if that works; the problem is that IIS will consume the NTLM message
before jCIFS gets it, and the challenge won't match up with the connection
jCIFS has negotiated.  IIS + jCIFS is fairly tricky to get working; people
have posted various issues.

What servlet container are you using?  Some allow you to employ IIS's
external authentication mechanism, in which case you don't even need jCIFS.


Eric


More information about the jcifs mailing list