This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 45e25ba Fix typos new 9b9f23d Regenerate parser using JavaCC 7.0.10 new 3b1b9d3 Fix parsing bug for literal Maps constructed using variables. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: java/org/apache/el/parser/ELParser.java | 2341 +++++++++++--------- java/org/apache/el/parser/ELParser.jjt | 2 +- .../org/apache/el/parser/ELParserTokenManager.java | 1188 +++++----- .../apache/el/parser/ELParserTreeConstants.java | 4 +- java/org/apache/el/parser/JJTELParserState.java | 4 +- java/org/apache/el/parser/ParseException.java | 48 +- java/org/apache/el/parser/SimpleCharStream.java | 57 +- java/org/apache/el/parser/Token.java | 7 +- java/org/apache/el/parser/TokenMgrError.java | 32 +- test/org/apache/el/parser/TestAstMapData.java | 15 + webapps/docs/changelog.xml | 8 + 11 files changed, 2024 insertions(+), 1682 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org