Add a servlet filter to debug request and responses
Description
If you want to debug http request parameter and or session handling. You may find the servlet filter useful. It is available if you set the debug level of org.mycore.frontend.filter.MCRRequestDebugFilter to debug.
Environment
None
Activity
Thomas Scheffler
January 20, 2016 at 2:43 PM
fixed output of http session attributes for objects of certain classes
If you want to debug http request parameter and or session handling. You may find the servlet filter useful. It is available if you set the debug level of
org.mycore.frontend.filter.MCRRequestDebugFilter
todebug
.