Re: [VOTE] Private branches in the official Tomcat git repository

2019-10-11 Thread Chuck Caldarale
On Oct 11, 2019, at 09:20, Rémy Maucherat wrote: > This vote is to regulate the use of branches in the official Tomcat > repository beyond branches that are approved by the community > such as 8.5.x and 7.0.x. It is possible to do development in private > branches directly in the official Tomc

[tomcat] branch 7.0.x updated: Tomcat 7.0.97 did not pass the vote

2019-10-11 Thread violetagg
This is an automated email from the ASF dual-hosted git repository. violetagg pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 2dbbd1e Tomcat 7.0.97 did not pass the vote 2d

Re: [CANCEL][VOTE] Release Apache Tomcat 7.0.97

2019-10-11 Thread Violeta Georgieva
Hi, На нд, 6.10.2019 г. в 5:01 ч. Violeta Georgieva написа: > > The proposed Apache Tomcat 7.0.97 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.97/ > The Maven staging repo is: > https://repository.apache.org/conten

Re: [Bug 63833] NPE in DBCP when attempting to connect to a database that doesn't exist

2019-10-11 Thread Phil Steitz
How about adding the DBCP unit tests to the source tree?  I suspect some would have failed due to this change.  If others think this is a good idea, I could take a stab at genericising them and creating a PR to add them. On 10/11/19 3:31 PM, bugzi...@apache.org wrote: https://bz.apache.org/bu

[Bug 63833] NPE in DBCP when attempting to connect to a database that doesn't exist

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63833 Phil Steitz changed: What|Removed |Added OS||All --- Comment #2 from Phil Steitz ---

Re: [VOTE] Release Apache Tomcat 7.0.97

2019-10-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Guo, On 10/11/19 09:18, guo xiong li wrote: > The BZ-63833 describes a NullPointerException in branch 7.0.x. > https://bz.apache.org/bugzilla/show_bug.cgi?id=63833 > > It is better to solve it before release. I submit a patch to solve > it just now.

Re: [VOTE] Private branches in the official Tomcat git repository

2019-10-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rémy, On 10/11/19 10:20, Rémy Maucherat wrote: > Hi, > > This vote is to regulate the use of branches in the official > Tomcat repository beyond branches that are approved by the > community such as 8.5.x and 7.0.x. It is possible to do development

[Bug 63832] Unable to stop because WebappClassLoaderBase.checkThreadLocalMapForLeaks can't load class(class from deployed aplication - probably undeployed)

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63832 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[tomcat] branch 7.0.x updated: 63765: Properly mark container as FAILED when a JVM error occurs on stop # Conflicts: # webapps/docs/changelog.xml

2019-10-11 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 211006a 63765: Properly mark container as FAILED wh

[tomcat] branch 8.5.x updated: 63765: Properly mark container as FAILED when a JVM error occurs on stop # Conflicts: # webapps/docs/changelog.xml

2019-10-11 Thread remm
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 The following commit(s) were added to refs/heads/8.5.x by this push: new a7da104 63765: Properly mark container as FAILED wh

[tomcat] branch master updated: 63765: Properly mark container as FAILED when a JVM error occurs on stop

2019-10-11 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 8e94406 63765: Properly mark container as FAILED

[Bug 63835] Add support for Keep-Alive header

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63835 --- Comment #5 from Mark Thomas --- The proposal never went past draft 03 in 2012. I'm wondering why. The max parameter is already deprecated in draft 03. I don't think Tomcat should be implementing a deprecated feature of a draft proposal wit

Re: [VOTE] Private branches in the official Tomcat git repository

2019-10-11 Thread Emmanuel Bourg
Le 11/10/2019 à 16:20, Rémy Maucherat a écrit : > Should private branches be allowed in the official Tomcat git repository ? > [X] Yes > [ ] No +1 Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For a

[Bug 63814] Socket timeout -1 no longer allowed since Java 13, leading to IllegalArgumentException and unit test hang for TestAbstractAjpProcessor

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63814 Remy Maucherat changed: What|Removed |Added CC||knst.koli...@gmail.com --- Comment #3

[Bug 63837] 7.0.97: TestAbstractAjpProcessor hangs when run with Java 13.0 and NIO.

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63837 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [VOTE] Private branches in the official Tomcat git repository

2019-10-11 Thread guo xiong li
> Hi, > > This vote is to regulate the use of branches in the official Tomcat > repository beyond branches that are approved by the community such as 8.5.x > and 7.0.x. It is possible to do development in private branches directly in > the official Tomcat repository, as an alternative to using fork

Re: Possible bug in Http11Processor/SocketWrapperBase

2019-10-11 Thread Mark Thomas
On 11/10/2019 13:21, Michael Osipov wrote: > Folks, > > while working on BZ-63835 I have noticed an odd thing and I'd like > someone to review whether my code/understanding is wrong or the one > already present in Tomcat. > we have a total of 100 requests (HTTP/1.1 302). That is consistent wit

Re: [VOTE] Private branches in the official Tomcat git repository

2019-10-11 Thread Rémy Maucherat
On Fri, Oct 11, 2019 at 4:30 PM Michael Osipov wrote: > Am 2019-10-11 um 16:20 schrieb Rémy Maucherat: > > Hi, > > > > This vote is to regulate the use of branches in the official Tomcat > > repository beyond branches that are approved by the community such as > 8.5.x > > and 7.0.x. It is possibl

Re: [VOTE] Private branches in the official Tomcat git repository

2019-10-11 Thread Rémy Maucherat
On Fri, Oct 11, 2019 at 4:20 PM Rémy Maucherat wrote: > Hi, > > This vote is to regulate the use of branches in the official Tomcat > repository beyond branches that are approved by the community such as 8.5.x > and 7.0.x. It is possible to do development in private branches directly in > the off

Re: [VOTE] Private branches in the official Tomcat git repository

2019-10-11 Thread Michael Osipov
Am 2019-10-11 um 16:20 schrieb Rémy Maucherat: Hi, This vote is to regulate the use of branches in the official Tomcat repository beyond branches that are approved by the community such as 8.5.x and 7.0.x. It is possible to do development in private branches directly in the official Tomcat repos

[VOTE] Private branches in the official Tomcat git repository

2019-10-11 Thread Rémy Maucherat
Hi, This vote is to regulate the use of branches in the official Tomcat repository beyond branches that are approved by the community such as 8.5.x and 7.0.x. It is possible to do development in private branches directly in the official Tomcat repository, as an alternative to using forks and pull

Re: [tomcat] branch BZ-63835/8.5.x created (now 6ff2233)

2019-10-11 Thread Michael Osipov
Am 2019-10-11 um 16:07 schrieb Rémy Maucherat: On Fri, Oct 11, 2019 at 3:46 PM Michael Osipov wrote: Am 2019-10-11 um 15:10 schrieb Rémy Maucherat: On Fri, Oct 11, 2019 at 1:51 PM Michael Osipov wrote: Am 2019-10-11 um 11:32 schrieb Rémy Maucherat: On Fri, Oct 11, 2019 at 10:43 AM Mark

Re: [tomcat] branch BZ-63835/8.5.x created (now 6ff2233)

2019-10-11 Thread Rémy Maucherat
On Fri, Oct 11, 2019 at 3:46 PM Michael Osipov wrote: > Am 2019-10-11 um 15:10 schrieb Rémy Maucherat: > > On Fri, Oct 11, 2019 at 1:51 PM Michael Osipov > wrote: > > > >> Am 2019-10-11 um 11:32 schrieb Rémy Maucherat: > >>> On Fri, Oct 11, 2019 at 10:43 AM Mark Thomas wrote: > >>> > On 11

Re: [tomcat] branch BZ-63835/8.5.x created (now 6ff2233)

2019-10-11 Thread Michael Osipov
Am 2019-10-11 um 15:20 schrieb Mark Thomas: On 11/10/2019 14:10, Rémy Maucherat wrote: On Fri, Oct 11, 2019 at 1:51 PM Michael Osipov mailto:micha...@apache.org>> wrote: Am 2019-10-11 um 11:32 schrieb Rémy Maucherat: > On Fri, Oct 11, 2019 at 10:43 AM Mark Thomas mailto:ma...@apache.o

Re: [tomcat] branch BZ-63835/8.5.x created (now 6ff2233)

