Skip to content

dennisjacob/HeaderDumpValve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HeaderDumpValve

HeaderDumpValve is a Tomcat Valve implementation, extending the ValveBase class.

This Valve acts as another Valve in the Tomcat container Pipeline, intercepting the requests and dumps the headers to the standard out. Instead of using the Logger, you can also use containerLog object.

Valve to be configured in the server.xml is given below

<Valve className="com.deejay.tomcatutils.HeaderDumpValve" enabled="true" />

About

Request and Response Header Dump Valve for Tomcat

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages