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 = ge
вт, 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);
> >> +// Co
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
+
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 e
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.
ea1