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 908fba1d86 Remove unused code new 09cfa3a5cf As of the JLS for Java 9, "_" is also a reserved keyword new b58c46a529 Part of fix for BZ 69521 new 05a6e67a4c Fix BZ 69521 - allow Korean (and other) characters in EL identifiers 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 | 634 ++++++++++++++++++++- java/org/apache/el/parser/ELParserConstants.java | 6 +- .../org/apache/el/parser/ELParserTokenManager.java | 386 +++++++++++-- java/org/apache/el/util/Validation.java | 9 +- test/org/apache/el/parser/TestAstIdentifier.java | 47 ++ .../el/parser/TesterGenerateIdentifierRanges.java | 94 +++ webapps/docs/changelog.xml | 10 + 7 files changed, 1130 insertions(+), 56 deletions(-) create mode 100644 test/org/apache/el/parser/TesterGenerateIdentifierRanges.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org