Author: markt
Date: Mon Jul 1 21:21:14 2013
New Revision: 1498694
URL: http://svn.apache.org/r1498694
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55176
SSI expression parser failed to correctly handle the use of an '=' character
inside a regular expression.
Includes a test case.
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1498694&r1=1498693&r2=1498694&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Mon Jul 1 21:21:14 2013
@@ -139,6 +139,10 @@
<bug>55160</bug>: Don't ignore connectionUploadTimeout setting when
using HTTP NIO connector. (markt)
</fix>
+ <fix>
+ <bug>55176</bug>: Correctly handle regular expressions within SSI
+ expressions that contain an equals character. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]