> Im using NTLM authentication to authenticate the user in the intranet. > After authenticating the user the Post request stops working. > The content-length in the request is zero.
Not sure what you mean by the 'post request' has stopped working. Do you mean tomcat stops accepting HTTP posts once the NTLM auth is complete? So tomcat is doing the NTLM auth, so what NTLM implementation are you using under tomcat? > I have also tried by adding NTLM authentication module to apache, Im > facing > the same problem in this case also. Where is the NTLM authentication happening, in apache or tomcat? I have never used the NTLM modules for apache but assuming they work, what is the mechanism that you are using between apache and tomcat? Is it the mod_jk? -lp --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
