We need a custom servlet that is completely independent from the application.
The problem ist that the Seam-filter is configured to intervene in every request:
| <filter-mapping>
| <filter-name>Seam Filter</filter-name>
| <url-pattern>/*</url-pattern>
| </filter-mapping>
What is best practise to make the Seam-filter ignoring a certain pattern?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097460#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...