From 4cafac1f96de727b6eace2eaef670b4a9650ad65 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 21 Dec 2009 10:38:16 +0000 Subject: [PATCH] Review comments and minor typos git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@892747 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/systemprops.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/webapps/docs/config/systemprops.xml b/webapps/docs/config/systemprops.xml index 53f88a465..4656a483b 100644 --- a/webapps/docs/config/systemprops.xml +++ b/webapps/docs/config/systemprops.xml @@ -202,13 +202,11 @@

If this is - true custom HTTP status messages will be used within HTTP + 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. Note that there is some overhead - associated with the additional checking that is performed when custom - messages are used. If not specified the default value of - false will be used.

+ ignored and the default message used. If not specified, the default value + of false will be used.

-- 2.11.0