2019-10-11 Thread Michael Osipov
Am 2019-10-11 um 15:10 schrieb Rémy Maucherat: On Fri, Oct 11, 2019 at 1:51 PM Michael Osipov wrote: Am 2019-10-11 um 11:32 schrieb Rémy Maucherat: On Fri, Oct 11, 2019 at 10:43 AM Mark Thomas wrote: On 11/10/2019 09:30, micha...@apache.org wrote: This is an automated email from the ASF d

[tomcat] branch 7.0.x updated: asyncStarted should be false once complete/dispatch in onError

2019-10-11 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 758e909 asyncStarted should be false once complete

[tomcat] branch 8.5.x updated: asyncStarted should be false once complete/dispatch in onError

2019-10-11 Thread markt
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 476c7f7 asyncStarted should be false once complete

[tomcat] branch master updated: asyncStarted should be false once complete/dispatch in onError

2019-10-11 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 02b865c asyncStarted should be false once comple

Re: [tomcat] branch BZ-63835/8.5.x created (now 6ff2233)

2019-10-11 Thread Mark Thomas
On 11/10/2019 14:10, Rémy Maucherat wrote: > On Fri, Oct 11, 2019 at 1:51 PM Michael Osipov > wrote: > > Am 2019-10-11 um 11:32 schrieb Rémy Maucherat: > > On Fri, Oct 11, 2019 at 10:43 AM Mark Thomas > wrote: > > > >> On 1

Re: [VOTE] Release Apache Tomcat 7.0.97

2019-10-11 Thread guo xiong li
The BZ-63833 describes a NullPointerException in branch 7.0.x. https://bz.apache.org/bugzilla/show_bug.cgi?id=63833 It is better to solve it before release. I submit a patch to solve it just now. Hope it can help. On Fri, Oct 11, 2019 at 9:04 PM Konstantin Kolinko wrote: > вс, 6 окт. 2019 г. в

[Bug 63833] NPE in DBCP when attempting to connect to a database that doesn't exist

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63833 --- Comment #1 from Guoxiong Li --- Created attachment 36823 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36823&action=edit A draft to solve this issue. -- You are receiving this mail because: You are the assignee for the bug. -

Re: [tomcat] branch BZ-63835/8.5.x created (now 6ff2233)

2019-10-11 Thread Rémy Maucherat
On Fri, Oct 11, 2019 at 1:51 PM Michael Osipov wrote: > Am 2019-10-11 um 11:32 schrieb Rémy Maucherat: > > On Fri, Oct 11, 2019 at 10:43 AM Mark Thomas wrote: > > > >> On 11/10/2019 09:30, micha...@apache.org wrote: > >>> This is an automated email from the ASF dual-hosted git repository. > >>>

Re: [VOTE] Release Apache Tomcat 7.0.97

2019-10-11 Thread Konstantin Kolinko
вс, 6 окт. 2019 г. в 13:01, Violeta Georgieva : > > The proposed Apache Tomcat 7.0.97 release is now available for voting. > Thus far I ran the unit tests on Windows 10 with Java 6, 7, 8 and 13 for all connectors. All is good except the following: 1. TestWebdavServletOptions fails with OutOfMemor

Re: [tomcat] 01/01: First draft

2019-10-11 Thread Michael Osipov
Am 2019-10-11 um 14:35 schrieb Rémy Maucherat: On Fri, Oct 11, 2019 at 1:49 PM Michael Osipov wrote: Am 2019-10-11 um 11:51 schrieb Rémy Maucherat: On Fri, Oct 11, 2019 at 10:30 AM wrote: This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branc

[Bug 63838] Illegal reflective access by WebappClassLoaderBase$1 in Java 13

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63838 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #1 from Konstanti

[Bug 63837] 7.0.97: TestAbstractAjpProcessor hangs when run with Java 13.0 and NIO.

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63837 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #3 from Konstanti

[tomcat] branch 7.0.x updated: asyncStarted should be false once complete/dispatch in onTimeout

2019-10-11 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 528032c asyncStarted should be false once complete

[Bug 63838] New: Illegal reflective access by WebappClassLoaderBase$1 in Java 13

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63838 Bug ID: 63838 Summary: Illegal reflective access by WebappClassLoaderBase$1 in Java 13 Product: Tomcat 7 Version: trunk Hardware: PC Status: NEW Sev

