Re: Apache authentication information (remoteuser) not visible in Tomcat

2007-08-27 Thread Omar Nafees
Hi Rainer, Thanks for the response. I should have thought of testing the relevant methods in a simpler servlet. This has revealed the following: If I turn off the SSL requirement in my application's web.xml (i.e., in the security constraint of web.xml), request.getRemoteUser() works fine. As

Re: Apache authentication information (remoteuser) not visible in Tomcat

2007-08-25 Thread Rainer Jung
Hi Omar, Omar Nafees schrieb: > request.getRemoteUser() returns null in my servlet. > request.getAttribute("REMOTE_USER") also returns null. I have even > checked the headers that are being sent to the AJP connector in Tomcat. > request.getRemoteUser() works for me (mod_jk 1.2.25 and TC 5.5.23)

Re: Apache authentication information (remoteuser) not visible in Tomcat

2007-08-25 Thread David Smith
manently delete the original transmission from all of your systems and hard drives, including any attachments, without making a copy. -Original Message- From: Omar Nafees [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007 2:30 PM To: Tomcat Users List Subject: Re: Apache authentication inf

Re: Apache authentication information (remoteuser) not visible in Tomcat

2007-08-25 Thread Gabriel Wong
, without making a copy. -----Original Message----- From: Omar Nafees [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007 2:30 PM To: Tomcat Users List Subject: Re: Apache authentication information (remoteuser) not visible in Tomcat Thanks for the response Christopher... although I had very early

Re: Apache authentication information (remoteuser) not visible in Tomcat

2007-08-25 Thread Omar Nafees
ited. If you are not the intended recipient or have received this message in error, please notify us immediately by reply email and permanently delete the original transmission from all of your systems and hard drives, including any attachments, without making a copy. -----Original Message- Fr

Re: Apache authentication information (remoteuser) not visible in Tomcat

2007-08-25 Thread David Smith
ve received this message in error, please notify us immediately by reply email and permanently delete the original transmission from all of your systems and hard drives, including any attachments, without making a copy. -Original Message----- From: Omar Nafees [mailto:[EMAIL PROTECTED]

Re: Apache authentication information (remoteuser) not visible in Tomcat

2007-08-24 Thread Omar Nafees
-Original Message----- From: Omar Nafees [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007 2:30 PM To: Tomcat Users List Subject: Re: Apache authentication information (remoteuser) not visible in Tomcat Thanks for the response Christopher... although I had very early on, already tri

Re: Apache authentication information (remoteuser) not visible in Tomcat

2007-08-24 Thread Omar Nafees
-Original Message----- From: Omar Nafees [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007 2:30 PM To: Tomcat Users List Subject: Re: Apache authentication information (remoteuser) not visible in Tomcat Thanks for the response Christopher... although I had very early on, already tri

RE: Apache authentication information (remoteuser) not visible in Tomcat

2007-08-24 Thread Robert Segal
r have received this message in error, please notify us immediately by reply email and permanently delete the original transmission from all of your systems and hard drives, including any attachments, without making a copy. -Original Message- From: Omar Nafees [mailto:[EMAIL PROTECTED] Sent:

Re: Apache authentication information (remoteuser) not visible in Tomcat

2007-08-24 Thread Omar Nafees
Thanks for the response Christopher... although I had very early on, already tried what is suggested in the link you have referred to, i.e., setting tomcatAuthentication="false" in the appropriate server.xml line (see the config listing I produced earlier in the thread). Oh I hope its not some

Re: Apache authentication information (remoteuser) not visible in Tomcat

2007-08-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Omar, Omar Nafees wrote: > request.getRemoteUser() returns null in my servlet. > request.getAttribute("REMOTE_USER") also returns null. I have even > checked the headers that are being sent to the AJP connector in Tomcat. This is a FAQ. The answer is

Apache authentication information (remoteuser) not visible in Tomcat

2007-08-24 Thread Omar Nafees
Hello, request.getRemoteUser() returns null in my servlet. request.getAttribute("REMOTE_USER") also returns null. I have even checked the headers that are being sent to the AJP connector in Tomcat. Here's what I'm running: apache-2.0.59 in front of tomcat-5.5.23_1 via mod_jk-ap2-1.2.23 on