This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 405672312b Avoid possible crashes with OpenSSL new 675daacc5a Add further test case for BZ 69338 new 5f63ba1590 Add tests for empty new d7615a5c10 Complete fix for BZ 69338. Optimise "not empty" new 8bd408fe69 Update generated code for optimised "not empty" support 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} | 35 +- java/org/apache/el/parser/AstEmpty.java | 37 +- .../org/apache/el/parser/AstNotEmpty.java | 14 +- java/org/apache/el/parser/ELParser.java | 914 ++++++++++++--------- java/org/apache/el/parser/ELParser.jjt | 3 + .../apache/el/parser/ELParserTreeConstants.java | 45 +- .../parser/{TestAstNot.java => TestAstEmpty.java} | 16 +- .../{TestAstNot.java => TestAstNotEmpty.java} | 14 +- .../apache/el/parser/TestELParserPerformance.java | 32 + 9 files changed, 596 insertions(+), 514 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} (78%) copy test/org/apache/el/parser/{TestAstNot.java => TestAstNotEmpty.java} (78%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org