Hi All!
I'm not sure if this works, but an idéa might be to implement a simple servlet filter
that you put in front of the servlet. The filter will then invoke the http request, check
the response code and change it if necessary.
A normal servlet has a filter chain, and I think you can configure one in web.xml for this
kind of servlet too.
Best regards
Oskar
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056215#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...