svn commit: r1778093 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ webapps/docs/

2017-01-09 Thread kfujino
Author: kfujino Date: Tue Jan 10 07:31:31 2017 New Revision: 1778093 URL: http://svn.apache.org/viewvc?rev=1778093=rev Log: Enable reset the statistics without restarting the pool. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

svn commit: r1778092 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ webapps/docs/

2017-01-09 Thread kfujino
Author: kfujino Date: Tue Jan 10 07:28:57 2017 New Revision: 1778092 URL: http://svn.apache.org/viewvc?rev=1778092=rev Log: Enable reset the statistics without restarting the pool. Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

svn commit: r1778091 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ webapps/docs/

2017-01-09 Thread kfujino
Author: kfujino Date: Tue Jan 10 07:26:12 2017 New Revision: 1778091 URL: http://svn.apache.org/viewvc?rev=1778091=rev Log: Enable reset the statistics without restarting the pool. Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

svn commit: r1778090 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ webapps/docs/

2017-01-09 Thread kfujino
Author: kfujino Date: Tue Jan 10 07:22:43 2017 New Revision: 1778090 URL: http://svn.apache.org/viewvc?rev=1778090=rev Log: Enable reset the statistics without restarting the pool. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

[GitHub] tomcat pull request #37: Spelling fixes

2017-01-09 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/tomcat/pull/37 Spelling fixes * abandoned * adapter * application * approach * assign * assuming * async * asynchronous * attempt * attribute * authoritative *

svn commit: r1778068 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ webapps/docs/ webapps/docs/config/

2017-01-09 Thread markt
Author: markt Date: Mon Jan 9 22:19:48 2017 New Revision: 1778068 URL: http://svn.apache.org/viewvc?rev=1778068=rev Log: Add memory protection for ForkJoinPool.commonPool() related memory leaks. The 7.0.x fix is a little more involved since the ThreadFactory required can only be compiled with

svn commit: r1778065 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ webapps/docs/ webapps/docs/config/

2017-01-09 Thread markt
Author: markt Date: Mon Jan 9 21:55:54 2017 New Revision: 1778065 URL: http://svn.apache.org/viewvc?rev=1778065=rev Log: Add memory protection for ForkJoinPool.commonPool() related memory leaks. Added:

svn commit: r1778061 - in /tomcat/trunk: build.xml java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java java/org/apache/catalina/startup/SafeForkJoinWorkerThreadFactory.java webapps/docs

2017-01-09 Thread markt
Author: markt Date: Mon Jan 9 21:50:53 2017 New Revision: 1778061 URL: http://svn.apache.org/viewvc?rev=1778061=rev Log: Add memory protection for ForkJoinPool.commonPool() related memory leaks. Added: tomcat/trunk/java/org/apache/catalina/startup/SafeForkJoinWorkerThreadFactory.java

Re: Question about Windows zip distro

2017-01-09 Thread Mark Thomas
On 09/01/2017 18:24, Coty Sutherland wrote: > Hi all, > > Do we intentionally ship the shell scripts along with the > tomcat-native and commons-daemon-native tarballs in bin for the > Windows distribution? Yes. The only variation is the difference in line-endings. I believe the intention is to

Memory leak found in java.util.concurrent.ForkJoinPool

2017-01-09 Thread Mark Thomas
All, As a result of a thread on the users list, a memory leak has been discovered in java.util.concurrent.ForkJoinPool.commonPool. It appears that use of this pool is hard-coded in multiple places such as Collection.parallelStream().forEach(). I have some ideas about how to work-around the leaks

Re: Wrong type of the value of javax.servlet.error.exception_type

2017-01-09 Thread Martin Grigorov
Hi Chris, On Fri, Jan 6, 2017 at 9:49 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Martin, > > On 1/6/17 8:23 AM, Martin Grigorov wrote: > > I've just upgraded my local/development Tomcat to 8.5.10 and I've hit a > > problem in Apache Wicket: > > > >

Question about Windows zip distro

2017-01-09 Thread Coty Sutherland
Hi all, Do we intentionally ship the shell scripts along with the tomcat-native and commons-daemon-native tarballs in bin for the Windows distribution? +++ $ ll apache-tomcat-7.0.73-windows-x64.zip/apache-tomcat-7.0.73/bin/ | egrep '(tar.gz|sh)$' -rw-r--r--. 1 coty coty 21646 Nov 7 23:29

[Bug 60461] SIGSEGV in SSLSocket.getInfos

2017-01-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60461 Ludovic Pénet changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1777968 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java java/org/apache/tomcat/util/net/LocalStrings.properties webapps/docs/changelog.xml

2017-01-09 Thread markt
Author: markt Date: Mon Jan 9 14:13:19 2017 New Revision: 1777968 URL: http://svn.apache.org/viewvc?rev=1777968=rev Log: Remove problematic work-around Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

svn commit: r1777967 - in /tomcat/trunk: java/org/apache/tomcat/util/net/AprEndpoint.java java/org/apache/tomcat/util/net/LocalStrings.properties webapps/docs/changelog.xml

2017-01-09 Thread markt
Author: markt Date: Mon Jan 9 14:12:36 2017 New Revision: 1777967 URL: http://svn.apache.org/viewvc?rev=1777967=rev Log: Remove problematic work-around Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

Re: hello

2017-01-09 Thread Violeta Georgieva
Jean-Frederic, 2017-01-09 14:23 GMT+02:00 Josh Soref : > > ‎ https://github.com/jsoref/tomcat/commit/7c6bc40ac289ee7e7c9655c69a529f18afb5b92f Can you take a look at this change? It's about a spelling mistake in your email address in the KEYS file. Thanks a lot, Violeta > > >

Re: TomcatCon @ ApacheCon

