This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 05a6e67a4c Fix BZ 69521 - allow Korean (and other) characters in EL identifiers new 81af55ae48 Update grammar to use Java 11 definition of Java identifier new 0ca21dac1b Regenerate parser to use Java 11 definition of Java identifier new 7096ed4f67 Improve EL Identifier tests The 3 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.jjt | 102 ++++--- .../org/apache/el/parser/ELParserTokenManager.java | 320 ++++++++++----------- test/org/apache/el/parser/TestAstIdentifier.java | 33 ++- .../el/parser/TesterGenerateIdentifierRanges.java | 3 + 4 files changed, 245 insertions(+), 213 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org