[tomcat] branch 8.5.x updated: asyncStarted should be false once complete/dispatch in onTimeout

2019-10-11 Thread markt
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 d91f848 asyncStarted should be false once complete

[tomcat] branch master updated: asyncStarted should be false once complete/dispatch in onTimeout

2019-10-11 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 71389c0 asyncStarted should be false once comple

[Bug 63832] Unable to stop because WebappClassLoaderBase.checkThreadLocalMapForLeaks can't load class(class from deployed aplication - probably undeployed)

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63832 --- Comment #2 from Remy Maucherat --- After testing, the InlineExecutorService does the part properly using a FutureTask, so nothing to fix here. Problems are: - ContainerBase.stopInternal throws a LifecycleException on any failure - If worki

Re: [tomcat] 01/01: First draft

2019-10-11 Thread Rémy Maucherat
On Fri, Oct 11, 2019 at 1:49 PM Michael Osipov wrote: > Am 2019-10-11 um 11:51 schrieb Rémy Maucherat: > > On Fri, Oct 11, 2019 at 10:30 AM wrote: > > > >> This is an automated email from the ASF dual-hosted git repository. > >> > >> michaelo pushed a commit to branch BZ-63835/8.5.x > >> in repo

[Bug 63837] 7.0.97: TestAbstractAjpProcessor hangs when run with Java 13.0 and NIO.

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63837 --- Comment #2 from Konstantin Kolinko --- Created attachment 36822 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36822&action=edit 6852_stack.txt Stacktrace from a hanging JVM. It was created with the following command: jstack.exe -

[Bug 63837] 7.0.97: TestAbstractAjpProcessor hangs when run with Java 13.0 and NIO.

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63837 --- Comment #1 from Konstantin Kolinko --- Created attachment 36821 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36821&action=edit ant_test.log stdout/stderr output of Apache Ant. -- You are receiving this mail because: You are the

[Bug 63837] New: 7.0.97: TestAbstractAjpProcessor hangs when run with Java 13.0 and NIO.

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63837 Bug ID: 63837 Summary: 7.0.97: TestAbstractAjpProcessor hangs when run with Java 13.0 and NIO. Product: Tomcat 7 Version: trunk Hardware: PC Status: NEW

[tomcat] branch 7.0.x updated: Align with 8.5.x to ease back-ports.

2019-10-11 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new e68d6f8 Align with 8.5.x to ease back-ports. e68d6

[tomcat] branch 7.0.x updated: Further align complete()/dispatch() if called during async I/O

2019-10-11 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new d8854d9 Further align complete()/dispatch() if cal

Possible bug in Http11Processor/SocketWrapperBase

2019-10-11 Thread Michael Osipov
Folks, while working on BZ-63835 I have noticed an odd thing and I'd like someone to review whether my code/understanding is wrong or the one already present in Tomcat. Note: The same code path in HTTPd behaves corectly. Consider this output received by curl: HTTP/1.1 302 Transfer-Encodin

[Bug 63836] TestWebdavServletOptions test fails with OutOfMemoryError for NIO on 32-bit Java

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63836 --- Comment #3 from Konstantin Kolinko --- Created attachment 36820 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36820&action=edit ant_test.log (zipped) Apache Ant stdout/stderr from the run (Java 8u202 32-bit, all connectors: BIO, N

[tomcat] branch 8.5.x updated: Further align complete()/dispatch() if called during async I/O

2019-10-11 Thread markt
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 c9a87ee Further align complete()/dispatch() if cal

[tomcat] branch master updated: Further align complete()/dispatch() if called during async I/O

2019-10-11 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 db7e2d2 Further align complete()/dispatch() if c

[Bug 63836] TestWebdavServletOptions test fails with OutOfMemoryError for NIO on 32-bit Java

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63836 --- Comment #2 from Konstantin Kolinko --- Created attachment 36819 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36819&action=edit TEST-org.apache.catalina.servlets.TestWebdavServletOptions.APR.txt Output from a successful run (Java

[Bug 63836] TestWebdavServletOptions test fails with OutOfMemoryError for NIO on 32-bit Java

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63836 --- Comment #1 from Konstantin Kolinko --- Created attachment 36818 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36818&action=edit TEST-org.apache.catalina.servlets.TestWebdavServletOptions.NIO.txt Output from a failing run (Java 8u2

