request.getRemoteuser returns null

2007-10-16 Thread loredana loredana
authenticated through Apache, right? still, my request.getRemoteuser returns null. So what am I doing wrong or what else needs configuring? 10x in advance Fussy? Opinionated? Impossible to please

Authentication problem - request.getRemoteUser() returns null

2006-07-04 Thread Oliver Enders
Hy, I have the following constelation: Windows XP Apache 2.0.58 Tomcat 4.1 Mod_jk 1.2.15 I secured one directory using htpasswd. Calling the URL, the prompt to enter password and username pops up, and after I entered it correctly, the authentication ist succesfull. (also the apache log file

Re: Authentication problem - request.getRemoteUser() returns null

2006-07-04 Thread David Smith
The connector receiving requests from httpd needs the attribute tomcatAuthentication set to false in server.xml. Otherwise tomcat will ignore the REMOTE-USER header provided by httpd. -- David Oliver Enders wrote: Hy, I have the following constelation: Windows XP Apache 2.0.58 Tomcat 4.1