[Bug 58151] High CPU Usage randomly on ajp-apr-8009-Poller

2015-07-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58151 --- Comment #6 from Milo m...@vanderzee.org --- Works fine in Tomcat 7. In Tomcat 8 I see a massive amount of context switching and so I assume Tomcat tries to create a connection and fails but tries again immediately. -- You are receiving

[Bug 58151] High CPU Usage randomly on ajp-apr-8009-Poller

2015-07-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58151 --- Comment #4 from Milo m...@vanderzee.org --- Hello, I'm having trouble with the following setup: - Gentoo / mariaDB - Tomcat 8.0.23 - Tomcat native 1.1.33 - Apache http 2.4.12 with modproxy_ajp server.xml: ... Connector port=8208

[Bug 58151] High CPU Usage randomly on ajp-apr-8009-Poller

2015-07-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58151 --- Comment #2 from gregh gregh3...@gmail.com --- Well, same again PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND 2707 runner20 0 3728m 599m 7356 S 36.5 15.6 52:28.85 java -- You are receiving this mail because:

Bug report for Tomcat 8 [2015/07/26]

2015-07-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2015/07/26]

2015-07-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2015/07/26]

2015-07-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2015/07/26]

2015-07-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2015/07/26]

2015-07-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2015/07/26]

2015-07-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2015/07/26]

2015-07-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2015/07/26]

2015-07-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 58151] High CPU Usage randomly on ajp-apr-8009-Poller

2015-07-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58151 --- Comment #3 from gregh gregh3...@gmail.com --- Created attachment 32936 -- https://bz.apache.org/bugzilla/attachment.cgi?id=32936action=edit Dump for 8.0.24 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58151] High CPU Usage randomly on ajp-apr-8009-Poller

2015-07-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58151 --- Comment #5 from gregh gregh3...@gmail.com --- Does it work ok on tomcat 7? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

svn commit: r1692747 - /tomcat/trunk/java/org/apache/jasper/JspC.java

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 18:53:58 2015 New Revision: 1692747 URL: http://svn.apache.org/r1692747 Log: Fix resource leak spotted by Eclipse by using try-with-resources Modified: tomcat/trunk/java/org/apache/jasper/JspC.java Modified: tomcat/trunk/java/org/apache/jasper/JspC.java URL:

svn commit: r1692746 - in /tomcat/trunk/java/org/apache/tomcat: util/net/NioSelectorPool.java websocket/WsWebSocketContainer.java

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 18:53:23 2015 New Revision: 1692746 URL: http://svn.apache.org/r1692746 Log: Remove unnecessary suppressWarnings Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioSelectorPool.java

svn commit: r1692761 - /tomcat/jk/trunk/xdocs/index.xml

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 20:35:09 2015 New Revision: 1692761 URL: http://svn.apache.org/r1692761 Log: Drop the news section. These links are already in the LHS menu. Modified: tomcat/jk/trunk/xdocs/index.xml Modified: tomcat/jk/trunk/xdocs/index.xml URL:

svn commit: r1692762 - /tomcat/jk/trunk/xdocs/project.xml

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 20:35:55 2015 New Revision: 1692762 URL: http://svn.apache.org/r1692762 Log: Add the 2015 news to the LHS menu Modified: tomcat/jk/trunk/xdocs/project.xml Modified: tomcat/jk/trunk/xdocs/project.xml URL:

svn commit: r1692771 - /tomcat/jk/tags/JK_1_2_41/

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 21:04:33 2015 New Revision: 1692771 URL: http://svn.apache.org/r1692771 Log: My new key isn't in the KEYS file Removed: tomcat/jk/tags/JK_1_2_41/ - To unsubscribe, e-mail:

svn commit: r1692743 - in /tomcat/trunk/java/org/apache/coyote/http2: Http2Protocol.java Http2UpgradeHandler.java LocalStrings.properties

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 18:34:42 2015 New Revision: 1692743 URL: http://svn.apache.org/r1692743 Log: Make initial Window size configurable. Define some constants for default configuration settings Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Protocol.java

svn commit: r1692744 - /tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 18:35:33 2015 New Revision: 1692744 URL: http://svn.apache.org/r1692744 Log: No changes to available options in Mars (we should review those that are currently disabled) Modified: tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt

