svn commit: r1741503 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/AbstractProtocol.java webapps/docs/changelog.xml

2016-04-28 Thread markt
Author: markt Date: Thu Apr 28 19:56:49 2016 New Revision: 1741503 URL: http://svn.apache.org/viewvc?rev=1741503=rev Log: Work around a known issue in OpenSSL (https://github.com/openssl/openssl/issues/188) that does not permit the TLS handshake to be failed if the ALPN negotiation fails.

svn commit: r1741501 - in /tomcat/trunk: java/org/apache/coyote/AbstractProtocol.java webapps/docs/changelog.xml

2016-04-28 Thread markt
Author: markt Date: Thu Apr 28 19:55:02 2016 New Revision: 1741501 URL: http://svn.apache.org/viewvc?rev=1741501=rev Log: Work around a known issue in OpenSSL (https://github.com/openssl/openssl/issues/188) that does not permit the TLS handshake to be failed if the ALPN negotiation fails.

[Bug 59334] .NET Application Pools requests hang because Jakarta/Tomcat uses a Named Mutex that is currently owned by a different process

2016-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59334 --- Comment #5 from Murilo --- Here's what's going on: First callstack is: 00 `10b7deb8 `76ff9f20 ntdll!ZwWaitForSingleObject+0xa 01 `10b7dec0 0001`8001b178

OpenSSL issues and May releases.

2016-04-28 Thread Mark Thomas
OpenSSL has just announced a security release next week. We won't know until then if any of the issues affect tomcat-native. My current plan is not to delay the 9.0.x etc. tags for this. We can always make a new tomcat-native release if necessary. That said if the OpenSSL release drops before

[Bug 47214] Inner classes that are explicitly referenced - should not be anonymous

2016-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=47214 --- Comment #4 from Christopher Schultz --- Your English is great. If there is confusion, we will ask for clarification. Don't feel bad if we ask you to re-do your patch(es) several times. The goal is to get the

[Bug 59226] StandardJarScanner ignores jars in manifest Class-path header

2016-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59226 --- Comment #6 from Ignacio del Valle Alles --- (In reply to Mark Thomas from comment #4) > (In reply to Ignacio del Valle Alles from comment #3) > > Hi Mark, this problem comes for system (application) class loader,

buildbot failure in on tomcat-trunk

2016-04-28 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1318 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1741412 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/tomcat/websocket/server/TestCloseBug58624.java

2016-04-28 Thread markt
Author: markt Date: Thu Apr 28 11:12:54 2016 New Revision: 1741412 URL: http://svn.apache.org/viewvc?rev=1741412=rev Log: Fix another root cause of this test failing (primarily on Gump). If the server is really slow (and Gump is) the session might not have been opened by the time the test

svn commit: r1741411 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/tomcat/websocket/server/TestCloseBug58624.java

2016-04-28 Thread markt
Author: markt Date: Thu Apr 28 11:12:24 2016 New Revision: 1741411 URL: http://svn.apache.org/viewvc?rev=1741411=rev Log: Fix another root cause of this test failing (primarily on Gump). If the server is really slow (and Gump is) the session might not have been opened by the time the test

svn commit: r1741410 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/tomcat/websocket/server/TestCloseBug58624.java

2016-04-28 Thread markt
Author: markt Date: Thu Apr 28 11:12:00 2016 New Revision: 1741410 URL: http://svn.apache.org/viewvc?rev=1741410=rev Log: Fix another root cause of this test failing (primarily on Gump). If the server is really slow (and Gump is) the session might not have been opened by the time the test

svn commit: r1741409 - /tomcat/trunk/test/org/apache/tomcat/websocket/server/TestCloseBug58624.java

2016-04-28 Thread markt
Author: markt Date: Thu Apr 28 11:11:23 2016 New Revision: 1741409 URL: http://svn.apache.org/viewvc?rev=1741409=rev Log: Fix another root cause of this test failing (primarily on Gump). If the server is really slow (and Gump is) the session might not have been opened by the time the test

svn commit: r1741406 - in /tomcat/site/trunk: docs/images/msdn.png docs/tools.html xdocs/images/msdn.png xdocs/tools.xml

2016-04-28 Thread markt
Author: markt Date: Thu Apr 28 10:50:45 2016 New Revision: 1741406 URL: http://svn.apache.org/viewvc?rev=1741406=rev Log: Microsoft are no longer providing committers with MSDN licenses. Removed: tomcat/site/trunk/docs/images/msdn.png tomcat/site/trunk/xdocs/images/msdn.png Modified:

