Bug report for Tomcat 9 [2017/01/22]

2017-01-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2017/01/22]

2017-01-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2017/01/22]

2017-01-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2017/01/22]

2017-01-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2017/01/22]

2017-01-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2017/01/22]

2017-01-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2017/01/22]

2017-01-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2017/01/22]

2017-01-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[GitHub] tomcat pull request #40: Corrected addWebapp default web xml listener refere...

2017-01-21 Thread aaronanderson
GitHub user aaronanderson opened a pull request: https://github.com/apache/tomcat/pull/40 Corrected addWebapp default web xml listener reference I am trying to subclass Tomcat as documented to define the default web xml settings for a packaged WAR application without JSP support

Re: [ANN] New committer: Emmanuel Bourg

2017-01-21 Thread Huxing Zhang
Congratulations and welcome! -- From:Mark Thomas Time:2017 Jan 21 (Sat) 01:12 To:Tomcat Users List Cc:Tomcat Developers List Subject:[ANN] New committer: Emmanuel

[GUMP@vmgump-vm3]: Project tomcat-tc8.0.x-test-nio2 (in module tomcat-8.0.x) failed

2017-01-21 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc8.0.x-test-nio2 has an issue affecting its community

[Bug 60623] New: When startStopThreads is 1, don't rely on an executor and instead start synchronously

2017-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60623 Bug ID: 60623 Summary: When startStopThreads is 1, don't rely on an executor and instead start synchronously Product: Tomcat 8 Version: 8.5.x-trunk Hardware: Macintosh

Re: [ANN] New committer: Emmanuel Bourg

2017-01-21 Thread Martin Grigorov
On Jan 20, 2017 7:12 PM, "Mark Thomas" wrote: On behalf of the Tomcat committers I am pleased to announce that Emmanuel Bourg (ebourg) has been voted in as a new Tomcat committer. Please join me in welcoming him. Welcome, Emmanuel! And thank you for your work on Debian too!

Re: Memory leak found in java.util.concurrent.ForkJoinPool

2017-01-21 Thread Mark Thomas
On 21/01/2017 09:31, Konstantin Kolinko wrote: > 2017-01-09 23:58 GMT+03:00 Mark Thomas : >> All, >> >> As a result of a thread on the users list, a memory leak has been >> discovered in java.util.concurrent.ForkJoinPool.commonPool. It appears >> that use of this pool is

[Bug 60524] NPE in SlowQueryReport in tomcat-jdbc-7.0.68

2017-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60524 Felix Schumacher changed: What|Removed |Added Status|NEW

[Bug 60524] NPE in SlowQueryReport in tomcat-jdbc-7.0.68

2017-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60524 --- Comment #5 from Felix Schumacher --- Created attachment 34656 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34656=edit Test program for ConcurrentHashMap Program that tests ConcurrentHashMap, as

[Bug 60596] Improve performance of DefaultServlet.checkSendfile() when SendFile feature is disabled on a connector

2017-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60596 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 60596] Improve performance of DefaultServlet.checkSendfile() when SendFile feature is disabled on a connector

2017-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60596 Konstantin Kolinko changed: What|Removed |Added OS||All ---

svn commit: r1779721 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/changelog.xml

2017-01-21 Thread kkolinko
Author: kkolinko Date: Sat Jan 21 10:51:27 2017 New Revision: 1779721 URL: http://svn.apache.org/viewvc?rev=1779721=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60596 Improve performance of DefaultServlet when sendfile feature is disabled on connector: - Reorder checks so that

svn commit: r1779719 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/changelog.xml

2017-01-21 Thread kkolinko
Author: kkolinko Date: Sat Jan 21 10:48:05 2017 New Revision: 1779719 URL: http://svn.apache.org/viewvc?rev=1779719=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60596 Improve performance of DefaultServlet when sendfile feature is disabled on connector: - Reorder checks so that

[GitHub] tomcat issue #39: Provide the correct port when using proxy

2017-01-21 Thread kkolinko
Github user kkolinko commented on the issue: https://github.com/apache/tomcat/pull/39 OK, thank you. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[Bug 60617] WsWebSocketContainer generates bad CONNECT request when proxy is used

2017-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60617 --- Comment #1 from Konstantin Kolinko --- Pull request: https://github.com/apache/tomcat/pull/39 -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1779718 - in /tomcat/trunk: java/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/changelog.xml

2017-01-21 Thread kkolinko
Author: kkolinko Date: Sat Jan 21 10:41:41 2017 New Revision: 1779718 URL: http://svn.apache.org/viewvc?rev=1779718=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60596 Improve performance of DefaultServlet when sendfile feature is disabled on connector: - Reorder checks so that

[GitHub] tomcat issue #39: Provide the correct port when using proxy

2017-01-21 Thread SvetlinZarev
Github user SvetlinZarev commented on the issue: https://github.com/apache/tomcat/pull/39 Hi, I've already created a bugzilla ticket: https://bz.apache.org/bugzilla/show_bug.cgi?id=60617 > Do you read changelogs? I do. --- If your project is set up for it, you can

[GitHub] tomcat issue #39: Provide the correct port when using proxy

2017-01-21 Thread kkolinko
Github user kkolinko commented on the issue: https://github.com/apache/tomcat/pull/39 Please file this issue into Bugzilla, as documented at http://tomcat.apache.org/bugreport.html So that it has proper visibility and can be linked to from a changelog file. (Do you read

buildbot success in on tomcat-7-trunk

2017-01-21 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/655 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

Re: Memory leak found in java.util.concurrent.ForkJoinPool

2017-01-21 Thread Konstantin Kolinko
2017-01-09 23:58 GMT+03:00 Mark Thomas : > All, > > As a result of a thread on the users list, a memory leak has been > discovered in java.util.concurrent.ForkJoinPool.commonPool. It appears > that use of this pool is hard-coded in multiple places such as >

[Bug 60620] [JRE] Memory leak found in java.util.concurrent.ForkJoinPool

2017-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60620 Konstantin Kolinko changed: What|Removed |Added Component|Catalina|Catalina

[Bug 60620] [JRE] Memory leak found in java.util.concurrent.ForkJoinPool

2017-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60620 Konstantin Kolinko changed: What|Removed |Added OS||All ---

svn commit: r1779710 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml

2017-01-21 Thread kkolinko
Author: kkolinko Date: Sat Jan 21 09:16:15 2017 New Revision: 1779710 URL: http://svn.apache.org/viewvc?rev=1779710=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60620 Add a bug number for the issue fixed in r1778065. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1779708 - /tomcat/trunk/webapps/docs/changelog.xml

2017-01-21 Thread kkolinko
Author: kkolinko Date: Sat Jan 21 09:12:25 2017 New Revision: 1779708 URL: http://svn.apache.org/viewvc?rev=1779708=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60620 Add a bug number for the issue fixed in r1778061. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified:

svn commit: r1779707 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/startup/SafeForkJoinWorkerThreadFactory.java res/ide-support/eclipse/eclipse-websocket.classpath res/ide-support/eclipse/eclip

2017-01-21 Thread kkolinko
Author: kkolinko Date: Sat Jan 21 09:07:37 2017 New Revision: 1779707 URL: http://svn.apache.org/viewvc?rev=1779707=rev Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=60620 Followup to r1778068: Update include/exclude patterns in Eclipse projects, so that compilation of

[Bug 60620] New: [JRE] Memory leak found in java.util.concurrent.ForkJoinPool

2017-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60620 Bug ID: 60620 Summary: [JRE] Memory leak found in java.util.concurrent.ForkJoinPool Product: Tomcat 9 Version: 9.0.0.M15 Hardware: PC Status: NEW