Author: markt Date: Sat May 4 22:05:49 2013 New Revision: 1479196 URL: http://svn.apache.org/r1479196 Log: Doh.
Modified: tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml Modified: tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml?rev=1479196&r1=1479195&r2=1479196&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml Sat May 4 22:05:49 2013 @@ -27,21 +27,6 @@ </description> <display-name>Servlet and JSP Examples</display-name> - <!-- - If you are running the Autobahn WebSocket testsuite - or any other testsuite - that uses large messages - uncomment the following to improve performance - --> - <!-- - <context-param> - <param-name>org.apache.tomcat.websocket.binaryBufferSize</param-name> - <param-value>2097152</param-value> - </context-param> - <context-param> - <param-name>org.apache.tomcat.websocket.textBufferSize</param-name> - <param-value>2097152</param-value> - </context-param> - --> - <!-- Define example filters --> <filter> <filter-name>Timing filter</filter-name> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org