[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2020-09-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #32 from Martin Knoblauch --- Found this gem by accident. Now I understand some of our problems going from 7.0 to 9.0. This is clearly a regression. With an easy fix. Not even "bloat". I really fail the resistance of the -

[Bug 64765] ThreadPoolExecutor#submittedCount wrong after undeploy

2020-09-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64765 --- Comment #3 from m...@bsi-software.com --- Thanks for the fast fix. I will test it as soon as new builds are available. -- You are receiving this mail because: You are the assignee for the bug.

[GitHub] [tomcat] markt-asf commented on pull request #359: Fix 64735 ServletContext.addJspFile() always fails with SecurityManager

2020-09-30 Thread GitBox
markt-asf commented on pull request #359: URL: https://github.com/apache/tomcat/pull/359#issuecomment-701253890 Many thanks for this. I particularly like the way you implemented the unit test. I am currently leaning towards packaging the test slightly differently so I'll apply this

[tomcat] branch 7.0.x updated: Use a link to TestTomcat in Git instead of SVN

2020-09-30 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 e487719 Use a link to TestTomcat in Git

[tomcat] branch 8.5.x updated: Use a link to TestTomcat in Git instead of SVN

2020-09-30 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 c08d2d4 Use a link to TestTomcat in Git

buildbot failure in on tomcat-9-trunk

2020-09-30 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-9-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-9-trunk/builds/470 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

[tomcat] branch 9.0.x updated: Use a link to TestTomcat in Git instead of SVN

2020-09-30 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 f95fcd2 Use a link to TestTomcat in Git

[tomcat] branch master updated: Use a link to TestTomcat in Git instead of SVN

2020-09-30 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 16181fc Use a link to TestTomcat in Git

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2020-09-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #38 from mgrigorov --- We still believe that depending on the order of the jars (or on the moon phase) is wrong! Since there are some users (to be precise: 13 in 6 years!) who depend on this behavior then we are fine to add the

[tomcat] branch master updated: HTTP2 log statement fixes:

2020-09-30 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 8185e79 HTTP2 log statement fixes: 8185e79

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2020-09-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #33 from mgrigorov --- At https://bz.apache.org/bugzilla/show_bug.cgi?id=57129#c27 (July 2019) Mark Thomas said that a patch/PR would be welcome for review! No one cared to send such for more than an year! If you really need this

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2020-09-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #35 from Martin Knoblauch --- Exactly. A patch was submitted long time ago, but ignored due to the refusal to see this as a regression (not on technical merit as far as I can see. Except the "bloat" comment). No need to ask for a

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2020-09-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #36 from Remy Maucherat --- This is of course not a regression. Please read comments 3, 26 and 27 again. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2020-09-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #37 from Martin Knoblauch --- Hi Remy, so I do not see any of them explain why it is not a regression compared to the past (reliable) behavior. #3 blames "broken applications" for a relying on a behavior that worked for years.

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2020-09-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #39 from Mark Thomas --- The more I think about this, the more convinced I am that the proposed patch, even with the ordering behaviour made optional via configuration, is not the right way to address this issue. The proposed

[tomcat] branch 9.0.x updated: HTTP2 log statement fixes:

2020-09-30 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 8dcf599 HTTP2 log statement fixes: 8dcf599 is

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2020-09-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #34 from Mateusz Matela --- (In reply to mgrigorov from comment #33) There's already a patch provided that adds two lines of code. The unresolved issue is why this is not enough (i.e. there should be a new option for this). --

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2020-09-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #40 from Mateusz Matela --- (In reply to Mark Thomas from comment #39) So maybe this is the root of the misunderstanding here: nobody's asking for this to be a fully fledged officially supported feature with guarantees that it

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2020-09-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #41 from Mateusz Matela --- (In reply to mgrigorov from comment #38) > Since there are some users (to be precise: 13 in 6 years!) who depend on > this behavior That's only the number of people motivated enough to create/have an

[tomcat] 04/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 496b3cf5dd99179cd5460c728819bd799f662f99 Author: Mark Thomas AuthorDate: Thu Sep 24 18:11:37 2020 +0100 Reduce

[tomcat] 09/10: Update changelog

2020-09-30 Thread markt
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 commit a4054eb3f27ac0d242d5f2a6c4599e3f6cb9a519 Author: Mark Thomas AuthorDate: Fri Sep 25 14:33:45 2020 +0100 Update

[tomcat] 08/10: Refactor the pruning so more stream info is retained for longer

2020-09-30 Thread markt
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 commit 83f5e03b52c54a9b213e979c9bb47e0967530cbe Author: Mark Thomas AuthorDate: Fri Sep 25 14:14:06 2020 +0100 Refactor the

[tomcat] 07/10: Fully replace Stream with RecycledStream

2020-09-30 Thread markt
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 commit d1f204ee12ed3aeb7713b95661a53ddaadd7e9b7 Author: Mark Thomas AuthorDate: Fri Sep 25 12:26:40 2020 +0100 Fully

[tomcat] 10/10: Optimize the iteration when closing idle streams

2020-09-30 Thread markt
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 commit f258efef6c1e9c71ceaf1f50e1dc354f2514ab3a Author: Martin Tzvetanov Grigorov AuthorDate: Mon Sep 28 14:53:25 2020 +0300

[tomcat] 08/10: Refactor the pruning so more stream info is retained for longer

2020-09-30 Thread markt
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 commit 83f5e03b52c54a9b213e979c9bb47e0967530cbe Author: Mark Thomas AuthorDate: Fri Sep 25 14:14:06 2020 +0100 Refactor the

[tomcat] 07/10: Fully replace Stream with RecycledStream

2020-09-30 Thread markt
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 commit d1f204ee12ed3aeb7713b95661a53ddaadd7e9b7 Author: Mark Thomas AuthorDate: Fri Sep 25 12:26:40 2020 +0100 Fully

[tomcat] 08/10: Refactor the pruning so more stream info is retained for longer

2020-09-30 Thread markt
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 commit 83f5e03b52c54a9b213e979c9bb47e0967530cbe Author: Mark Thomas AuthorDate: Fri Sep 25 14:14:06 2020 +0100 Refactor the

[tomcat] branch 9.0.x updated (f258efe -> e44fd93)

2020-09-30 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from f258efe Optimize the iteration when closing idle streams new 5e7c765 Align with 10.0.x new e44fd93 Fix

[tomcat] branch 9.0.x updated (f258efe -> e44fd93)

2020-09-30 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from f258efe Optimize the iteration when closing idle streams new 5e7c765 Align with 10.0.x new e44fd93 Fix

[tomcat] 05/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit a6e84280ac145ab14f86a2cbe37238f9acda31d6 Author: Mark Thomas AuthorDate: Thu Sep 24 21:36:19 2020 +0100 Reduce

[Bug 64751] Incomplete module info descriptor

2020-09-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64751 --- Comment #4 from rotty3000 --- Nice fix markt! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[tomcat] 01/02: Align with 10.0.x

2020-09-30 Thread markt
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 commit 5e7c765448993975a575af836ad900c13b29960c Author: Mark Thomas AuthorDate: Wed Sep 30 13:48:47 2020 +0100 Align with

[tomcat] 01/02: Align with 10.0.x

2020-09-30 Thread markt
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 commit 5e7c765448993975a575af836ad900c13b29960c Author: Mark Thomas AuthorDate: Wed Sep 30 13:48:47 2020 +0100 Align with

[tomcat] branch master updated: Fix 64735 ServletContext.addJspFile() always fails with SecurityManager

2020-09-30 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 e54267a Fix 64735 ServletContext.addJspFile()

[tomcat] 10/10: Optimize the iteration when closing idle streams

2020-09-30 Thread markt
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 commit f258efef6c1e9c71ceaf1f50e1dc354f2514ab3a Author: Martin Tzvetanov Grigorov AuthorDate: Mon Sep 28 14:53:25 2020 +0300

[tomcat] branch 9.0.x updated (8dcf599 -> f258efe)

2020-09-30 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 8dcf599 HTTP2 log statement fixes: new 0d79ae5 Reduce memory footprint of closed http/2 streams new

[tomcat] 04/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 496b3cf5dd99179cd5460c728819bd799f662f99 Author: Mark Thomas AuthorDate: Thu Sep 24 18:11:37 2020 +0100 Reduce

[tomcat] 07/10: Fully replace Stream with RecycledStream

2020-09-30 Thread markt
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 commit d1f204ee12ed3aeb7713b95661a53ddaadd7e9b7 Author: Mark Thomas AuthorDate: Fri Sep 25 12:26:40 2020 +0100 Fully

[tomcat] branch master updated: Fix 64735 ServletContext.addJspFile() always fails with SecurityManager

2020-09-30 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 e54267a Fix 64735 ServletContext.addJspFile()

[tomcat] 01/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 0d79ae569f3fd2646ff76d395f0f56e98b798a98 Author: Mark Thomas AuthorDate: Wed Sep 23 19:59:13 2020 +0100 Reduce

[tomcat] 05/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit a6e84280ac145ab14f86a2cbe37238f9acda31d6 Author: Mark Thomas AuthorDate: Thu Sep 24 21:36:19 2020 +0100 Reduce

[tomcat] 08/10: Refactor the pruning so more stream info is retained for longer

2020-09-30 Thread markt
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 commit 83f5e03b52c54a9b213e979c9bb47e0967530cbe Author: Mark Thomas AuthorDate: Fri Sep 25 14:14:06 2020 +0100 Refactor the

[tomcat] 02/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit e1a53fb2d567b81cfaa4fcfa94ef870f15a6e289 Author: Mark Thomas AuthorDate: Thu Sep 24 17:32:49 2020 +0100 Reduce

[tomcat] 09/10: Update changelog

2020-09-30 Thread markt
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 commit a4054eb3f27ac0d242d5f2a6c4599e3f6cb9a519 Author: Mark Thomas AuthorDate: Fri Sep 25 14:33:45 2020 +0100 Update

[tomcat] 03/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 3783dc83065414cd85179e9a9014da44780e14b6 Author: Mark Thomas AuthorDate: Thu Sep 24 17:50:43 2020 +0100 Reduce

[tomcat] 06/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 2b2ac4f3ce99027d8589595e921570495f7b08c0 Author: Mark Thomas AuthorDate: Thu Sep 24 21:47:09 2020 +0100 Reduce

[tomcat] 07/10: Fully replace Stream with RecycledStream

2020-09-30 Thread markt
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 commit d1f204ee12ed3aeb7713b95661a53ddaadd7e9b7 Author: Mark Thomas AuthorDate: Fri Sep 25 12:26:40 2020 +0100 Fully

[tomcat] 03/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 3783dc83065414cd85179e9a9014da44780e14b6 Author: Mark Thomas AuthorDate: Thu Sep 24 17:50:43 2020 +0100 Reduce

[tomcat] 04/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 496b3cf5dd99179cd5460c728819bd799f662f99 Author: Mark Thomas AuthorDate: Thu Sep 24 18:11:37 2020 +0100 Reduce

[tomcat] 06/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 2b2ac4f3ce99027d8589595e921570495f7b08c0 Author: Mark Thomas AuthorDate: Thu Sep 24 21:47:09 2020 +0100 Reduce

[tomcat] 05/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit a6e84280ac145ab14f86a2cbe37238f9acda31d6 Author: Mark Thomas AuthorDate: Thu Sep 24 21:36:19 2020 +0100 Reduce

[tomcat] branch master updated: Fix 64735 ServletContext.addJspFile() always fails with SecurityManager

2020-09-30 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 e54267a Fix 64735 ServletContext.addJspFile()

[tomcat] 02/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit e1a53fb2d567b81cfaa4fcfa94ef870f15a6e289 Author: Mark Thomas AuthorDate: Thu Sep 24 17:32:49 2020 +0100 Reduce

[tomcat] branch 9.0.x updated (8dcf599 -> f258efe)

2020-09-30 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 8dcf599 HTTP2 log statement fixes: new 0d79ae5 Reduce memory footprint of closed http/2 streams new

[tomcat] 01/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 0d79ae569f3fd2646ff76d395f0f56e98b798a98 Author: Mark Thomas AuthorDate: Wed Sep 23 19:59:13 2020 +0100 Reduce

[tomcat] branch 9.0.x updated (8dcf599 -> f258efe)

2020-09-30 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 8dcf599 HTTP2 log statement fixes: new 0d79ae5 Reduce memory footprint of closed http/2 streams new

[tomcat] 06/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 2b2ac4f3ce99027d8589595e921570495f7b08c0 Author: Mark Thomas AuthorDate: Thu Sep 24 21:47:09 2020 +0100 Reduce

[tomcat] 05/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit a6e84280ac145ab14f86a2cbe37238f9acda31d6 Author: Mark Thomas AuthorDate: Thu Sep 24 21:36:19 2020 +0100 Reduce

[tomcat] 02/02: Fix 64735 ServletContext.addJspFile() always fails with SecurityManager

2020-09-30 Thread markt
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 commit e44fd931075f63acd0405603fa47e9ee335d667a Author: Kyle Stiemann AuthorDate: Thu Sep 10 16:47:21 2020 -0400 Fix 64735

[tomcat] 04/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 496b3cf5dd99179cd5460c728819bd799f662f99 Author: Mark Thomas AuthorDate: Thu Sep 24 18:11:37 2020 +0100 Reduce

[tomcat] 01/02: Align with 10.0.x

2020-09-30 Thread markt
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 commit 5e7c765448993975a575af836ad900c13b29960c Author: Mark Thomas AuthorDate: Wed Sep 30 13:48:47 2020 +0100 Align with

[tomcat] 10/10: Optimize the iteration when closing idle streams

2020-09-30 Thread markt
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 commit f258efef6c1e9c71ceaf1f50e1dc354f2514ab3a Author: Martin Tzvetanov Grigorov AuthorDate: Mon Sep 28 14:53:25 2020 +0300

[tomcat] branch master updated: Fix 64735 ServletContext.addJspFile() always fails with SecurityManager

2020-09-30 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 e54267a Fix 64735 ServletContext.addJspFile()

[tomcat] branch 9.0.x updated (8dcf599 -> f258efe)

2020-09-30 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 8dcf599 HTTP2 log statement fixes: new 0d79ae5 Reduce memory footprint of closed http/2 streams new

[tomcat] 03/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 3783dc83065414cd85179e9a9014da44780e14b6 Author: Mark Thomas AuthorDate: Thu Sep 24 17:50:43 2020 +0100 Reduce

[tomcat] 04/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 496b3cf5dd99179cd5460c728819bd799f662f99 Author: Mark Thomas AuthorDate: Thu Sep 24 18:11:37 2020 +0100 Reduce

[tomcat] 02/02: Fix 64735 ServletContext.addJspFile() always fails with SecurityManager

2020-09-30 Thread markt
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 commit e44fd931075f63acd0405603fa47e9ee335d667a Author: Kyle Stiemann AuthorDate: Thu Sep 10 16:47:21 2020 -0400 Fix 64735

[tomcat] 02/02: Fix 64735 ServletContext.addJspFile() always fails with SecurityManager

2020-09-30 Thread markt
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 commit e44fd931075f63acd0405603fa47e9ee335d667a Author: Kyle Stiemann AuthorDate: Thu Sep 10 16:47:21 2020 -0400 Fix 64735

[tomcat] 09/10: Update changelog

2020-09-30 Thread markt
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 commit a4054eb3f27ac0d242d5f2a6c4599e3f6cb9a519 Author: Mark Thomas AuthorDate: Fri Sep 25 14:33:45 2020 +0100 Update

[tomcat] 02/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit e1a53fb2d567b81cfaa4fcfa94ef870f15a6e289 Author: Mark Thomas AuthorDate: Thu Sep 24 17:32:49 2020 +0100 Reduce

[tomcat] branch 9.0.x updated (f258efe -> e44fd93)

2020-09-30 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from f258efe Optimize the iteration when closing idle streams new 5e7c765 Align with 10.0.x new e44fd93 Fix

[tomcat] 07/10: Fully replace Stream with RecycledStream

2020-09-30 Thread markt
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 commit d1f204ee12ed3aeb7713b95661a53ddaadd7e9b7 Author: Mark Thomas AuthorDate: Fri Sep 25 12:26:40 2020 +0100 Fully

[tomcat] 09/10: Update changelog

2020-09-30 Thread markt
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 commit a4054eb3f27ac0d242d5f2a6c4599e3f6cb9a519 Author: Mark Thomas AuthorDate: Fri Sep 25 14:33:45 2020 +0100 Update

[tomcat] 03/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 3783dc83065414cd85179e9a9014da44780e14b6 Author: Mark Thomas AuthorDate: Thu Sep 24 17:50:43 2020 +0100 Reduce

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2020-09-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #42 from mgrigorov --- (In reply to Mateusz Matela from comment #41) > This will still force people who already are in this trap to potentially > spend lots of time to investigate what's wrong, learn about this feature and > turn

[tomcat] branch 9.0.x updated (8dcf599 -> f258efe)

2020-09-30 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 8dcf599 HTTP2 log statement fixes: new 0d79ae5 Reduce memory footprint of closed http/2 streams new

[tomcat] 05/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit a6e84280ac145ab14f86a2cbe37238f9acda31d6 Author: Mark Thomas AuthorDate: Thu Sep 24 21:36:19 2020 +0100 Reduce

[tomcat] 10/10: Optimize the iteration when closing idle streams

2020-09-30 Thread markt
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 commit f258efef6c1e9c71ceaf1f50e1dc354f2514ab3a Author: Martin Tzvetanov Grigorov AuthorDate: Mon Sep 28 14:53:25 2020 +0300

[tomcat] branch master updated: Fix 64735 ServletContext.addJspFile() always fails with SecurityManager

2020-09-30 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 e54267a Fix 64735 ServletContext.addJspFile()

[tomcat] 02/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit e1a53fb2d567b81cfaa4fcfa94ef870f15a6e289 Author: Mark Thomas AuthorDate: Thu Sep 24 17:32:49 2020 +0100 Reduce

[tomcat] 06/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 2b2ac4f3ce99027d8589595e921570495f7b08c0 Author: Mark Thomas AuthorDate: Thu Sep 24 21:47:09 2020 +0100 Reduce

[tomcat] 03/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 3783dc83065414cd85179e9a9014da44780e14b6 Author: Mark Thomas AuthorDate: Thu Sep 24 17:50:43 2020 +0100 Reduce

[tomcat] 01/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 0d79ae569f3fd2646ff76d395f0f56e98b798a98 Author: Mark Thomas AuthorDate: Wed Sep 23 19:59:13 2020 +0100 Reduce

[tomcat] 09/10: Update changelog

2020-09-30 Thread markt
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 commit a4054eb3f27ac0d242d5f2a6c4599e3f6cb9a519 Author: Mark Thomas AuthorDate: Fri Sep 25 14:33:45 2020 +0100 Update

[tomcat] 06/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 2b2ac4f3ce99027d8589595e921570495f7b08c0 Author: Mark Thomas AuthorDate: Thu Sep 24 21:47:09 2020 +0100 Reduce

[tomcat] 10/10: Optimize the iteration when closing idle streams

2020-09-30 Thread markt
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 commit f258efef6c1e9c71ceaf1f50e1dc354f2514ab3a Author: Martin Tzvetanov Grigorov AuthorDate: Mon Sep 28 14:53:25 2020 +0300

[tomcat] 08/10: Refactor the pruning so more stream info is retained for longer

2020-09-30 Thread markt
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 commit 83f5e03b52c54a9b213e979c9bb47e0967530cbe Author: Mark Thomas AuthorDate: Fri Sep 25 14:14:06 2020 +0100 Refactor the

[tomcat] 01/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 0d79ae569f3fd2646ff76d395f0f56e98b798a98 Author: Mark Thomas AuthorDate: Wed Sep 23 19:59:13 2020 +0100 Reduce

[tomcat] 01/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit 0d79ae569f3fd2646ff76d395f0f56e98b798a98 Author: Mark Thomas AuthorDate: Wed Sep 23 19:59:13 2020 +0100 Reduce

[tomcat] 02/10: Reduce memory footprint of closed http/2 streams

2020-09-30 Thread markt
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 commit e1a53fb2d567b81cfaa4fcfa94ef870f15a6e289 Author: Mark Thomas AuthorDate: Thu Sep 24 17:32:49 2020 +0100 Reduce

[tomcat] 01/13: Align with 10.0.x and 9.0.x

2020-09-30 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 commit 6daba8e92e359ab72ae45aa04caf21d376668f6c Author: Mark Thomas AuthorDate: Wed Sep 30 13:49:00 2020 +0100 Align with

[tomcat] 03/13: Reduce memory footprint of closed http/2 streams

2020-09-30 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 commit 50a931abd48271d80ad1d32536ae773d87dfddce Author: Mark Thomas AuthorDate: Thu Sep 24 17:32:49 2020 +0100 Reduce

[tomcat] branch 8.5.x updated (c08d2d4 -> 3e5dd5c)

2020-09-30 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from c08d2d4 Use a link to TestTomcat in Git instead of SVN new 6daba8e Align with 10.0.x and 9.0.x new 07bbf4a

[tomcat] 11/13: Optimize the iteration when closing idle streams

2020-09-30 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 commit de7f52b53e57079a44701edc0932c4735c7d77c1 Author: Martin Tzvetanov Grigorov AuthorDate: Mon Sep 28 14:53:25 2020 +0300

[tomcat] 02/13: Reduce memory footprint of closed http/2 streams

2020-09-30 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 commit 07bbf4a6f410965a088bb909509e98c0e9ea6679 Author: Mark Thomas AuthorDate: Wed Sep 23 19:59:13 2020 +0100 Reduce

[tomcat] 08/13: Fully replace Stream with RecycledStream

2020-09-30 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 commit 8a0ab84ea67025ba75e545e5456fc28f051ace70 Author: Mark Thomas AuthorDate: Fri Sep 25 12:26:40 2020 +0100 Fully

[tomcat] 04/13: Reduce memory footprint of closed http/2 streams

2020-09-30 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 commit 5295fbc7cf0a3b487f92194d5184810fe9557292 Author: Mark Thomas AuthorDate: Thu Sep 24 17:50:43 2020 +0100 Reduce

[tomcat] 10/13: Update changelog

2020-09-30 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 commit d64f3d5d1b34c3286b33c63023828a99f1e371d7 Author: Mark Thomas AuthorDate: Fri Sep 25 14:33:45 2020 +0100 Update

buildbot failure in on tomcat-7-trunk

2020-09-30 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/1787 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

Tagging 10.0.x, 9.0.x and 8.5.x.

2020-09-30 Thread Mark Thomas
Hi, It looks like Martin has found a way to reproduce the buffer overflow reported in bug 64710. Therefore I plan to hold of on the next round of tags until I have been ablw to investigate (and hopefully) fix that issue. Mark -

  1   2   >