Author: markt Date: Wed Jul 31 14:32:56 2013 New Revision: 1508878 URL: http://svn.apache.org/r1508878 Log: whitespace
Modified: tomcat/trunk/webapps/docs/config/systemprops.xml tomcat/trunk/webapps/docs/web-socket-howto.xml Modified: tomcat/trunk/webapps/docs/config/systemprops.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/systemprops.xml?rev=1508878&r1=1508877&r2=1508878&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/systemprops.xml (original) +++ tomcat/trunk/webapps/docs/config/systemprops.xml Wed Jul 31 14:32:56 2013 @@ -350,7 +350,7 @@ </ul> </p> </property> - + <property name="org.apache.tomcat.util.http. ServerCookie.ALLOW_EQUALS_IN_VALUE"> <p>If this is <code>true</code> Tomcat will allow '<code>=</code>' Modified: tomcat/trunk/webapps/docs/web-socket-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/web-socket-howto.xml?rev=1508878&r1=1508877&r2=1508878&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/web-socket-howto.xml (original) +++ tomcat/trunk/webapps/docs/web-socket-howto.xml Wed Jul 31 14:32:56 2013 @@ -66,12 +66,12 @@ changed for a web application by setting the servlet context initialization parameter <code>org.apache.tomcat.websocket.binaryBufferSize</code> to the desired value in bytes.</p> - + <p>The default buffer size for text messages is 8192 bytes. This may be changed for a web application by setting the servlet context initialization parameter <code>org.apache.tomcat.websocket.textBufferSize</code> to the desired value in bytes.</p> - + <p>The Java WebSocket specification 1.0 does not permit programmatic deployment after the first endpoint has started a WebSocket handshake. By default, Tomcat continues to permit additional programmatic deployment. This --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org