This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


    from 5b003d3a3e Fix logic issue
     new 22d1313b48 Part of fix for BZ 69521
     new 37830e8d66 Fix BZ 69521 - allow Korean (and other) characters in EL 
identifiers

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.jjt             | 616 ++++++++++++++++++++-
 java/org/apache/el/parser/ELParserConstants.java   |   6 +-
 .../org/apache/el/parser/ELParserTokenManager.java | 376 +++++++++++--
 test/org/apache/el/parser/TestAstIdentifier.java   |  47 ++
 .../el/parser/TesterGenerateIdentifierRanges.java  |  94 ++++
 webapps/docs/changelog.xml                         |   5 +
 6 files changed, 1092 insertions(+), 52 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

Reply via email to