[jboss-remoting-commits] JBoss Remoting SVN: r4516 - remoting2/branches/2.x/src/main/org/jboss/remoting/transport/http.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Aug 28 21:16:56 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-08-28 21:16:55 -0400 (Thu, 28 Aug 2008)
New Revision: 4516

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java
Log:
JBREM-1027: Added QUERY.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java	2008-08-27 15:30:54 UTC (rev 4515)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java	2008-08-29 01:16:55 UTC (rev 4516)
@@ -33,6 +33,7 @@
 {
    public static final String METHODTYPE = "MethodType";
    public static final String PATH = "Path";
+   public static final String QUERY = "Query";
    public static final String HTTPVERSION = "HttpVersion";
    public static final String RESPONSE_CODE = "ResponseCode";
    public static final String CONTENTTYPE = "Content-Type";




More information about the jboss-remoting-commits mailing list