On 29/04/2014 00:16, Konstantin Kolinko wrote: > 2014-04-29 3:08 GMT+04:00 <ma...@apache.org>: >> Author: markt >> Date: Mon Apr 28 23:08:14 2014 >> New Revision: 1590835 >> >> URL: http://svn.apache.org/r1590835 >> Log: >> Correct the handling of back-slash escaping in the EL parser and no longer >> require that "\$" or "\#" must be followed by "{" in order for the >> back-slash escaping to take effect. >> >> Modified: >> tomcat/trunk/java/org/apache/el/parser/AstLiteralExpression.java >> tomcat/trunk/test/org/apache/el/TestELEvaluation.java >> tomcat/trunk/webapps/docs/changelog.xml >> > > Good! > > With this my side of ELParser test passes successfully. > I'll commit shortly.
Great. I had a more complicated fix locally that I suspected was trying to work-around the bug fixed in r1590835. I was about to revert to your simpler fix to test and now I don't have to :). I'll start work on the back-ports. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org