Thanks Mark!
On Mon, Aug 4, 2008 at 3:38 PM, Mark Thomas <[EMAIL PROTECTED]> wrote:
> Hashmir Shamshir wrote:
>
>> Hi all,
>>
>> Can anyone point me to the Tomcat 6.0 source file that contains the code
>> for
>> the RequestDumper Valve?
>>
>>
Hi all,
Can anyone point me to the Tomcat 6.0 source file that contains the code for
the RequestDumper Valve?
Thanks!
Dear List,
What sort of qualifier do I need to put in "pattern" to capture passed POST
data to the Tomcat 6.0 server? Here is my valve tag in server.xml:
The pattern %q will get data passed through GET since it's the query string.
But, I tried putting in %{}i to get all the passed POST data and
Sorry, I was reading wrong - it does indeed log POST requests.
On Wed, Jul 30, 2008 at 3:39 PM, Hashmir Shamshir <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I have a Tomcat 6.0 server with the following log valve:
>
> directory="logs" prefi
Hi All,
I have a Tomcat 6.0 server with the following log valve:
For some reason, the logs don't show any HTTP POST requests with the POST
data (I'm trying to capture both all GET and POST data sent to the server).
Does anyone know how I can resolve this?
Thanks so much!