[jboss-user] [JBoss Seam] - Re: Redirect to error-page for AuthorizationException with @

hamtho2 do-not-reply at jboss.com
Thu Mar 1 12:37:02 EST 2007


I did it this way:


  |      <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=4024378#4024378

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



More information about the jboss-user mailing list