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


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057381#4057381

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057381
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to