2017-01-09 Thread jean-frederic clere
On 01/09/2017 12:58 PM, Mark Thomas wrote: > All, > > After speaking to various folks at various times about some form of > Tomcat conference, I've finally got around to actually doing something > about it. I'm like to try and do something alongside ApacheCon NA 2017. That makes sense since the

Re: hello

2017-01-09 Thread Josh Soref
I can drop that, but please note that the spelling is listed as corrected in the MIT key server. I really wonder how tomcat managed to corrupt it. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

Re: hello

2017-01-09 Thread Violeta Georgieva
2017-01-09 14:23 GMT+02:00 Josh Soref : > > ‎ https://github.com/jsoref/tomcat/commit/7c6bc40ac289ee7e7c9655c69a529f18afb5b92f Let's not touch the KEYS file > > > > - > To unsubscribe, e-mail:

Re: [VOTE] Release Apache Tomcat 8.5.10

2017-01-09 Thread Violeta Georgieva
2017-01-09 13:55 GMT+02:00 Mark Thomas : > > On 06/01/2017 15:58, Rémy Maucherat wrote: > > 2017-01-06 16:52 GMT+01:00 Violeta Georgieva : > > > >> With r1775598 changes, the declaration of the scripting variable now is in > >> try/finally block and it is not

Re: hello

2017-01-09 Thread Josh Soref
‎https://github.com/jsoref/tomcat/commit/7c6bc40ac289ee7e7c9655c69a529f18afb5b92f - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: hello

2017-01-09 Thread Violeta Georgieva
2017-01-09 11:23 GMT+02:00 Josh Soref : > > I can certainly squash. The reason I personally retain splits by misspelled word is that it's easier to ‎rebase / resolve conflicts when I can see what word was misspelled. > > Typically large projects prefer to have my changes split

Re: hello

2017-01-09 Thread Violeta Georgieva
2017-01-09 10:51 GMT+02:00 Josh Soref : > > Hi, > I have a series of spelling fixes for Apache Tomcat [1]. > I reviewed these changes. Please see the comments. When you are ready squash the commits and make PR. I'll commit the changes. > If someone could suggest a preferred way

TomcatCon @ ApacheCon

2017-01-09 Thread Mark Thomas
All, After speaking to various folks at various times about some form of Tomcat conference, I've finally got around to actually doing something about it. I'm like to try and do something alongside ApacheCon NA 2017. I've started a discussion on the users list. All help, support, ideas etc.

Re: [VOTE] Release Apache Tomcat 8.5.10

2017-01-09 Thread Mark Thomas
On 06/01/2017 15:58, Rémy Maucherat wrote: > 2017-01-06 16:52 GMT+01:00 Violeta Georgieva : > >> With r1775598 changes, the declaration of the scripting variable now is in >> try/finally block and it is not visible outside this block. >> >>

Re: hello

2017-01-09 Thread Violeta Georgieva
Josh, 2017-01-09 11:38 GMT+02:00 Mark Thomas : > > On 09/01/2017 09:35, Violeta Georgieva wrote: > > Mark, > > > > 2017-01-09 11:11 GMT+02:00 Mark Thomas : > >> > >> On 09/01/2017 08:51, Josh Soref wrote: > >>> Hi, > >>> I have a series of spelling fixes for

Re: hello

2017-01-09 Thread Mark Thomas
On 09/01/2017 09:35, Violeta Georgieva wrote: > Mark, > > 2017-01-09 11:11 GMT+02:00 Mark Thomas : >> >> On 09/01/2017 08:51, Josh Soref wrote: >>> Hi, >>> I have a series of spelling fixes for Apache Tomcat [1]. >>> >>> If someone could suggest a preferred way to receive them,

Re: hello

2017-01-09 Thread Violeta Georgieva
Mark, 2017-01-09 11:11 GMT+02:00 Mark Thomas : > > On 09/01/2017 08:51, Josh Soref wrote: > > Hi, > > I have a series of spelling fixes for Apache Tomcat [1]. > > > > If someone could suggest a preferred way to receive them, I'm happy to > > split them up. > > Pull request or

Re: hello

2017-01-09 Thread Josh Soref
I can certainly squash. The reason I personally retain splits by misspelled word is that it's easier to ‎rebase / resolve conflicts when I can see what word was misspelled. Typically large projects prefer to have my changes split into a couple of patches/PRs instead of as a single commit. As

Re: hello

2017-01-09 Thread Violeta Georgieva
Hi Josh, 2017-01-09 11:11 GMT+02:00 Mark Thomas : > > On 09/01/2017 08:51, Josh Soref wrote: > > Hi, > > I have a series of spelling fixes for Apache Tomcat [1]. > > > > If someone could suggest a preferred way to receive them, I'm happy to > > split them up. > > Pull request or

Re: hello

2017-01-09 Thread Mark Thomas
On 09/01/2017 08:51, Josh Soref wrote: > Hi, > I have a series of spelling fixes for Apache Tomcat [1]. > > If someone could suggest a preferred way to receive them, I'm happy to > split them up. Pull request or patch file attached to a new Bugzilla issue is fine. Mark > > Some changes are

Re: hello

2017-01-09 Thread Violeta Georgieva
Hi, 2017-01-09 10:51 GMT+02:00 Josh Soref : > > Hi, > I have a series of spelling fixes for Apache Tomcat [1]. > > If someone could suggest a preferred way to receive them, I'm happy to > split them up. > > Some changes are more interesting than others (the change to KEYS is >

hello

2017-01-09 Thread Josh Soref
Hi, I have a series of spelling fixes for Apache Tomcat [1]. If someone could suggest a preferred way to receive them, I'm happy to split them up. Some changes are more interesting than others (the change to KEYS is interesting). [1] https://github.com/jsoref/tomcat/commits/spelling