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 sa...@apache.org on 2006/05/09 16:39:27 UTC

svn commit: r405445 - /webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/transport/http/SOAPOverHTTPSender.java

Author: saminda
Date: Tue May  9 07:39:26 2006
New Revision: 405445

URL: http://svn.apache.org/viewcvs?rev=405445&view=rev
Log:
removing TODO 

Modified:
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/transport/http/SOAPOverHTTPSender.java

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/transport/http/SOAPOverHTTPSender.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/transport/http/SOAPOverHTTPSender.java?rev=405445&r1=405444&r2=405445&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/transport/http/SOAPOverHTTPSender.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/transport/http/SOAPOverHTTPSender.java Tue May  9 07:39:26 2006
@@ -52,7 +52,6 @@
         if (!httpVersion.equals(HTTPConstants.HEADER_PROTOCOL_10) && chunked) {
             postMethod.setContentChunked(true);
         }
-        //TODO FixMe : Fix User Agent
 
         String userAgentString = getUserAgent(msgContext);
 
@@ -148,7 +147,7 @@
         // Runtime overing part
         if (!locked) {
             if (messageContext.getProperty(HTTPConstants.USER_AGENT) != null) {
-                userAgentString = (String)messageContext.getProperty(HTTPConstants.USER_AGENT); 
+                userAgentString = (String)messageContext.getProperty(HTTPConstants.USER_AGENT);
             }
         }