Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45451
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 16 Sep 2008 21:12:38 +0000 (21:12 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 16 Sep 2008 21:12:38 +0000 (21:12 +0000)
commitb1fc30446f0cac302e24e9855348322cae2db1db
tree84aeb8f676b2c740016d7babd6f839064e7b3503
parent411dd2ed7a96876e896d98fad5f3c3e650bb86cf
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45451
Testing for this threw up all sorts of other failures around use of \${...} These should all now be fixed. The two pass parsing means we can do away with the previous 'replace with unused unicode character' trick.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@696061 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/jasper/Constants.java
java/org/apache/jasper/compiler/Compiler.java
java/org/apache/jasper/compiler/Generator.java
java/org/apache/jasper/compiler/JspDocumentParser.java
java/org/apache/jasper/compiler/JspUtil.java
java/org/apache/jasper/compiler/Parser.java
java/org/apache/jasper/compiler/ParserController.java
java/org/apache/jasper/compiler/Validator.java