[jboss-user] [JBossWS] - Re: change HTTP status code in a WS fault
oskar.carlstedt
do-not-reply at jboss.com
Wed Jun 20 18:24:25 EDT 2007
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#4056215
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056215
More information about the jboss-user
mailing list