You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ru...@apache.org on 2006/12/02 04:54:13 UTC

svn commit: r481501 - /webservices/axis2/branches/java/1_1/modules/security/src/org/apache/rampart/RampartMessageData.java

Author: ruchithf
Date: Fri Dec  1 19:54:11 2006
New Revision: 481501

URL: http://svn.apache.org/viewvc?view=rev&rev=481501
Log:
Only copy the RECV_RESULTS over if we don't already have them in the current message context

Modified:
    webservices/axis2/branches/java/1_1/modules/security/src/org/apache/rampart/RampartMessageData.java

Modified: webservices/axis2/branches/java/1_1/modules/security/src/org/apache/rampart/RampartMessageData.java
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/security/src/org/apache/rampart/RampartMessageData.java?view=diff&rev=481501&r1=481500&r2=481501
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/security/src/org/apache/rampart/RampartMessageData.java (original)
+++ webservices/axis2/branches/java/1_1/modules/security/src/org/apache/rampart/RampartMessageData.java Fri Dec  1 19:54:11 2006
@@ -254,7 +254,8 @@
                 MessageContext inMsgCtx;
                 if (opCtx != null
                         && (inMsgCtx = opCtx
-                                .getMessageContext(WSDLConstants.MESSAGE_LABEL_IN_VALUE)) != null) {
+                                .getMessageContext(WSDLConstants.MESSAGE_LABEL_IN_VALUE)) != null
+                                && msgContext.getProperty(WSHandlerConstants.RECV_RESULTS) == null) {
                     msgContext.setProperty(WSHandlerConstants.RECV_RESULTS, 
                             inMsgCtx.getProperty(WSHandlerConstants.RECV_RESULTS));
                     



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org