This has been replaced with a universal Seam filter, which incorporates all of the
previous functionality of the redirect filter, multipart filter, exception filter and
character encoding filter. The configuration chapter in the documentation has been
updated to cover this stuff, but in general you configure it in web.xml like this:
| <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>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017034#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...