[jboss-user] [JBoss Seam] - custom servlet independent from Seam

axismundi do-not-reply at jboss.com
Mon Oct 22 08:57:32 EDT 2007


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#4097460

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097460



More information about the jboss-user mailing list