Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 76623 invoked from network); 5 Apr 2011 20:51:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Apr 2011 20:51:45 -0000 Received: (qmail 6274 invoked by uid 500); 5 Apr 2011 20:51:45 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 6253 invoked by uid 500); 5 Apr 2011 20:51:45 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 6245 invoked by uid 99); 5 Apr 2011 20:51:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Apr 2011 20:51:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Apr 2011 20:51:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id BEEF29428F for ; Tue, 5 Apr 2011 20:51:05 +0000 (UTC) Date: Tue, 5 Apr 2011 20:51:05 +0000 (UTC) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Message-ID: <352043151.35907.1302036665778.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <249019686.16240.1298648018991.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CXF-3366) Avoid parsing the SOAP Body to DOM in WS-Security processing unless necessary MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-3366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp updated CXF-3366: ----------------------------- Attachment: CXF-3366.patch Latest patch attempt > 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