Re: Avoiding username/password being logged into localhost access logs

2009-04-23 Thread Dan Armbrust
> > How is Tomcat meant to determine that data in the URL is a password and > needs to be filtered? > >> I imagine there are all sorts of places that (rightfully) have >> policies against storing a clear text password anywhere. > > The only reason you are seeing the password in the access logs appe

Re: Avoiding username/password being logged into localhost access logs

2009-04-23 Thread Mark Thomas
Dan Armbrust wrote: > Sounds like a good enhancement request to me. It's certainly > reasonable that one should be able to ask Tomcat to never ever log a > password in clear text. In fact, it seems like that should be the > default setting. How is Tomcat meant to determine that data in the URL i

Re: Avoiding username/password being logged into localhost access logs

2009-04-23 Thread Dan Armbrust
Sounds like a good enhancement request to me. It's certainly reasonable that one should be able to ask Tomcat to never ever log a password in clear text. In fact, it seems like that should be the default setting. I imagine there are all sorts of places that (rightfully) have policies against sto

RE: Avoiding username/password being logged into localhost access logs

2009-04-22 Thread Caldarale, Charles R
> From: jithu mada [mailto:jithu.m...@gmail.com] > Subject: Re: Avoiding username/password being logged into localhost > access logs > > Its only accessible to few users. > > But the user wants the username and password to be obscured. Then you'll need to extend the e

Re: Avoiding username/password being logged into localhost access logs

2009-04-22 Thread André Warnier
jithu mada wrote: [...] The only way I can see for the userid and password to be visible in an access log, is if they are part of the URL (actually, of the query string) and unencoded. Which would mean that this is a form-based authentication, with either no method attribute in the tag, or met

Re: Avoiding username/password being logged into localhost access logs

2009-04-22 Thread jithu mada
wrote: > > From: Tom-cat [mailto:jithu.m...@gmail.com] > > Subject: Avoiding username/password being logged into localhost access > > logs > > > > We are using Tomcat 5.0.27. > > No longer supported. > > > It has become a security issue as anyone with an &g

RE: Avoiding username/password being logged into localhost access logs

2009-04-22 Thread Caldarale, Charles R
> From: Tom-cat [mailto:jithu.m...@gmail.com] > Subject: Avoiding username/password being logged into localhost access > logs > > We are using Tomcat 5.0.27. No longer supported. > It has become a security issue as anyone with an > account to the system can browse throug

Avoiding username/password being logged into localhost access logs

2009-04-22 Thread Tom-cat
Any replies greatly appreciated. -- View this message in context: http://www.nabble.com/Avoiding-username-password-being-logged-into-localhost-access-logs-tp23176286p23176286.html Sent from the Tomcat - User mailing list archive at Nabbl