Implementation of a Valve that logs interesting contents from the specified Request (before processing) and the corresponding Response (after processing). It is especially useful in debugging problems related to headers and cookies.
This Valve may be attached to any Container, depending on the granularity of the logging you wish to perform.
primaryIndicator=true, then the request attribute org.apache.catalina.cluster.tcp.isPrimarySession. is set true, when request processing is at sessions primary node.
@author Craig R. McClanahan @author Filip Hanik @author Peter Rossbach @version $Revision: 375709 $ $Date: 2006-02-07 16:13:25 -0500 (Tue, 07 Feb 2006) $Implementation of a Valve that logs interesting contents from the specified Request (before processing) and the corresponding Response (after processing). It is especially useful in debugging problems related to headers and cookies.
This Valve may be attached to any Container, depending on the granularity of the logging you wish to perform.
primaryIndicator=true, then the request attribute org.apache.catalina.ha.tcp.isPrimarySession. is set true, when request processing is at sessions primary node.
@author Craig R. McClanahan @author Filip Hanik @author Peter Rossbach @version $Revision: 613805 $ $Date: 2008-01-21 10:19:02 +0100 (Mon, 21 Jan 2008) $
|
|
|
|
|
|
|
|