Hi there,

I configured a AccessLogValve in the <Context> of my webapp with the common pattern: <Valve className="org.apache.catalina.valves.AccessLogValve" prefix="mywebapp" suffix=".log" pattern="common" />

Unfortunately it only logs the parameters of GET requests, i.e. the query string.
How can I configure the Valve to log POST parameters, too ?

Regards, Peter Menzel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to