Author: kkolinko
Date: Sun Oct 18 20:07:51 2015
New Revision: 1709314
URL: http://svn.apache.org/viewvc?rev=1709314&view=rev
Log:
Correct a typo
s/should only an escape/should only be an escape/
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1709314&r1=1709313&r2=1709314&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Sun Oct 18 20:07:51 2015
@@ -287,9 +287,9 @@
<changelog>
<fix>
<bug>57136</bug>: Correct a regression in the previous fix for this
- issue. <code>\${</code> should only an escape for <code>${</code>
within
- an EL expression. Within a JSP page <code>\$</code> should be an escape
- for <code>$</code>. The EL specification applies when parsing the
+ issue. <code>\${</code> should only be an escape for <code>${</code>
+ within an EL expression. Within a JSP page <code>\$</code> should be an
+ escape for <code>$</code>. The EL specification applies when parsing
the
expression delimited by <code>${</code> and <code>}</code>. Parsing of
the delimiting <code>${</code> and <code>}</code> is the responsibility
of the JSP specification. (markt)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]