Author: markt Date: Wed Dec 10 12:41:08 2014 New Revision: 1644384 URL: http://svn.apache.org/r1644384 Log: Add a comment to the effect that these options are likely to go away in the future.
Modified: tomcat/trunk/java/org/apache/tomcat/websocket/Constants.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/Constants.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/websocket/Constants.java?rev=1644384&r1=1644383&r2=1644384&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/websocket/Constants.java (original) +++ tomcat/trunk/java/org/apache/tomcat/websocket/Constants.java Wed Dec 10 12:41:08 2014 @@ -71,7 +71,12 @@ public class Constants { "org.apache.tomcat.websocket.DEFAULT_PROCESS_PERIOD", 10) .intValue(); - // Configuration for extensions + /* Configuration for extensions + * Note: These options are primarily present to enable this implementation + * to pass the WebSocket 1.1 TCK. They are expected to be removed once + * the WebSocket API includes a mechanism for adding custom extensions + * and disabling built-in extensions. + */ static final boolean DISABLE_BUILTIN_EXTENSIONS = Boolean.getBoolean("org.apache.tomcat.websocket.DISABLE_BUILTIN_EXTENSIONS"); static final boolean ALLOW_UNSUPPORTED_EXTENSIONS = --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org