[Bug 63836] New: TestWebdavServletOptions test fails with OutOfMemoryError for NIO on 32-bit Java

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63836 Bug ID: 63836 Summary: TestWebdavServletOptions test fails with OutOfMemoryError for NIO on 32-bit Java Product: Tomcat 7 Version: 7.0.96 Hardware: PC Status:

Re: [tomcat] branch BZ-63835/8.5.x created (now 6ff2233)

2019-10-11 Thread Michael Osipov
Am 2019-10-11 um 11:32 schrieb Rémy Maucherat: On Fri, Oct 11, 2019 at 10:43 AM Mark Thomas wrote: On 11/10/2019 09:30, micha...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch BZ-63835/8.5.x New features should be im

Re: [tomcat] 01/01: First draft

2019-10-11 Thread Michael Osipov
Am 2019-10-11 um 11:51 schrieb Rémy Maucherat: On Fri, Oct 11, 2019 at 10:30 AM wrote: This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch BZ-63835/8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 6ff2233cbbd27c9c2c6

[tomcat] branch BZ-63835/8.5.x updated: Properly determine requests left on a "keepAlive" connection

2019-10-11 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch BZ-63835/8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/BZ-63835/8.5.x by this push: new d758805 Properly determine re

[tomcat] branch BZ-63835/9.0.x created (now a5e3e1d)

2019-10-11 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch BZ-63835/9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. at a5e3e1d Properly determine requests left on a "keepAlive" connection This branch includes the following n

[tomcat] 01/02: First draft

2019-10-11 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch BZ-63835/9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit f903e1fe0d3902111b626e82d201d7598a15118e Author: Michael Osipov AuthorDate: Fri Oct 11 10:30:08 2019 +0200

[tomcat] 02/02: Properly determine requests left on a "keepAlive" connection

2019-10-11 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch BZ-63835/9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit a5e3e1d7a498a3156350ae8bbed36706b2600e64 Author: Michael Osipov AuthorDate: Fri Oct 11 12:51:44 2019 +0200

[Bug 63835] Add support for Keep-Alive header

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63835 --- Comment #4 from Michael Osipov --- (In reply to Remy Maucherat from comment #3) > This feature idea doesn't look good to me: > - What if there's a proxy ? [usually, there is a proxy] > - This feature looks very late 90s ish and it wasn't ad

svn commit: r36294 - /dev/tomcat/tomcat-8/v8.5.47/ /release/tomcat/tomcat-8/v8.5.47/

2019-10-11 Thread markt
Author: markt Date: Fri Oct 11 10:45:29 2019 New Revision: 36294 Log: Release Apache Tomcat 8.5.47 Added: release/tomcat/tomcat-8/v8.5.47/ - copied from r36293, dev/tomcat/tomcat-8/v8.5.47/ Removed: dev/tomcat/tomcat-8/v8.5.47/ -

Nexus: Promotion Completed

2019-10-11 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDeployer properties:"userAgent" = "maven-artifact/2.2.1 (Java 1.7.0_80; Windows 7 6.1)""userId" = "markt""ip" = "86.144.250.12"Details:The following artifacts have been promoted to the "Releases" [id=releases] repository/org/apache/tomcat/tomcat-i18n-de/8.

[VOTE][RESULT] Release Apache Tomcat 8.5.47

2019-10-11 Thread Mark Thomas
The following votes were cast: Binding: +1: remm, michaelo, kkolinko, markt No other votes were cast. This vote therefore passes. Thanks to everyone who contributed to this release. - To unsubscribe, e-mail: dev-unsubscr...@to

Re: [VOTE] Release Apache Tomcat 8.5.47

2019-10-11 Thread Mark Thomas
On 07/10/2019 14:58, Mark Thomas wrote: > The proposed 8.5.47 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.5.47 Unit tests pass for NIO, NIO2 and APR/native with Tomcat Native 1.2.23 on Linux, Windows and MacOS. Mark

[Bug 63832] Unable to stop because WebappClassLoaderBase.checkThreadLocalMapForLeaks can't load class(class from deployed aplication - probably undeployed)

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63832 Remy Maucherat changed: What|Removed |Added OS||All --- Comment #1 from Remy Mauchera