svn commit: r1692759 - in /tomcat/jk/trunk/xdocs: index.xml news/20150101.xml

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 20:25:59 2015 New Revision: 1692759 URL: http://svn.apache.org/r1692759 Log: Add a new news page for 2015 with the 1.2.41 release and add that release to the index page. Added: tomcat/jk/trunk/xdocs/news/20150101.xml (with props) Modified:

svn commit: r1692760 - /tomcat/jk/trunk/xdocs/index.xml

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 20:34:32 2015 New Revision: 1692760 URL: http://svn.apache.org/r1692760 Log: Only put the most recent release and a link to the archives in the headlines. The other content was lost a long way off the bottom of the page Modified:

[Bug 58174] SSL is not working on IE10

2015-07-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58174 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1692757 - /tomcat/jk/trunk/xdocs/index.xml

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 20:18:18 2015 New Revision: 1692757 URL: http://svn.apache.org/r1692757 Log: Correct anchor Modified: tomcat/jk/trunk/xdocs/index.xml Modified: tomcat/jk/trunk/xdocs/index.xml URL:

svn commit: r1692764 - /tomcat/jk/trunk/native/STATUS.txt

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 20:50:46 2015 New Revision: 1692764 URL: http://svn.apache.org/r1692764 Log: Release is in progress for 1.2.41 Modified: tomcat/jk/trunk/native/STATUS.txt Modified: tomcat/jk/trunk/native/STATUS.txt URL:

svn commit: r1692763 - /tomcat/jk/trunk/

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 20:50:27 2015 New Revision: 1692763 URL: http://svn.apache.org/r1692763 Log: Using Eclipse for find/replace so ignore the .project file Modified: tomcat/jk/trunk/ (props changed) Propchange: tomcat/jk/trunk/

svn commit: r1692772 - /tomcat/jk/trunk/KEYS

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 21:06:24 2015 New Revision: 1692772 URL: http://svn.apache.org/r1692772 Log: Add my newer key Modified: tomcat/jk/trunk/KEYS Modified: tomcat/jk/trunk/KEYS URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/KEYS?rev=1692772r1=1692771r2=1692772view=diff

svn commit: r1692773 - in /tomcat/jk/tags/JK_1_2_41: ./ native/common/jk_version.h

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 21:06:56 2015 New Revision: 1692773 URL: http://svn.apache.org/r1692773 Log: Tag 1.2.41 Added: tomcat/jk/tags/JK_1_2_41/ - copied from r1692772, tomcat/jk/trunk/ Modified: tomcat/jk/tags/JK_1_2_41/native/common/jk_version.h Modified:

svn commit: r1692769 - /tomcat/jk/trunk/native/STATUS.txt

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 20:55:38 2015 New Revision: 1692769 URL: http://svn.apache.org/r1692769 Log: Whoops. Release docs say to leave this as in development Modified: tomcat/jk/trunk/native/STATUS.txt Modified: tomcat/jk/trunk/native/STATUS.txt URL:

svn commit: r1692731 - in /tomcat/site/trunk: docs/security-jk.html xdocs/security-jk.xml

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 16:37:31 2015 New Revision: 1692731 URL: http://svn.apache.org/r1692731 Log: Add CVE-2014-8111 Modified: tomcat/site/trunk/docs/security-jk.html tomcat/site/trunk/xdocs/security-jk.xml Modified: tomcat/site/trunk/docs/security-jk.html URL:

svn commit: r1692745 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 18:37:34 2015 New Revision: 1692745 URL: http://svn.apache.org/r1692745 Log: Remove unnecessary null check (Eclipse is getting better at following complex code paths) Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Modified:

buildbot success in ASF Buildbot on tomcat-trunk

2015-07-26 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/73 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1692770 - in /tomcat/jk/tags/JK_1_2_41: ./ native/common/jk_version.h

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 21:02:19 2015 New Revision: 1692770 URL: http://svn.apache.org/r1692770 Log: Tag 1.2.41 Added: tomcat/jk/tags/JK_1_2_41/ - copied from r1692769, tomcat/jk/trunk/ Modified: tomcat/jk/tags/JK_1_2_41/native/common/jk_version.h Modified:

