Re: [tomcat] branch 8.5.x updated: Always retry on a new connection, even when pooling

2020-10-14 Thread Rémy Maucherat
On Wed, Oct 14, 2020 at 6:32 PM Michael Osipov wrote: > Am 2020-10-14 um 12:32 schrieb Rémy Maucherat: > > On Tue, Oct 13, 2020 at 8:27 PM Michael Osipov > wrote: > > > >> Am 2020-10-13 um 16:05 schrieb r...@apache.org: > >>> This is an automated email from the ASF dual-hosted git repository. >

Re: [tomcat] branch master updated: Add extended ErrorReportValve that returns response as JSON instead of HTML

2020-10-14 Thread Michael Osipov
Am 2020-10-14 um 16:55 schrieb kfuj...@apache.org: This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push:

Re: [tomcat] branch 8.5.x updated: Always retry on a new connection, even when pooling

2020-10-14 Thread Michael Osipov
Am 2020-10-14 um 12:32 schrieb Rémy Maucherat: On Tue, Oct 13, 2020 at 8:27 PM Michael Osipov wrote: Am 2020-10-13 um 16:05 schrieb r...@apache.org: This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 8.5.x in repository

[tomcat] branch 9.0.x updated: Add extended ErrorReportValve that returns response as JSON instead of HTML

2020-10-14 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino 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 2957093 Add extended ErrorReportValve that

[tomcat] branch master updated: Add extended ErrorReportValve that returns response as JSON instead of HTML

2020-10-14 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 42a0841 Add extended ErrorReportValve that

Re: [tomcat] branch 8.5.x updated: Always retry on a new connection, even when pooling

2020-10-14 Thread Rémy Maucherat
On Tue, Oct 13, 2020 at 8:27 PM Michael Osipov wrote: > Am 2020-10-13 um 16:05 schrieb r...@apache.org: > > This is an automated email from the ASF dual-hosted git repository. > > > > remm pushed a commit to branch 8.5.x > > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > > >

Re: Cannot override servlet context init param

2020-10-14 Thread Mark Thomas
On 14/10/2020 08:13, Mark Thomas wrote: > On 14/10/2020 01:31, Matt Benson wrote: >> Hello, >> Today I was experimenting with a Servlet ContainerInitializer in which I >> wanted to modify the value of a particular init param, but found that >> Tomcat's ServletContext implementation

Re: Cannot override servlet context init param

2020-10-14 Thread Mark Thomas
On 14/10/2020 01:31, Matt Benson wrote: > Hello, > Today I was experimenting with a Servlet ContainerInitializer in which I > wanted to modify the value of a particular init param, but found that > Tomcat's ServletContext implementation (ApplicationContext) explicitly > rejected the override. The