Request parameters are all 'null' after using NTLM login-code

2003-06-06 Thread Friso Geerlings
Hello, I've been working on an Intranet site in JSP, and one of the requirements was an NTLM-login based authorisation. NTLM is a closed Microsoft protocol that sends the username and domain from Internet Explorer tot a Microsoft webserver. We've been able to implement this in JSP using

Re: Request parameters are all 'null' after using NTLM login-code

2003-06-06 Thread Jason Bainbridge
NTLM is a bit of a nightmare to create custom code for, I recommend you either plug Tomcat into IIS and use IIS's authentication and then use request.getRemoteUser() to get the details or my preferred method is to use the filter available with JCIFS (http://jcifs.samba.org), just change a few