Re: [tomcat] branch main updated: Improve handling of EL error messages.

2022-08-31 Thread Mark Thomas
On 30/08/2022 13:21, Konstantin Kolinko wrote: вт, 30 авг. 2022 г. в 10:13, Mark Thomas : On 29/08/2022 14:06, Christopher Schultz wrote: Mark, On 8/29/22 02:39, ma...@apache.org wrote: public static String get(final String key, final Object... args) { String value =

Re: [tomcat] branch main updated: Improve handling of EL error messages.

2022-08-30 Thread Konstantin Kolinko
вт, 30 авг. 2022 г. в 10:13, Mark Thomas : > > On 29/08/2022 14:06, Christopher Schultz wrote: > > Mark, > > > > On 8/29/22 02:39, ma...@apache.org wrote: > > > > >> public static String get(final String key, final Object... args) { > >> String value = get(key); > >> +//

Re: [tomcat] branch main updated: Improve handling of EL error messages.

2022-08-30 Thread Mark Thomas
On 29/08/2022 14:06, Christopher Schultz wrote: Mark, On 8/29/22 02:39, ma...@apache.org wrote:   public static String get(final String key, final Object... args) {   String value = get(key); +    // Convert all Number arguments to String else MessageFormat may try to +   

Re: [tomcat] branch main updated: Improve handling of EL error messages.

2022-08-29 Thread Christopher Schultz
Mark, On 8/29/22 02:39, ma...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new

[tomcat] branch main updated: Improve handling of EL error messages.

2022-08-29 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new ea17c9d61b Improve handling of EL error messages.