From dev-return-11614-apmail-ode-dev-archive=ode.apache.org@ode.apache.org Sun Aug 25 22:42:52 2013 Return-Path: X-Original-To: apmail-ode-dev-archive@www.apache.org Delivered-To: apmail-ode-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3E4B210231 for ; Sun, 25 Aug 2013 22:42:52 +0000 (UTC) Received: (qmail 63920 invoked by uid 500); 25 Aug 2013 22:42:52 -0000 Delivered-To: apmail-ode-dev-archive@ode.apache.org Received: (qmail 63895 invoked by uid 500); 25 Aug 2013 22:42:52 -0000 Mailing-List: contact dev-help@ode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ode.apache.org Delivered-To: mailing list dev@ode.apache.org Received: (qmail 63887 invoked by uid 99); 25 Aug 2013 22:42:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Aug 2013 22:42:52 +0000 Date: Sun, 25 Aug 2013 22:42:52 +0000 (UTC) From: "Hudson (JIRA)" To: dev@ode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ODE-509) Encrypted body with Axis2 1.4 or higher MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ODE-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13749758#comment-13749758 ] Hudson commented on ODE-509: ---------------------------- SUCCESS: Integrated in ODE-1.x #395 (See [https://builds.apache.org/job/ODE-1.x/395/]) backporting ODE-509 in order to fix a security policy regression introduced by the upgrade to Axis 1.5.2. (vanto: rev ae56a9d08d29b0d20dfc8f49af085bf653c2027a) * axis2/src/main/java/org/apache/ode/axis2/hooks/ODEAxisServiceDispatcher.java * axis2/src/main/java/org/apache/ode/axis2/hooks/ODEAxisOperationDispatcher.java > Encrypted body with Axis2 1.4 or higher > --------------------------------------- > > Key: ODE-509 > URL: https://issues.apache.org/jira/browse/ODE-509 > Project: ODE > Issue Type: Bug > Components: Axis2 Integration > Reporter: Alexis Midon > Assignee: Alexis Midon > Fix For: 2.0 > > > If you're using Axis2 1.4 or higher, you cannot encrypt message bodies due to a regresstion in Axis2. > Actually the Security phase fails to decrypt the body (see AXIS2-4233 for details) because the targeted operation is not resolved yet. But meanwhile the operation name is resolved base on the name of the first element in the body. catch-22. > As of 02/5/2009, only ODE trunk is affectred by this issue. ODE 1.X uses Axis2 1.3. > No known workaround for this issue. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira