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 di...@apache.org on 2006/07/14 19:32:19 UTC

svn commit: r421957 - /webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/util/Utils.java

Author: dims
Date: Fri Jul 14 10:32:18 2006
New Revision: 421957

URL: http://svn.apache.org/viewvc?rev=421957&view=rev
Log:
Fix for AXIS2-895 - By default, the server should not set the WS-Addressing From header

Modified:
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/util/Utils.java

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/util/Utils.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/util/Utils.java?rev=421957&r1=421956&r2=421957&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/util/Utils.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/util/Utils.java Fri Jul 14 10:32:18 2006
@@ -80,7 +80,6 @@
         }
 
         newmsgCtx.setFaultTo(oldOptions.getTo());
-        newmsgCtx.setFrom(oldOptions.getTo());
         newmsgCtx.addRelatesTo(
                 new RelatesTo(
                         oldOptions.getMessageId(),



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