You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by to...@apache.org on 2007/02/26 20:42:12 UTC

svn commit: r511969 - /webservices/axis/trunk/java/src/org/apache/axis/transport/http/HTTPSender.java

Author: tomj
Date: Mon Feb 26 11:42:11 2007
New Revision: 511969

URL: http://svn.apache.org/viewvc?view=rev&rev=511969
Log:
Remove the addCookie function I just inlined in to fillHeaders().

Modified:
    webservices/axis/trunk/java/src/org/apache/axis/transport/http/HTTPSender.java

Modified: webservices/axis/trunk/java/src/org/apache/axis/transport/http/HTTPSender.java
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/java/src/org/apache/axis/transport/http/HTTPSender.java?view=diff&rev=511969&r1=511968&r2=511969
==============================================================================
--- webservices/axis/trunk/java/src/org/apache/axis/transport/http/HTTPSender.java (original)
+++ webservices/axis/trunk/java/src/org/apache/axis/transport/http/HTTPSender.java Mon Feb 26 11:42:11 2007
@@ -552,17 +552,6 @@
         }
     }
 
-    /**
-     * add cookie to headers
-     * @param otherHeaders
-     * @param header
-     * @param cookie
-     */
-    private void addCookie(StringBuffer otherHeaders, String header, String cookie) {
-        otherHeaders.append(header).append(": ")
-                .append(cookie).append("\r\n");
-    }
-
     private InputStream readHeadersFromSocket(SocketHolder sockHolder,
                                               MessageContext msgContext,
                                               InputStream inp,



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