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
+
https://bz.apache.org/bugzilla/show_bug.cgi?id=66209
--- Comment #14 from Mark Thomas ---
(In reply to Rahul Jaisimha from comment #13)
> I'm worried that adding a new switch on WebResourceRoot that depends on the
> old switch on Context (for backwards-compatibility) could confuse the config
> fo
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 2c6ff65a2c tabs -> spaces
2c6ff65a2c is described
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 2ce689b837 tabs -> spaces
2ce689b837 is described bel
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new fa7e1e6262 tabs -> spaces
fa7e1e6262 is described b
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new e883611b8c tabs -> spaces
e883611b8c is described b
вт, 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
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 73f47a5972 Fix broken Javadoc
73f47a5972 is descr
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 221716cb0a Fix broken Javadoc
221716cb0a is describ
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new dad1814b97 Fix broken Javadoc
dad1814b97 is describ
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 8bfc83b669 Switch to ELException as it seems more nat
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new cd8ac5cf64 Switch to ELException as it seems more
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 34e3734069 Switch to ELException as it seems more n
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 81971654a5 Switch to ELException as it seems more n
https://bz.apache.org/bugzilla/show_bug.cgi?id=66209
--- Comment #15 from Rahul Jaisimha ---
Here's what I'll do: For 9.0.x and 10.0.x, I'll add a third option to the
existing switch "useBloomFilterForArchives" and support the following options:
["true", "false", "purged"]. This is similar to wha
https://bz.apache.org/bugzilla/show_bug.cgi?id=66209
--- Comment #16 from Rahul Jaisimha ---
(In reply to Rahul Jaisimha from comment #15)
> Here's what I'll do: For 9.0.x and 10.0.x, I'll add a third option to the
> existing switch "useBloomFilterForArchives" and support the following
> options:
michael-o commented on PR #506:
URL: https://github.com/apache/tomcat/pull/506#issuecomment-1231777237
I would recommend to make this TWO PRs because both new valves serve
different purposes...
--
This is an automated message from the Apache Git Service.
To respond to the message, please
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new ea9e296b23 Fix backport
ea9e296b23 is described bel
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new a65744ae66 Fix backport
a65744ae66 is described bel
https://bz.apache.org/bugzilla/show_bug.cgi?id=66246
Bug ID: 66246
Summary: JspC generates invalid web.xml
Product: Tomcat 9
Version: 9.0.65
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Pr
This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 971038192b Fix BZ66246
https://bz.apache.org/bugzi
https://bz.apache.org/bugzilla/show_bug.cgi?id=66246
Han Li changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On 31/08/2022 02:57, li...@apache.org wrote:
This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 971
> 2022年8月31日 14:28,Mark Thomas 写道:
>
> On 31/08/2022 02:57, li...@apache.org wrote:
>> This is an automated email from the ASF dual-hosted git repository.
>> lihan pushed a commit to branch 9.0.x
>> in repository https://gitbox.apache.org/repos/asf/tomcat.git
>> The following commit(s) were ad
24 matches
Mail list logo