Eoghan Glynn wrote:
I guess the only justification for not decoding the <wsa:From> is that
we don't use it internally in the CXF dispatch logic.
But I guess applications or custom interceptors may be interested in
this header, so we should really decode it.
Yes indeed. For example, the WS-AT spec (which I am currently
implementing on top of JBossWS/CXF) necessitates the ability to set and
retrieve the SOAP From header.
Please file a JIRA, it should be trivial to fix. Or else submit a
patch if you're feeling adventurous :)
I raised CXF-2161. It includes a tested patch.
regards,
Andrew Dinn
-----------