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

Romain Manni-Bucau updated TOMEE-1491:
--------------------------------------
    Description: 
It is nice to provide a valve which can be loaded with container classloader. 
It would have limitations but would help in several cases.

app.war!/META-INF/context.xml:

{code}
<Context>
  <Valve className="org.apache.tomee.catalina.valve.LazyValve"
         delegateClassName="org.superbiz.MyValve" 
properties="config1=value1..." />
</Context>
{code}

  was:
It is nice to provide a valve which can be loaded with container classloader. 
It would have limitations but would help in several cases.

app.war!/META-INF/context.xml:

{code}
<Context>
  <Valve className="org.apache.tomee.catalina.valve.LazyValve"
         delegateClassName="org.superbiz.MyValve" />
</Context>
{code}


> add a LazyValve
> ---------------
>
>                 Key: TOMEE-1491
>                 URL: https://issues.apache.org/jira/browse/TOMEE-1491
>             Project: TomEE
>          Issue Type: Bug
>            Reporter: Romain Manni-Bucau
>            Assignee: Romain Manni-Bucau
>             Fix For: 2.0.0-Milestone-1, 1.7.2
>
>
> It is nice to provide a valve which can be loaded with container classloader. 
> It would have limitations but would help in several cases.
> app.war!/META-INF/context.xml:
> {code}
> <Context>
>   <Valve className="org.apache.tomee.catalina.valve.LazyValve"
>          delegateClassName="org.superbiz.MyValve" 
> properties="config1=value1..." />
> </Context>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to