[jboss-remoting-commits] JBoss Remoting SVN: r5390 - 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
Wed Aug 26 15:39:51 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-08-26 15:39:51 -0400 (Wed, 26 Aug 2009)
New Revision: 5390

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java
Log:
JBREM-1145: Made use of new content type test optional.

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	2009-08-26 19:39:29 UTC (rev 5389)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java	2009-08-26 19:39:51 UTC (rev 5390)
@@ -65,8 +65,11 @@
 
    /** Used to distinguish special case of payload of type String. */
    public static final String REMOTING_CONTENT_TYPE = "remotingContentType";
+   public static final String REMOTING_CONTENT_TYPE_LC = "remotingcontenttype";
    
    public static final String REMOTING_CONTENT_TYPE_STRING = "remotingContentTypeString";
    
    public static final String REMOTING_CONTENT_TYPE_NON_STRING = "remotingContentTypeNonString";
+   
+   public static final String USE_REMOTING_CONTENT_TYPE = "useRemotingContentType";
 }
\ No newline at end of file



More information about the jboss-remoting-commits mailing list