From ffc977b33096ac0e10cc1c2c0f346a79deb913e2 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 11 Feb 2010 12:23:36 +0000 Subject: [PATCH] This is no longer security related as unsafe usage is blocked git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@908942 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/systemprops.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/webapps/docs/config/systemprops.xml b/webapps/docs/config/systemprops.xml index 744650742..db41d39ca 100644 --- a/webapps/docs/config/systemprops.xml +++ b/webapps/docs/config/systemprops.xml @@ -200,15 +200,6 @@ be used.

-

If this is - true, 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 false will be used.

-
- @@ -397,6 +388,15 @@ +

If this is + true, 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 false will be used.

+
+

If this is false it will override the useNaming attribute for all -- 2.11.0