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

Ceki Gulcu (JIRA) noreply-jira at qos.ch
Wed Nov 17 08:16:51 CET 2010


     [ http://jira.qos.ch/browse/LBACCESS-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

        


More information about the logback-dev mailing list