svn commit: r1806767 - /tomcat/trunk/test/org/apache/tomcat/jni/TestSocketServer.java

2017-08-31 Thread markt
Author: markt Date: Thu Aug 31 08:50:16 2017 New Revision: 1806767 URL: http://svn.apache.org/viewvc?rev=1806767&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61393 Account for resolution of System.nanoTime() to avoid incorrect test failures. Modified: tomcat/trunk/test/org

[Bug 61393] org.apache.tomcat.jni.TestSocketServer timeout failure on a fast computer

2017-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61393 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Tomcat Wiki] Update of "tools/check_jmxproxy.pl" by ChristopherSchultz

2017-08-31 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "tools/check_jmxproxy.pl" page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/tools/check_jmxproxy.pl?action=diff&rev1=2&rev2=3 Comment: Move to GitHub + In

svn commit: r1806794 - in /tomcat/trunk: java/org/apache/catalina/manager/ManagerServlet.java webapps/docs/changelog.xml webapps/manager/WEB-INF/jsp/connectorCiphers.jsp

2017-08-31 Thread rjung
Author: rjung Date: Thu Aug 31 14:02:49 2017 New Revision: 1806794 URL: http://svn.apache.org/viewvc?rev=1806794&view=rev Log: Show connector cipher list in the manager web application in the correct cipher order. Modified: tomcat/trunk/java/org/apache/catalina/manager/ManagerServlet.java

svn commit: r1806798 - /tomcat/trunk/java/org/apache/catalina/manager/ManagerServlet.java

2017-08-31 Thread rjung
Author: rjung Date: Thu Aug 31 14:20:12 2017 New Revision: 1806798 URL: http://svn.apache.org/viewvc?rev=1806798&view=rev Log: Correct generics use. Modified: tomcat/trunk/java/org/apache/catalina/manager/ManagerServlet.java Modified: tomcat/trunk/java/org/apache/catalina/manager/ManagerServ

svn commit: r1806799 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/manager/ManagerServlet.java webapps/docs/changelog.xml webapps/manager/WEB-INF/jsp/connectorCiphers.jsp

2017-08-31 Thread rjung
Author: rjung Date: Thu Aug 31 14:22:25 2017 New Revision: 1806799 URL: http://svn.apache.org/viewvc?rev=1806799&view=rev Log: Show connector cipher list in the manager web application in the correct cipher order. Backport of r1806794 and r1806798 from trunk. Modified: tomcat/tc8.5.x/trunk/

svn commit: r1806801 - in /tomcat/trunk: build.xml res/maven/tomcat-embed-core.pom webapps/docs/changelog.xml

2017-08-31 Thread markt
Author: markt Date: Thu Aug 31 14:42:52 2017 New Revision: 1806801 URL: http://svn.apache.org/viewvc?rev=1806801&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61439 Remove the Java Annotation API classes from tomcat-embed-core.jar and package them in a separate JAR in the embed

svn commit: r1806802 - in /tomcat/tc8.5.x/trunk: ./ build.xml res/maven/tomcat-embed-core.pom webapps/docs/changelog.xml

2017-08-31 Thread markt
Author: markt Date: Thu Aug 31 14:45:33 2017 New Revision: 1806802 URL: http://svn.apache.org/viewvc?rev=1806802&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61439 Remove the Java Annotation API classes from tomcat-embed-core.jar and package them in a separate JAR in the embed

svn commit: r1806803 - in /tomcat/tc8.0.x/trunk: ./ build.xml res/maven/tomcat-embed-core.pom webapps/docs/changelog.xml

2017-08-31 Thread markt
Author: markt Date: Thu Aug 31 14:47:53 2017 New Revision: 1806803 URL: http://svn.apache.org/viewvc?rev=1806803&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61439 Remove the Java Annotation API classes from tomcat-embed-core.jar and package them in a separate JAR in the embed

svn commit: r1806804 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/manager/ManagerServlet.java webapps/docs/changelog.xml webapps/manager/WEB-INF/jsp/connectorCiphers.jsp

2017-08-31 Thread rjung
Author: rjung Date: Thu Aug 31 14:49:49 2017 New Revision: 1806804 URL: http://svn.apache.org/viewvc?rev=1806804&view=rev Log: Show connector cipher list in the manager web application in the correct cipher order. Backport of r1806794 and r1806798 from trunk resp. r1806799 from TC 8.5.x. Modifie

svn commit: r1806805 - in /tomcat/tc7.0.x/trunk: ./ build.xml res/maven/tomcat-embed-core.pom webapps/docs/changelog.xml

2017-08-31 Thread markt
Author: markt Date: Thu Aug 31 14:50:00 2017 New Revision: 1806805 URL: http://svn.apache.org/viewvc?rev=1806805&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61439 Remove the Java Annotation API classes from tomcat-embed-core.jar and package them in a separate JAR in the embed

[Bug 61439] Stop shipping JavaEE APIs as part as tomcat-embed-core

2017-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61439 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1806807 - in /tomcat/trunk: bin/daemon.sh webapps/docs/changelog.xml

2017-08-31 Thread markt
Author: markt Date: Thu Aug 31 14:58:18 2017 New Revision: 1806807 URL: http://svn.apache.org/viewvc?rev=1806807&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61441 Improve the detection of JAVA_HOME by the daemon.sh script when running on a platform where Java has been install

svn commit: r1806808 - in /tomcat/tc8.5.x/trunk: ./ bin/daemon.sh webapps/docs/changelog.xml

2017-08-31 Thread markt
Author: markt Date: Thu Aug 31 14:58:51 2017 New Revision: 1806808 URL: http://svn.apache.org/viewvc?rev=1806808&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61441 Improve the detection of JAVA_HOME by the daemon.sh script when running on a platform where Java has been install

svn commit: r1806809 - in /tomcat/tc8.0.x/trunk: ./ bin/daemon.sh webapps/docs/changelog.xml

2017-08-31 Thread markt
Author: markt Date: Thu Aug 31 14:59:20 2017 New Revision: 1806809 URL: http://svn.apache.org/viewvc?rev=1806809&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61441 Improve the detection of JAVA_HOME by the daemon.sh script when running on a platform where Java has been install

svn commit: r1806810 - in /tomcat/tc7.0.x/trunk: ./ bin/daemon.sh webapps/docs/changelog.xml

2017-08-31 Thread markt
Author: markt Date: Thu Aug 31 15:00:10 2017 New Revision: 1806810 URL: http://svn.apache.org/viewvc?rev=1806810&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61441 Improve the detection of JAVA_HOME by the daemon.sh script when running on a platform where Java has been install

[Bug 61441] daemon.sh's auto-detection fails on linux system's where java is installed via an RPM

2017-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61441 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

buildbot failure in on tomcat-8-trunk

2017-08-31 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/1110 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sc

buildbot success in on tomcat-8-trunk

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

[Bug 60900] org.apache.tomcat.util.net.AprEndpoint$Poller.run throws java.lang.NullPointerException

2017-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60900 Darren Maglidt changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug 61451] Regression in PKCS11 KeyStore for Connectors

2017-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61451 Mark Thomas changed: What|Removed |Added CC||radek.ne...@solitea.cz --- Comment #2 fr

[Bug 61445] Unable to start SSL using SunMSCAPI

2017-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61445 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[OT] Moving files between projects in svn

2017-08-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I've got a subversion repository with multiple "projects" similar to how ASF has their set up: each project gets a top-level directory, then /trunk, /tags, and /branches below each of those top-levels. I'd like to merge two of my projects toge

Re: [OT] Moving files between projects in svn

2017-08-31 Thread Mark Thomas
On 31/08/17 22:13, Christopher Schultz wrote: > All, > > I've got a subversion repository with multiple "projects" similar to > how ASF has their set up: each project gets a top-level directory, > then /trunk, /tags, and /branches below each of those top-levels. > > I'd like to merge two of my pr

Re: [OT] Moving files between projects in svn

2017-08-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 8/31/17 5:38 PM, Mark Thomas wrote: > On 31/08/17 22:13, Christopher Schultz wrote: >> All, >> >> I've got a subversion repository with multiple "projects" similar >> to how ASF has their set up: each project gets a top-level >> directory,

svn commit: r1806873 - in /tomcat/trunk: java/org/apache/tomcat/util/net/jsse/JSSEUtil.java webapps/docs/changelog.xml

2017-08-31 Thread markt
Author: markt Date: Thu Aug 31 21:49:19 2017 New Revision: 1806873 URL: http://svn.apache.org/viewvc?rev=1806873&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61451 Correct a regression in the fix to enable the use of Java key stores that contained multiple keys that did not al

svn commit: r1806874 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/JSSEUtil.java webapps/docs/changelog.xml

2017-08-31 Thread markt
Author: markt Date: Thu Aug 31 21:50:14 2017 New Revision: 1806874 URL: http://svn.apache.org/viewvc?rev=1806874&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61451 Correct a regression in the fix to enable the use of Java key stores that contained multiple keys that did not al

[Bug 61451] Regression in PKCS11 KeyStore for Connectors

2017-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61451 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 51253] use_server_errors for status 401 does not forward WWW-Authenticate

2017-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=51253 Charles Parker changed: What|Removed |Added CC|chuck.t.par...@gmail.com| -- You are receiving this mail beca