2015-06-10 9:16 GMT-07:00 [email protected] <[email protected]>:

>  On 10/06/2015 18:08, Romain Manni-Bucau wrote:
>
> Hi
>
>  Good catch!
>
>  cant you simply add <async-supported>true</async-supported>?
> You can also subclass the filter to define your own one supporting it
>
> I tried to put :
>
>     <filter>
>         <icon/>
>         <filter-name>OwbSecurityFilter</filter-name>
>
> <filter-class>org.apache.webbeans.web.tomcat7.TomcatSecurityFilter</filter-class>
>     </filter>
>     <filter-mapping>
>         <filter-name>OwbSecurityFilter</filter-name>
>         <url-pattern>*.xhtml</url-pattern>
>         <dispatcher>REQUEST</dispatcher>
>     </filter-mapping>
>
>
> In tomcat's web.xml but it has no effect. Web-fragment configuration still
> prevails.
>
> I do not understand how subclassing would help. As long as I put the
> standard jar in the classpath, the filter configuration would be loaded, no
> ?
>
>
you can exclude openwebbeans scanning in catalina.properties (there is also
a property for applications but dont recall the name ATM). If you need more
details just ask for it I'll grab the info ASAP


> If I did not miss something, I will gladly add a JIRA. Thanks once more
> for this very quick reply !
>
> Ludovic
>
> |
> | AVANT D'IMPRIMER, PENSEZ A L'ENVIRONNEMENT.
> |
>

Reply via email to