[Bug 61253] Tomcat's Digester silently ignore's failed property replacement

2017-07-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61253 Coty Sutherland changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 61253] Tomcat's Digester silently ignore's failed property replacement

2017-07-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61253 --- Comment #5 from Coty Sutherland --- Created attachment 35123 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35123=edit Patch proposal that logs the attribute name and value that failed to update -- You are

[Bug 61253] Tomcat's Digester silently ignore's failed property replacement

2017-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61253 --- Comment #4 from Coty Sutherland --- Created attachment 35109 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35109=edit PropertySourceImpl to reproduce with I didn't add a reproducer earlier, but here's one in

[Bug 61253] Tomcat's Digester silently ignore's failed property replacement

2017-07-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61253 --- Comment #3 from Remy Maucherat --- As I see it, when a property doesn't exist (without errors) in the property source (SystemPropertySource), it should return null and the substitution isn't made. The source throwing an

[Bug 61253] Tomcat's Digester silently ignore's failed property replacement

2017-07-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61253 --- Comment #2 from Konstantin Kolinko --- Bad idea. The end user does not need to know that somebody tried a property substitution here. It is not an error to write literal ${foo}. The correct substitution for

[Bug 61253] Tomcat's Digester silently ignore's failed property replacement

2017-07-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61253 --- Comment #1 from Christopher Schultz --- +1000 I believe that any empty catch block is a bug, unless it's one of those "never happen" exceptions, and even those should be logged at an ERROR/FATAL level. --

[Bug 61253] Tomcat's Digester silently ignore's failed property replacement

2017-07-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61253 Coty Sutherland changed: What|Removed |Added Keywords||Beginner --