Author: ron.sigal(a)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
Show replies by date