svn commit: r1692758 - /tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 20:24:13 2015 New Revision: 1692758 URL: http://svn.apache.org/r1692758 Log: CVE-2014-8111 is public so add it to the changelog. Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml URL:

[Bug 58174] SSL is not working on IE10

2015-07-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58174 Rick Hicksted rick.hicks...@qlogic.com changed: What|Removed |Added Resolution|INVALID |---

svn commit: r9971 - /dev/tomcat/tomcat-connectors/jk/

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 22:24:16 2015 New Revision: 9971 Log: Upload JK 1.2.41 source release for voting Added: dev/tomcat/tomcat-connectors/jk/ dev/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.41-src.tar.gz (with props)

[Bug 58174] SSL is not working on IE10

2015-07-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58174 Chuck Caldarale chuck.caldar...@unisys.com changed: What|Removed |Added Resolution|--- |INVALID

[VOTE] JK 1.2.41

2015-07-26 Thread Mark Thomas
Tag: http://svn.apache.org/viewvc/tomcat/jk/tags/JK_1_2_41/ (r1692773) Source: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/jk/ Full details in the changelog but main reason for release is the fix for CVE-2014-8111. The proposed JK 1.2.41 release is: [ ] Broken - do not

[VOTE] JK 1.2.41

2015-07-26 Thread Mark Thomas
Tag: http://svn.apache.org/viewvc/tomcat/jk/tags/JK_1_2_41/ (r1692773) Source: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/jk/ Full details in the changelog but main reason for release is the fix for CVE-2014-8111. The proposed JK 1.2.41 release is: [ ] Broken - do not

JK 1.2.41

2015-07-26 Thread George Stanchev
Is there anyone working on connectors or Apache is doing just emergency security releases? I've submitted a bug [1] with a simple, one liner fix that got overlooked for this release. We're maintaining a parallel source branch to get around this issue which breaks authentication integrations

svn commit: r1692777 - in /tomcat/jk/trunk: native/STATUS.txt native/common/jk_version.h native/configure.ac native/iis/installer/isapi-redirector-win32-msi.ism xdocs/miscellaneous/changelog.xml

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 22:32:26 2015 New Revision: 1692777 URL: http://svn.apache.org/r1692777 Log: Prep for next release Modified: tomcat/jk/trunk/native/STATUS.txt tomcat/jk/trunk/native/common/jk_version.h tomcat/jk/trunk/native/configure.ac

[Bug 57681] Allow parallel class loading in web application class loader by synchronizing on class specific object

2015-07-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57681 --- Comment #12 from Huxing Zhang huxing.zh...@gmail.com --- Hi, Any update on this? -- You are receiving this mail because: You are the assignee for the bug. - To

svn commit: r1692768 - /tomcat/jk/trunk/tools/dist/binaries/windows/README.html

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 20:52:56 2015 New Revision: 1692768 URL: http://svn.apache.org/r1692768 Log: Remove reference to Windows XP. No-one should be installing mod_jk on XP. Modified: tomcat/jk/trunk/tools/dist/binaries/windows/README.html Modified:

svn commit: r1692766 - /tomcat/jk/trunk/xdocs/ajp/ajpv13ext.xml

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 20:51:26 2015 New Revision: 1692766 URL: http://svn.apache.org/r1692766 Log: Use the current version in the example Modified: tomcat/jk/trunk/xdocs/ajp/ajpv13ext.xml Modified: tomcat/jk/trunk/xdocs/ajp/ajpv13ext.xml URL:

svn commit: r1692765 - in /tomcat/jk/trunk/native: iis/README netscape/README

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 20:51:09 2015 New Revision: 1692765 URL: http://svn.apache.org/r1692765 Log: Use the current version in the example Modified: tomcat/jk/trunk/native/iis/README tomcat/jk/trunk/native/netscape/README Modified: tomcat/jk/trunk/native/iis/README URL:

svn commit: r1692767 - /tomcat/jk/trunk/tools/dist/binaries/windows/README.html

2015-07-26 Thread markt
Author: markt Date: Sun Jul 26 20:51:44 2015 New Revision: 1692767 URL: http://svn.apache.org/r1692767 Log: Latest stable release will be 1.2.41 Modified: tomcat/jk/trunk/tools/dist/binaries/windows/README.html Modified: tomcat/jk/trunk/tools/dist/binaries/windows/README.html URL: