This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from e012b4a81d Remove unused code new 4a2af30d97 As of the JLS for Java 9, "_" is also a reserved keyword new f01d645d44 Part of fix for BZ 69521 new 0b0d835b7b 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