https://bz.apache.org/bugzilla/show_bug.cgi?id=68596
--- Comment #2 from Mark Thomas <ma...@apache.org> --- #1 isn't an option unfortunately. With more complex EL expressions ELContext.isPropertyResolved() will return true at the start of the call to convertToType(). At least one test fails if this code is removed. I don't see how we can do #2 without, effectively, making the existing setPropertyResolved() methods final which undermines the point of them being non-final in the first place. Our options here are further limited by ELContext being a specification class which means we can't change the public API. This needs some more thought... Note: This may get moved to an enhancement if there isn't an obvious way to improve this) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org