-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Markus,

Markus Reis wrote:
> OK (therefore I wrote POST data in the subject) - How could I log this (POST) 
> data (or body)?

It doesn't look like there's an option in there for this:

http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/valves/ExtendedAccessLogValve.html

Care to write one? Just be aware that parsing the request body in a
Valve means that you need to save the request body for any other code
that wants to read it using request.getReader or request.getInputStream.
Not a trivial exercise.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkZ+N0ACgkQ9CaO5/Lv0PAC3wCeMl0beYqFjHDhnS7fsj2y8qS8
T9QAn1c7MxfIe7Rh19LbdJaYBTBR2XHK
=SPFU
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to