You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2011/04/05 22:56:05 UTC

[jira] [Commented] (CXF-3366) Avoid parsing the SOAP Body to DOM in WS-Security processing unless necessary

    [ https://issues.apache.org/jira/browse/CXF-3366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016115#comment-13016115 ] 

Daniel Kulp commented on CXF-3366:
----------------------------------


Colm, 

With this latest patch, all the tests now pass.   Can you do a review and make sure it all looks OK?



> Avoid parsing the SOAP Body to DOM in WS-Security processing unless necessary
> -----------------------------------------------------------------------------
>
>                 Key: CXF-3366
>                 URL: https://issues.apache.org/jira/browse/CXF-3366
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>             Fix For: 2.4
>
>         Attachments: CXF-3366.patch, cxf-3366-example.patch, cxf-3366.patch, newpatch.txt
>
>
> This task is to take advantage of a new feature in WSS4J 1.6, which allows a Callback to be used when processing a security header to supply a DOM Element:
> https://issues.apache.org/jira/browse/WSS-257
> This task is to write a Callback implementation for CXF so that we delay converting the SOAP Body to DOM unless WSS4J asks us for it. The SOAP headers are already converted to DOM, so this will potentially enable us to make some efficiency savings in processing WS-Security enabled messages, where the SOAP Body is large.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira