[GUMP@vmgump-vm3]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2018-01-05 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-trunk-test-nio2 has an issue affecting its community integration.

[GUMP@vmgump-vm3]: Project tomcat-tc7.0.x-test-apr (in module tomcat-7.0.x) failed

2018-01-05 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-tc7.0.x-test-apr has an issue affecting its community

svn commit: r1820317 - /tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/VirtualDirContext.java

2018-01-05 Thread csutherl
Author: csutherl Date: Fri Jan 5 16:27:41 2018 New Revision: 1820317 URL: http://svn.apache.org/viewvc?rev=1820317=rev Log: Update javadoc in VirtualDirContext to put the code into a code block rather than in line Modified:

[Git Migration] Configuration file diffs

2018-01-05 Thread Mark Thomas
This is the second of the per issue e-mails to discuss the issues associated with migrating from svn to git. We currently provide links to diffs between configuration files to help users upgrading between versions. We need a similar view once we migrate to git. A similar feature is available for

[Bug 57619] Memory consumption

2018-01-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57619 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1820306 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/buf/UriUtil.java webapps/docs/changelog.xml

2018-01-05 Thread markt
Author: markt Date: Fri Jan 5 14:42:05 2018 New Revision: 1820306 URL: http://svn.apache.org/viewvc?rev=1820306=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57619 Implement a small optimisation to how JAR URLs are processed to reduce the storage of duplicate String objects in

svn commit: r1820305 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/buf/UriUtil.java webapps/docs/changelog.xml

2018-01-05 Thread markt
Author: markt Date: Fri Jan 5 14:41:33 2018 New Revision: 1820305 URL: http://svn.apache.org/viewvc?rev=1820305=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57619 Implement a small optimisation to how JAR URLs are processed to reduce the storage of duplicate String objects in

svn commit: r1820304 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/buf/UriUtil.java webapps/docs/changelog.xml

2018-01-05 Thread markt
Author: markt Date: Fri Jan 5 14:41:01 2018 New Revision: 1820304 URL: http://svn.apache.org/viewvc?rev=1820304=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57619 Implement a small optimisation to how JAR URLs are processed to reduce the storage of duplicate String objects in

svn commit: r1820302 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/UriUtil.java webapps/docs/changelog.xml

2018-01-05 Thread markt
Author: markt Date: Fri Jan 5 14:37:24 2018 New Revision: 1820302 URL: http://svn.apache.org/viewvc?rev=1820302=rev Log: Implement a small optimisation to how JAR URLs are processed to reduce the storage of duplicate String objects in memory. Patch provided by Dmitri Blinov. Modified:

[Bug 61733] lb_mult changes caused by status worker changing a subworker's factor are not propagated to all processes correctly.

2018-01-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61733 --- Comment #9 from Jonathan Oddy --- We've been successfully running my original 1-liner fix for some time, so testing an alternative fix wasn't that high up the priority list at the end of the year. I'll try

svn commit: r1820286 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/SecureNio2Channel.java webapps/docs/changelog.xml

2018-01-05 Thread remm
Author: remm Date: Fri Jan 5 11:46:20 2018 New Revision: 1820286 URL: http://svn.apache.org/viewvc?rev=1820286=rev Log: Buffer full check and clear seems misplaced for NIO2, and should happen before a read. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1820284 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/ssl-howto.xml

2018-01-05 Thread markt
Author: markt Date: Fri Jan 5 11:09:22 2018 New Revision: 1820284 URL: http://svn.apache.org/viewvc?rev=1820284=rev Log: Add OCSP configuration information to the SSL How-To. Patch provided by Marek Czernek. Modified: tomcat/tc7.0.x/trunk/ (props changed)

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

2018-01-05 Thread markt
Author: markt Date: Fri Jan 5 11:08:15 2018 New Revision: 1820282 URL: http://svn.apache.org/viewvc?rev=1820282=rev Log: Add OCSP configuration information to the SSL How-To. Patch provided by Marek Czernek. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1820283 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/ssl-howto.xml

2018-01-05 Thread markt
Author: markt Date: Fri Jan 5 11:08:44 2018 New Revision: 1820283 URL: http://svn.apache.org/viewvc?rev=1820283=rev Log: Add OCSP configuration information to the SSL How-To. Patch provided by Marek Czernek. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1820281 - /tomcat/trunk/webapps/docs/ssl-howto.xml

2018-01-05 Thread markt
Author: markt Date: Fri Jan 5 11:07:18 2018 New Revision: 1820281 URL: http://svn.apache.org/viewvc?rev=1820281=rev Log: Update configuration to new style Modified: tomcat/trunk/webapps/docs/ssl-howto.xml Modified: tomcat/trunk/webapps/docs/ssl-howto.xml URL:

svn commit: r1820279 - in /tomcat/trunk/webapps/docs: changelog.xml ssl-howto.xml

2018-01-05 Thread markt
Author: markt Date: Fri Jan 5 10:59:48 2018 New Revision: 1820279 URL: http://svn.apache.org/viewvc?rev=1820279=rev Log: Add OCSP configuration information to the SSL How-To. Patch provided by Marek Czernek. Modified: tomcat/trunk/webapps/docs/changelog.xml

svn commit: r1820277 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/ webapps/docs/

2018-01-05 Thread markt
Author: markt Date: Fri Jan 5 10:42:06 2018 New Revision: 1820277 URL: http://svn.apache.org/viewvc?rev=1820277=rev Log: Return a simple, plain text error message if a client attempts to make a plain text HTTP connection to a TLS enabled NIO or NIO2 Connector. Modified:

svn commit: r1820276 - in /tomcat/trunk: java/org/apache/tomcat/util/net/ webapps/docs/

2018-01-05 Thread markt
Author: markt Date: Fri Jan 5 10:40:57 2018 New Revision: 1820276 URL: http://svn.apache.org/viewvc?rev=1820276=rev Log: Return a simple, plain text error message if a client attempts to make a plain text HTTP connection to a TLS enabled NIO or NIO2 Connector. Modified:

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

2018-01-05 Thread remm
Author: remm Date: Fri Jan 5 09:45:52 2018 New Revision: 1820273 URL: http://svn.apache.org/viewvc?rev=1820273=rev Log: Buffer full check and clear seems misplaced for NIO2, and should happen before a read. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1820272 - in /tomcat/trunk: java/org/apache/tomcat/util/net/SecureNio2Channel.java webapps/docs/changelog.xml

2018-01-05 Thread remm
Author: remm Date: Fri Jan 5 09:36:40 2018 New Revision: 1820272 URL: http://svn.apache.org/viewvc?rev=1820272=rev Log: Following a report on the user list, the "buffer full" check and clear seems misplaced for NIO2, and should happen before a read. Modified: