[JIRA] Resolved: (LBACCESS-15) TeeFilter should be disabled in productions systems

[ http://jira.qos.ch/browse/LBACCESS-15?page=com.atlassian.jira.plugin.system.... ] Ceki Gulcu resolved LBACCESS-15. -------------------------------- Fix Version/s: 0.9.27 Resolution: Fixed
TeeFilter should be disabled in productions systems ---------------------------------------------------
Key: LBACCESS-15 URL: http://jira.qos.ch/browse/LBACCESS-15 Project: logback-access Issue Type: New Feature Reporter: Ceki Gulcu Assignee: Logback dev list Fix For: 0.9.27
Given that TeeFilter is part of web.xml it transpires into production which can be highly undesirable. Example: <filter> <filter-name>TeeFilter</filter-name> <filter-class>ch.qos.logback.access.servlet.TeeFilter</filter-class> <init-param> <param-name>ignoreOnHost</param-name> <param-value>prodHost0, prodHost1</param-value> </init-param> </filter>
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
participants (1)
-
Ceki Gulcu (JIRA)