From 0f8aad2e099e73b9e5437ce9ab00a41cc203be97 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Tue, 9 Mar 2010 13:21:30 +0000 Subject: [PATCH] Correct description for STRICT_QUOTE_ESCAPING system property C-T-R git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@920860 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/systemprops.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/docs/config/systemprops.xml b/webapps/docs/config/systemprops.xml index 92d23c4b5..aa6571ac3 100644 --- a/webapps/docs/config/systemprops.xml +++ b/webapps/docs/config/systemprops.xml @@ -93,7 +93,7 @@

If false the requirements for escaping quotes in JSP - attributes will be relaxed so that a missing required quote will not + attributes will be relaxed so that an unescaped quote will not cause an error. If not specified, the specification compliant default of true will be used.

-- 2.11.0