[Bug 66161] EL change broke String.concat with null

2022-07-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66161 --- Comment #4 from t...@silbergrau.com --- (In reply to Mark Thomas from comment #3) > The short answer is that Tomcat 9.0.60 onwards is behaving correctly in this > case. Yes, that was my guess as well after debugging. > There are lots of wa

[Bug 66161] EL change broke String.concat with null

2022-07-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66161 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 66161] EL change broke String.concat with null

2022-07-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66161 --- Comment #2 from t...@silbergrau.com --- Just debugged into it. The linked commit has changed the behaviour. context.convertToType(src, target); now triggers our EmptyNullStringResolver and the string gets null. Removing the EmptyNullSt

[Bug 66161] EL change broke String.concat with null

2022-07-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66161 --- Comment #1 from t...@silbergrau.com --- Some additions: maybe the current wrong behaviour (for us) resulted due to updates and we missed something updating from EL2.x to EL3.0. And the tomcat update and the resulting error was just a "by-pr