[Bug 59226] StandardJarScanner ignores jars in manifest Class-path header

2016-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59226 --- Comment #5 from Mark Thomas --- Hint: Rather than inferring the JARs added to the class path via one or more manifests, process the manifests and determine the JARs that have been added. -- You are receiving this mail

[Bug 59226] StandardJarScanner ignores jars in manifest Class-path header

2016-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59226 --- Comment #4 from Mark Thomas --- (In reply to Ignacio del Valle Alles from comment #3) > Hi Mark, this problem comes for system (application) class loader, that is > responsible of handling class-path entries, not

[Bug 59226] StandardJarScanner ignores jars in manifest Class-path header

2016-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59226 --- Comment #3 from Ignacio del Valle Alles --- Hi Mark, this problem comes for system (application) class loader, that is responsible of handling class-path entries, not returning manifest jar urls when executed as

[Bug 52952] Improve ExtensionValidator handling for embedded scenarios

2016-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52952 Abdessamed MANSOURI changed: What|Removed |Added Attachment #33811|0 |1 is

[Bug 47214] Inner classes that are explicitly referenced - should not be anonymous

2016-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=47214 --- Comment #3 from Abdessamed MANSOURI --- Thank you for your advices and your time :), the problem is i'm not native english speaker and english is my fourth language, so i didn't find good names, but i will try my best,

[Bug 59390] Tomcat systemd/systemctl status tomcat don't show catalina errors.

2016-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59390 --- Comment #2 from dario maiocchi --- Ok thank you Mark for you answer ! have nice day -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59390] Tomcat systemd/systemctl status tomcat don't show catalina errors.

2016-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59390 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 59390] Tomcat systemd/systemctl status tomcat don't show catalina errors.

2016-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59390 dario maiocchi changed: What|Removed |Added CC|

[Bug 59390] New: Tomcat systemd/systemctl status tomcat don't show catalina errors.

2016-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59390 Bug ID: 59390 Summary: Tomcat systemd/systemctl status tomcat don't show catalina errors. Product: Tomcat 8 Version: 8.5.x-trunk Hardware: PC OS: Linux

svn commit: r13446 - /release/tomcat/tomcat-connectors/native/1.2.5/

2016-04-28 Thread markt
Author: markt Date: Thu Apr 28 07:45:33 2016 New Revision: 13446 Log: Drop tomcat-native 1.2.5 from the mirrors Removed: release/tomcat/tomcat-connectors/native/1.2.5/ - To unsubscribe, e-mail:

svn commit: r1741391 - in /tomcat/site/trunk: docs/download-native.html docs/index.html docs/oldnews.html xdocs/download-native.xml xdocs/index.xml xdocs/oldnews.xml

2016-04-28 Thread markt
Author: markt Date: Thu Apr 28 07:44:14 2016 New Revision: 1741391 URL: http://svn.apache.org/viewvc?rev=1741391=rev Log: Update news and downloads for 1.2.6 release Modified: tomcat/site/trunk/docs/download-native.html tomcat/site/trunk/docs/index.html

svn commit: r1741390 - in /tomcat: native/trunk/xdocs/miscellaneous/changelog.xml site/trunk/docs/native-doc/index.html site/trunk/docs/native-doc/miscellaneous/changelog.html site/trunk/docs/native-d

2016-04-28 Thread markt
Author: markt Date: Thu Apr 28 07:40:33 2016 New Revision: 1741390 URL: http://svn.apache.org/viewvc?rev=1741390=rev Log: Update tc-native docs for 1.2.6 release Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml tomcat/site/trunk/docs/native-doc/index.html

svn commit: r1741389 - in /tomcat/native/trunk/xdocs: index.xml news/2016.xml

2016-04-28 Thread markt
Author: markt Date: Thu Apr 28 07:37:50 2016 New Revision: 1741389 URL: http://svn.apache.org/viewvc?rev=1741389=rev Log: Add details of 1.2.6 release Modified: tomcat/native/trunk/xdocs/index.xml tomcat/native/trunk/xdocs/news/2016.xml Modified: tomcat/native/trunk/xdocs/index.xml URL:

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

2016-04-28 Thread Bill Barker
/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160428-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-8.0.x/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true