Author: schultz
Date: Thu Dec 11 20:41:37 2014
New Revision: 1644757

URL: http://svn.apache.org/r1644757
Log:
Revert r1644737 - whitespace is important for documentation formatting.

Modified:
    tomcat/trunk/webapps/docs/config/systemprops.xml

Modified: tomcat/trunk/webapps/docs/config/systemprops.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/systemprops.xml?rev=1644757&r1=1644756&r2=1644757&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/systemprops.xml (original)
+++ tomcat/trunk/webapps/docs/config/systemprops.xml Thu Dec 11 20:41:37 2014
@@ -597,32 +597,32 @@
 
   <properties>
 
-    <property name="org.apache.tomcat.websocket.ALLOW_UNSUPPORTED_EXTENSIONS">
+    <property name="org.apache.tomcat. websocket.ALLOW_UNSUPPORTED_EXTENSIONS">
       <p>If <code>true</code>, allow unknown extensions to be declared by
       the user.</p>
       <p>The default value is <code>false</code>.</p>
     </property>
 
-    <property name="org.apache.tomcat.websocket.DEFAULT_ORIGIN_HEADER_VALUE">
+    <property name="org.apache.tomcat. websocket.DEFAULT_ORIGIN_HEADER_VALUE">
       <p>Default value of the origin header that will be sent by the client
          during the upgrade handshake.</p>
       <p>The default is null so that no origin header is sent.</p>
     </property>
 
-    <property name="org.apache.tomcat.websocket.DEFAULT_PROCESS_PERIOD">
+    <property name="org.apache.tomcat. websocket.DEFAULT_PROCESS_PERIOD">
       <p>The number of periodic ticks between periodic processing which
          involves in particular session expiration checks.</p>
       <p>The default value is <code>10</code> which corresponds to 10
          seconds.</p>
     </property>
 
-    <property name="org.apache.tomcat.websocket.DISABLE_BUILTIN_EXTENSIONS">
+    <property name="org.apache.tomcat. websocket.DISABLE_BUILTIN_EXTENSIONS">
       <p>If <code>true</code>, disable all built-in extensions provided by the
          server, such as message compression.</p>
       <p>The default value is <code>false</code>.</p>
     </property>
 
-    <property name="org.apache.tomcat.websocket.STREAMS_DROP_EMPTY_MESSAGES">
+    <property name="org.apache.tomcat. websocket.STREAMS_DROP_EMPTY_MESSAGES">
       <p>If <code>true</code>, streams provided to the user (writer and output
       stream) will not send an empty message when flushing and there is no
       data to flush, or when it is closed without having been used (for



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to