https://bz.apache.org/bugzilla/show_bug.cgi?id=69429
--- Comment #4 from Paolo B. ---
thanks!
waiting for the new tomcat 10.1 release!
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe
https://bz.apache.org/bugzilla/show_bug.cgi?id=69429
--- Comment #3 from Mark Thomas ---
Good point. Done.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomc
https://bz.apache.org/bugzilla/show_bug.cgi?id=69429
--- Comment #2 from Paolo B. ---
At this point, why not optimize everything?
public Object[] getParameters(EvaluationContext ctx) {
int numChildren = this.jjtGetNumChildren();
if (numChildren == 0) {
return EMPTY_PARAMS;
}
Object
https://bz.apache.org/bugzilla/show_bug.cgi?id=69429
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW