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.

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

2007-08-25 Thread David Smith
: Apache authentication information (remoteuser) not visible in Tomcat 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

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

2007-08-25 Thread Omar Nafees
List Subject: Re: Apache authentication information (remoteuser) not visible in Tomcat 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

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

2007-08-25 Thread Gabriel Wong
: 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 tried what is suggested in the link you have referred to, i.e., setting

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

2007-08-25 Thread David Smith
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 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) 1)

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

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 Robert Segal
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 tried what is suggested in the link you have referred to, i.e., setting tomcatAuthentication=false

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

2007-08-24 Thread Omar Nafees
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 tried what is suggested

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

2007-08-24 Thread Omar Nafees
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 tried what is suggested