From: <sta...@jb...> - 2005-05-10 15:32:08
|
If you look at section 6.2.5 of the Servlet 2.4 spec you can see how to trigger filters during a forward or include. You specify a tag in your filter mapping. Here is the link to the Servlet 2.4 spec: http://jcp.org/aboutJava/communityprocess/final/jsr154/index.html I think that will at least get you further along. Thanks for the feedback. Stan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877204#3877204 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877204 |