Hi, I'm trying to implement NTLM protocol in order to
opening the protected page of my intranet site without having to get a
login/password. I have the following architecture: - Sun/Solaris 5.8 - NTLM Filter defined in the web.xml file of my
application I’m using Internet Explorer Web navigator. I try to
post form’s data from a “Multipart-request” form. When I do this by using only
the Application Server named Tomcat, the requests terminate in a good way. When
I do this by using Apache HTTPD Server and Tomcat, the NTLM protocol stops during
its requests. Thanks in advance, Best regards, Damiens. |