Never mind, it was easier than I thought. The servlet doesn't do anything until 
after the filters run, so all you have to do is pass in a modified 
ServletRequest to the next filter on the chain.

The trickiest part is faking an HttpServletRequest with the modified String as 
the ServletInputStream.

Thanks.
-Shadow

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

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

Reply via email to