[jboss-user] [JBossWS] - Re: Webservice security headers removed by LogRecorder

alessio.soldano@jboss.com do-not-reply at jboss.com
Fri May 16 07:02:56 EDT 2008


Both the recording handler and the memory buffer recorder do not change the messages while handling them. As you pointed out, it's only a matter of the handler's position in the handler chain, since the incoming message's security header is removed by the security handler once it has processed the message. So if you need to log that header, the recording handler has to run before the security one.
When changing the handler chain, please note that the security handler is a POST handler. This means that to run the recording handler first, this need to be configured as a POST handler too (and put first in the list, of course).

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

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



More information about the jboss-user mailing list