Re: Logging of request parameters -- how do I turn off

2006-08-16 Thread Tim Funk
You need to use a custom pattern with the AccessLogValve pattern='%a %U' http://tomcat.apache.org/tomcat-5.0-doc/catalina/docs/api/org/apache/catalina/valves/AccessLogValve.html It would be much better to use POST requests when items such as passwords are in the URL. This way they will also no

Logging of request parameters -- how do I turn off

2006-08-16 Thread Rob Tanner
Hi. I've noticed that request parameters are being written to the file catalina.out (using Tomcat 4.1.31). For the most part I don't really care, but when forms include passwords and those plaintext password gets written into the file I do. I've never intentionally turned that capability on.