[Bug 54728] HttpServletRequest#upgrade() and other interfaces don't match spec; change may be impossible to implement

2016-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=54728 nvela...@gmail.com changed: What|Removed |Added Version|8.0.x-trunk |8.0.35 -- You are receiving this

JSSE-based crypto performance

2016-09-29 Thread Christopher Schultz
All, In the past few years, jfclere has been dong some performance testing with JSSE-based crypto versus OpenSSL-based crypto, and it had always been clear that the pure-Java crypto was slower by orders of magnitude. There was some concern that the hw-accelerated crypto wasn't actually working

[Bug 60188] Improve documentation for JreMemoryLeakPreventionListener

2016-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60188 --- Comment #2 from Cris Berneburg --- Mark, thanks for cleaning up the patch. Also, it's good to know that subsections can be nested. -- You are receiving this mail because: You are the assignee for the bug.

Re: Time for 6.0.x?

2016-09-29 Thread Violeta Georgieva
Hi, 2016-09-29 17:02 GMT+03:00 Mark Thomas : > > On 20/09/2016 20:07, Mark Thomas wrote: > > All, > > > > It has been a while since 6.0.x and the changelog is looking a tad long. > > Any takers for RM'ing a release? > > Ping. Anyone? I can help with Tomcat 6 release. Regards,

buildbot failure in on tomcat-7-trunk

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

Re: Time for 6.0.x?

2016-09-29 Thread Mark Thomas
On 20/09/2016 20:07, Mark Thomas wrote: > All, > > It has been a while since 6.0.x and the changelog is looking a tad long. > Any takers for RM'ing a release? Ping. Anyone? I'm going to have my hands full with 8.0.x/8.5.x and 9.0.x releases shortly. Mark

Re: classResources.start() can be duplicated

