You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2008/12/18 21:40:24 UTC

svn commit: r727814 - /webservices/commons/trunk/modules/transport/modules/http/src/org/apache/axis2/transport/http/HTTPTransportReceiver.java

Author: veithen
Date: Thu Dec 18 12:40:24 2008
New Revision: 727814

URL: http://svn.apache.org/viewvc?rev=727814&view=rev
Log:
Added a comment.

Modified:
    webservices/commons/trunk/modules/transport/modules/http/src/org/apache/axis2/transport/http/HTTPTransportReceiver.java

Modified: webservices/commons/trunk/modules/transport/modules/http/src/org/apache/axis2/transport/http/HTTPTransportReceiver.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/http/src/org/apache/axis2/transport/http/HTTPTransportReceiver.java?rev=727814&r1=727813&r2=727814&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/http/src/org/apache/axis2/transport/http/HTTPTransportReceiver.java (original)
+++ webservices/commons/trunk/modules/transport/modules/http/src/org/apache/axis2/transport/http/HTTPTransportReceiver.java Thu Dec 18 12:40:24 2008
@@ -150,6 +150,8 @@
         return temp;
     }
 
+    // NOTE: This method is no longer used by the standard Axis2 HTTP transport (see WSCOMMONS-405).
+    //       However it is still used by Synapse's NIO HTTP transport.
     public static String printServiceHTML(String serviceName,
                                           ConfigurationContext configurationContext) {
         String temp = "";