This is no longer security related as unsafe usage is blocked
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 11 Feb 2010 12:23:36 +0000 (12:23 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 11 Feb 2010 12:23:36 +0000 (12:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@908942 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/systemprops.xml

index 7446507..db41d39 100644 (file)
       be used.</p>
     </property>
 
-    <property
-    name="org.apache.coyote. USE_CUSTOM_STATUS_MSG_IN_HEADER"><p>If this is
-      <code>true</code>, custom HTTP status messages will be used within HTTP
-      headers. If a custom message is specified that is not valid for use in an
-      HTTP header (as defined by RFC2616) then the custom message will be
-      ignored and the default message used. If not specified, the default value
-      of <code>false</code> will be used.</p>
-    </property>
-
   </properties>
 
 </section>
 
   <properties>
 
+    <property
+    name="org.apache.coyote. USE_CUSTOM_STATUS_MSG_IN_HEADER"><p>If this is
+      <code>true</code>, custom HTTP status messages will be used within HTTP
+      headers. If a custom message is specified that is not valid for use in an
+      HTTP header (as defined by RFC2616) then the custom message will be
+      ignored and the default message used. If not specified, the default value
+      of <code>false</code> will be used.</p>
+    </property>
+
     <property name="catalina.useNaming">
       <p>If this is <code>false</code> it will override the
       <code>useNaming</code> attribute for all <a href="context.html">