2016-09-29 Thread Romain Manni-Bucau
2016-09-29 15:14 GMT+02:00 Mark Thomas : > On 29/09/2016 13:12, Romain Manni-Bucau wrote: > > Hi guys, > > > > StandardRoot does that at the moment (taken the 8.5.5 as a reference for > > this mail): > > > > for (List list : allResources) { > > for (WebResourceSet

[Bug 60188] Improve documentation for JreMemoryLeakPreventionListener

2016-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60188 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1762773 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/listeners.xml

2016-09-29 Thread markt
Author: markt Date: Thu Sep 29 13:32:08 2016 New Revision: 1762773 URL: http://svn.apache.org/viewvc?rev=1762773=rev Log: Add an example of using the classesToInitialize attribute of the JreMemoryLeakPreventionListener to the documentation web application. Based on a patch by Cris Berneburg.

svn commit: r1762772 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/listeners.xml

2016-09-29 Thread markt
Author: markt Date: Thu Sep 29 13:30:50 2016 New Revision: 1762772 URL: http://svn.apache.org/viewvc?rev=1762772=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60188 Add an example of using the classesToInitialize attribute of the JreMemoryLeakPreventionListener to the documentation

svn commit: r1762771 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/listeners.xml

2016-09-29 Thread markt
Author: markt Date: Thu Sep 29 13:29:27 2016 New Revision: 1762771 URL: http://svn.apache.org/viewvc?rev=1762771=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60188 Add an example of using the classesToInitialize attribute of the JreMemoryLeakPreventionListener to the documentation

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

2016-09-29 Thread markt
Author: markt Date: Thu Sep 29 13:28:52 2016 New Revision: 1762770 URL: http://svn.apache.org/viewvc?rev=1762770=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60188 Add an example of using the classesToInitialize attribute of the JreMemoryLeakPreventionListener to the documentation

svn commit: r1762769 - in /tomcat/trunk/webapps/docs: changelog.xml config/listeners.xml

2016-09-29 Thread markt
Author: markt Date: Thu Sep 29 13:28:08 2016 New Revision: 1762769 URL: http://svn.apache.org/viewvc?rev=1762769=rev Log: Add an example of using the classesToInitialize attribute of the JreMemoryLeakPreventionListener to the documentation web application. Based on a patch by Cris Berneburg.

[Bug 60188] Improve documentation for JreMemoryLeakPreventionListener

2016-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60188 Cris Berneburg changed: What|Removed |Added CC|

svn commit: r1762768 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/webresources/StandardRoot.java webapps/docs/changelog.xml

2016-09-29 Thread markt
Author: markt Date: Thu Sep 29 13:17:20 2016 New Revision: 1762768 URL: http://svn.apache.org/viewvc?rev=1762768=rev Log: When starting web resources, ensure that class resources are only started once. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1762767 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/webresources/StandardRoot.java webapps/docs/changelog.xml

2016-09-29 Thread markt
Author: markt Date: Thu Sep 29 13:16:58 2016 New Revision: 1762767 URL: http://svn.apache.org/viewvc?rev=1762767=rev Log: When starting web resources, ensure that class resources are only started once. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1762766 - in /tomcat/trunk: java/org/apache/catalina/webresources/StandardRoot.java webapps/docs/changelog.xml

2016-09-29 Thread markt
Author: markt Date: Thu Sep 29 13:16:08 2016 New Revision: 1762766 URL: http://svn.apache.org/viewvc?rev=1762766=rev Log: When starting web resources, ensure that class resources are only started once. Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

Re: classResources.start() can be duplicated

2016-09-29 Thread Mark Thomas
On 29/09/2016 13:12, Romain Manni-Bucau wrote: > Hi guys, > > StandardRoot does that at the moment (taken the 8.5.5 as a reference for > this mail): > > for (List list : allResources) { > for (WebResourceSet webResourceSet : list) { > webResourceSet.start(); > } > } > > // This

[Bug 60188] New: Improve documentation for JreMemoryLeakPreventionListener

2016-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60188 Bug ID: 60188 Summary: Improve documentation for JreMemoryLeakPreventionListener Product: Tomcat 9 Version: unspecified Hardware: PC Status: NEW

[Bug 57767] Websocket client proprietary configuration

2016-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #6 from Mark Thomas --- Re-read my comment #4 regarding a suitable test case and how to activate it. -- You are receiving this mail because: You are the assignee for the bug.

classResources.start() can be duplicated

2016-09-29 Thread Romain Manni-Bucau
Hi guys, StandardRoot does that at the moment (taken the 8.5.5 as a reference for this mail): for (List list : allResources) { for (WebResourceSet webResourceSet : list) { webResourceSet.start(); } } // This has to be called after the other resources have been started // else it

[Bug 60087] Bouncy Castle in WEB-INF/lib not working on Tomcat 8 when unpackWars=false

2016-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60087 --- Comment #3 from rpc1 --- I reproduced error on Tomcat 8.0.x with unpackWARs="false". Error because of the getLocation(), which returns codeBaseURL for resource file. Location URL is

svn commit: r1762754 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/buf/ByteBufferUtils.java java/org/apache/tomcat/util/buf/LocalStrings.properties webapps/docs/changelog.xml

2016-09-29 Thread remm
Author: remm Date: Thu Sep 29 10:22:42 2016 New Revision: 1762754 URL: http://svn.apache.org/viewvc?rev=1762754=rev Log: Java 9 compatibility for direct ByteBuffer cleaner. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1762753 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/ByteBufferUtils.java java/org/apache/tomcat/util/buf/LocalStrings.properties webapps/docs/changelog.xml

2016-09-29 Thread remm
Author: remm Date: Thu Sep 29 10:20:27 2016 New Revision: 1762753 URL: http://svn.apache.org/viewvc?rev=1762753=rev Log: Java 9 compatibility for direct ByteBuffer cleaner. Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/ByteBufferUtils.java

Re: [VOTE] JK 1.2.42

2016-09-29 Thread Mark Thomas
On 29/09/2016 09:49, Mark Thomas wrote: > On 29/09/2016 06:31, Keiichi Fujino wrote: >> 2016-09-27 23:23 GMT+09:00 Mark Thomas : >> >>> Tag: >>> http://svn.apache.org/viewvc/tomcat/jk/tags/JK_1_2_42/ >>> >>> Source: >>>

svn commit: r15951 - in /dev/tomcat/tomcat-connectors/jk: tomcat-connectors-1.2.42-src.tar.gz.md5 tomcat-connectors-1.2.42-src.tar.gz.sha1 tomcat-connectors-1.2.42-src.zip.md5 tomcat-connectors-1.2.42

2016-09-29 Thread markt
Author: markt Date: Thu Sep 29 09:00:17 2016 New Revision: 15951 Log: Add corrected signatures Added: dev/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.42-src.tar.gz.md5 dev/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.42-src.tar.gz.sha1

svn commit: r15950 - in /dev/tomcat/tomcat-connectors/jk: tomcat-connectors-1.2.42-src.tar.gz.md5 tomcat-connectors-1.2.42-src.tar.gz.sha1 tomcat-connectors-1.2.42-src.zip.md5 tomcat-connectors-1.2.42

2016-09-29 Thread markt
Author: markt Date: Thu Sep 29 08:58:10 2016 New Revision: 15950 Log: Remove faulty hashes Removed: dev/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.42-src.tar.gz.md5 dev/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.42-src.tar.gz.sha1

Re: [VOTE] JK 1.2.42

2016-09-29 Thread Mark Thomas
On 29/09/2016 06:31, Keiichi Fujino wrote: > 2016-09-27 23:23 GMT+09:00 Mark Thomas : > >> Tag: >> http://svn.apache.org/viewvc/tomcat/jk/tags/JK_1_2_42/ >> >> Source: >> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/jk/ >> >> This is a maintenance release with