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 2008/04/03 17:31:21 UTC

svn commit: r644362 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/ApplicationXMLFormatter.java

Author: dims
Date: Thu Apr  3 08:31:17 2008
New Revision: 644362

URL: http://svn.apache.org/viewvc?rev=644362&view=rev
Log:
Self assignment of local variable

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/ApplicationXMLFormatter.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/ApplicationXMLFormatter.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/ApplicationXMLFormatter.java?rev=644362&r1=644361&r2=644362&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/ApplicationXMLFormatter.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/ApplicationXMLFormatter.java Thu Apr  3 08:31:17 2008
@@ -184,12 +184,6 @@
             contentType += "; charset=" + encoding;
         }
 
-        // if soap action is there (can be there is soap response MEP is used) add it.
-        if ((soapAction != null)
-                && !"".equals(soapAction.trim())
-                && !"\"\"".equals(soapAction.trim())) {
-            contentType = contentType;
-        }
         if (log.isDebugEnabled()) {
             log.debug("contentType returned =" + contentType);
         }



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