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 bb4a5a0860 Avoid possible crashes with OpenSSL new fab2071c78 Add further test case for BZ 69338 new 8840684587 Add tests for empty new 35f06b3e96 Complete fix for BZ 69338. Optimise "not empty" new 53f49059fb Update generated code after 'not empty' optimisations The 4 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: .../{AstEmpty.java => AstAbstractEmpty.java} | 37 +- java/org/apache/el/parser/AstEmpty.java | 39 +- .../org/apache/el/parser/AstNotEmpty.java | 14 +- java/org/apache/el/parser/ELParser.java | 1472 +++++++++----------- java/org/apache/el/parser/ELParser.jjt | 3 + .../org/apache/el/parser/ELParserTokenManager.java | 701 ++++------ .../apache/el/parser/ELParserTreeConstants.java | 45 +- .../parser/{TestAstNot.java => TestAstEmpty.java} | 18 +- .../{TestAstNot.java => TestAstNotEmpty.java} | 16 +- .../apache/el/parser/TestELParserPerformance.java | 32 + webapps/docs/changelog.xml | 3 +- 11 files changed, 991 insertions(+), 1389 deletions(-) copy java/org/apache/el/parser/{AstEmpty.java => AstAbstractEmpty.java} (62%) copy test/org/apache/el/parser/TesterBeanB.java => java/org/apache/el/parser/AstNotEmpty.java (82%) copy test/org/apache/el/parser/{TestAstNot.java => TestAstEmpty.java} (77%) copy test/org/apache/el/parser/{TestAstNot.java => TestAstNotEmpty.java} (77%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org