https://bz.apache.org/bugzilla/show_bug.cgi?id=69948
--- Comment #3 from Jérôme BESNARD <[email protected]> --- Wooops ! Thought I'd mentionned it earlier :( Of course. It's in Astvalue, method getTarget. line 99 and 116 at least, seems to me that throwing Exceptions should be done before modifying i. https://github.com/apache/tomcat/blame/10.1.x/java/org/apache/el/parser/AstValue.java Before commit https://github.com/apache/tomcat/commit/92e7e3b788eae535f2fc61cc3a3fe8e17e8404e4, Exceptions would not try to get this.children[i].getImage() so that would be a non issue. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
