0 Replies Latest reply on Oct 22, 2007 8:57 AM by axismundi

    custom servlet independent from Seam

    axismundi

      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?