You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2018/05/22 16:07:00 UTC

[jira] [Resolved] (MEECROWAVE-115) Make valves configurable through properties

     [ https://issues.apache.org/jira/browse/MEECROWAVE-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Manni-Bucau resolved MEECROWAVE-115.
-------------------------------------------
    Resolution: Fixed

> Make valves configurable through properties
> -------------------------------------------
>
>                 Key: MEECROWAVE-115
>                 URL: https://issues.apache.org/jira/browse/MEECROWAVE-115
>             Project: Meecrowave
>          Issue Type: New Feature
>            Reporter: Romain Manni-Bucau
>            Assignee: Romain Manni-Bucau
>            Priority: Major
>             Fix For: 1.2.2
>
>
>  
> {code:java}
> valves.myValve1._className = org.apache.meecrowave.tomcat.LoggingAccessLogPattern
> valves.myValve1._order = 0
> valves.myValve1._className = SSOVa
> valves.myValve1._order = 1
> valves.myValve1.showReportInfo = false{code}
> Overall the syntax is valves.id.property with two virtual properties to specify the class of the valve and its order in the list of valve (the pipeline)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)