2 Replies Latest reply on Jun 25, 2007 12:19 PM by lcoetzee

    Enabling the redirect filter

    lcoetzee

      Hi,

      somewhere along the line I have lost the ability to enable the redirect filter (CVS build Mon Jun 25 morning SAST).

      I have the following configured in web.xml:

      <filter>
       <filter-name>Seam Filter</filter-name>
       <filter-class>org.jboss.seam.web.SeamFilter</filter-class>
       </filter>
      
       <filter-mapping>
       <filter-name>Seam Filter</filter-name>
       <url-pattern>/*</url-pattern>
       </filter-mapping>


      And the following in components.xml:
      <component name="org.jboss.seam.web.redirectFilter">
       <property name="urlPattern">*.jsf</property>
       </component>
      


      Unfortunately I never see the my redirect filter being deployed... only filters enabled are:
      16:39:00,647 INFO [Contexts] starting up: org.jboss.seam.web.multipartFilter
      16:39:00,648 INFO [Contexts] starting up: org.jboss.seam.debug.hotDeployFilter
      16:39:00,649 INFO [Contexts] starting up: org.jboss.seam.web.exceptionFilter


      Any suggestions?

      Thanks

      Louis