From: kkolinko Date: Tue, 9 Mar 2010 13:21:30 +0000 (+0000) Subject: Correct description for STRICT_QUOTE_ESCAPING system property X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0f8aad2e099e73b9e5437ce9ab00a41cc203be97;p=tomcat7.0 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 --- 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.