Re: [tomcat] 01/01: First draft

2019-10-11 Thread Rémy Maucherat
On Fri, Oct 11, 2019 at 10:30 AM wrote: > This is an automated email from the ASF dual-hosted git repository. > > michaelo pushed a commit to branch BZ-63835/8.5.x > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > commit 6ff2233cbbd27c9c2c649208a21931e5f3e132a6 > Author: Michael

Re: [tomcat] branch BZ-63835/8.5.x created (now 6ff2233)

2019-10-11 Thread Rémy Maucherat
On Fri, Oct 11, 2019 at 10:43 AM Mark Thomas wrote: > On 11/10/2019 09:30, micha...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > > > michaelo pushed a change to branch BZ-63835/8.5.x > > New features should be implemented against master and then ba

[Bug 63835] Add support for Keep-Alive header

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63835 --- Comment #3 from Remy Maucherat --- This feature idea doesn't look good to me: - What if there's a proxy ? [usually, there is a proxy] - This feature looks very late 90s ish and it wasn't added then -- You are receiving this mail because:

[Bug 63835] Add support for Keep-Alive header

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63835 --- Comment #2 from Michael Osipov --- The implementation contains a bug where the max value must be decreasing. This value can be is available on the endpoint, but there is no getter for. The decrementKeepAliveRequests output is not stored. Th

svn commit: r36289 - /dev/tomcat/tomcat-9/v9.0.27/ /release/tomcat/tomcat-9/v9.0.27/

2019-10-11 Thread markt
Author: markt Date: Fri Oct 11 08:45:57 2019 New Revision: 36289 Log: Release Apache Tomcat 9.0.27 Added: release/tomcat/tomcat-9/v9.0.27/ - copied from r36288, dev/tomcat/tomcat-9/v9.0.27/ Removed: dev/tomcat/tomcat-9/v9.0.27/ -

Re: [tomcat] branch BZ-63835/8.5.x created (now 6ff2233)

2019-10-11 Thread Mark Thomas
On 11/10/2019 09:30, micha...@apache.org wrote: > This is an automated email from the ASF dual-hosted git repository. > > michaelo pushed a change to branch BZ-63835/8.5.x New features should be implemented against master and then back-ported (assuming the community accepts them). Mark > in re

[VOTE][RESULT] Release Apache Tomcat 9.0.27

2019-10-11 Thread Mark Thomas
The following votes were cast: Binding: +1: remm, ebourg, csutherl, mgrigorov, kkolinko, markt No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Mark - To unsubscribe, e-

Nexus: Promotion Completed

2019-10-11 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDeployer properties:"userAgent" = "maven-artifact/2.2.1 (Java 1.8.0_222; Windows 7 6.1)""userId" = "markt""ip" = "86.144.250.12"Details:The following artifacts have been promoted to the "Releases" [id=releases] repository/org/apache/tomcat/tomcat-i18n-de/9

Re: [VOTE] Release Apache Tomcat 9.0.27

2019-10-11 Thread Mark Thomas
On 07/10/2019 12:51, Mark Thomas wrote: > The proposed 9.0.27 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 9.0.27 Unit tests pass for NIO, NIO2 and APR/native with Tomcat Native 1.2.23 on Linux, Windows and MacOS. Mark

[Bug 63835] Add support for Keep-Alive header

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63835 Michael Osipov changed: What|Removed |Added CC||micha...@apache.org --- Comment #1 fr

[tomcat] branch BZ-63835/8.5.x created (now 6ff2233)

2019-10-11 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch BZ-63835/8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. at 6ff2233 First draft This branch includes the following new commits: new 6ff2233 First draft The 1

[tomcat] 01/01: First draft

2019-10-11 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch BZ-63835/8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 6ff2233cbbd27c9c2c649208a21931e5f3e132a6 Author: Michael Osipov AuthorDate: Fri Oct 11 10:30:08 2019 +0200

[Bug 63835] New: Add support for Keep-Alive header

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63835 Bug ID: 63835 Summary: Add support for Keep-Alive header Product: Tomcat 8 Version: 8.5.x-trunk Hardware: All OS: All Status: NEW Severity: enhancement