DO NOT REPLY [Bug 49811] [PATCH] Disable UrlRewriting

2010-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49811 Wesley changed: What|Removed |Added Summary|PATCH Custom attribute to |[PATCH] Disable |not en

In cluster, when using DeltaManager memory leak can occur

2010-09-09 Thread Ruslan Gainutdinov
Tested on apache-tomcat-6.0.29 running under jdk 1.6.0_18. When DeltaManager is instantiated and assigned in StandardContext.start(), is it done AFTER StandardContext.bindThreads(). DeltaManager, in turn, during initalization, asks for sessions in other nodes, and this may result in creating thre

Re: In cluster, when using DeltaManager memory leak can occur

2010-09-09 Thread Ruslan Gainutdinov
> Proposed solution - implement java.util.concurrent.ThreadFactory in > MessageDispatch15Interceptor > and pass instance on ThreadPoolExecutor executor creation. I`ve created patch for proposed solution. http://huksley.sdot.ru/wp-content/uploads/2010/09/tomcat-fix-memory-leak-deltamanager.zip Wit

Re: In cluster, when using DeltaManager memory leak can occur

2010-09-09 Thread Mark Thomas
On 09/09/2010 12:11, Ruslan Gainutdinov wrote: >> Proposed solution - implement java.util.concurrent.ThreadFactory in >> MessageDispatch15Interceptor >> and pass instance on ThreadPoolExecutor executor creation. > > I`ve created patch for proposed solution. > http://huksley.sdot.ru/wp-content/uplo

DO NOT REPLY [Bug 49905] New: In cluster, when using DeltaManager memory leak can occur

2010-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49905 Summary: In cluster, when using DeltaManager memory leak can occur Product: Tomcat 6 Version: 6.0.29 Platform: PC OS/Version: Windows Server 2003 Status: NEW

Re: [VOTE] Release Tomcat 5.5.31 Build

2010-09-09 Thread Jim Jagielski
On Sep 8, 2010, at 12:02 PM, sebb wrote: > > There are some non-trivial souce files without AL headers: > > build/build.properties.default > build/resources/welcome.bin.html > > These ones also don't have AL headers, but perhaps comments are not allowed: > > build/resources/config.ini > build/

svn commit: r995432 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/PoolProperties.java

2010-09-09 Thread markt
Author: markt Date: Thu Sep 9 14:01:50 2010 New Revision: 995432 URL: http://svn.apache.org/viewvc?rev=995432&view=rev Log: Trim whitespace from interceptor class names, property names and property values. Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/PoolProper

svn commit: r995433 - /tomcat/trunk/modules/jdbc-pool/doc/changelog.xml

2010-09-09 Thread markt
Author: markt Date: Thu Sep 9 14:03:12 2010 New Revision: 995433 URL: http://svn.apache.org/viewvc?rev=995433&view=rev Log: Update change log Modified: tomcat/trunk/modules/jdbc-pool/doc/changelog.xml Modified: tomcat/trunk/modules/jdbc-pool/doc/changelog.xml URL: http://svn.apache.org/vie

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #90 from chamith buddhika 2010-09-09 11:01:50 EDT --- (In reply to comment #89) > Created an attachment (id=25937) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25937) [details] > o.a.Catalina.core Operations Patch

DO NOT REPLY [Bug 47678] Unable to allocate shared memory when using isapi_redirect.dll as an extension and filter

2010-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47678 --- Comment #3 from Eric Smith 2010-09-09 12:11:19 EDT --- I've created a patch that seems to work. The problem seems to arise from IIS 7 having more rigorous security, in particular the default ACLs are now restricted when create mapping

DO NOT REPLY [Bug 49811] [PATCH] Disable UrlRewriting

2010-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49811 --- Comment #9 from Wesley 2010-09-09 13:57:54 EDT --- >It was a good initiative and I'm sure we will have a look at the patch. Please >be patient though. If you don't see any progress (comments in the Bugzilla >issue), then it is fine t

svn commit: r995572 - /tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java

2010-09-09 Thread markt
Author: markt Date: Thu Sep 9 20:34:27 2010 New Revision: 995572 URL: http://svn.apache.org/viewvc?rev=995572&view=rev Log: Shorten the debug output Modified: tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java Modified: tomcat/trunk/java/org/apache/catalina/core/AsyncContextIm

svn commit: r995576 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractEndpoint.java AprEndpoint.java JIoEndpoint.java NioEndpoint.java

2010-09-09 Thread markt
Author: markt Date: Thu Sep 9 21:07:37 2010 New Revision: 995576 URL: http://svn.apache.org/viewvc?rev=995576&view=rev Log: Refactor log messages to use logger from concrete class Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java tomcat/trunk/java/org/apache/to

svn commit: r995577 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2010-09-09 Thread markt
Author: markt Date: Thu Sep 9 21:08:50 2010 New Revision: 995577 URL: http://svn.apache.org/viewvc?rev=995577&view=rev Log: Code clean up Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

[Tomcat Wiki] Update of "SSLWithFORMFallback" by Richar dUnger

2010-09-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "SSLWithFORMFallback" page has been changed by RichardUnger. http://wiki.apache.org/tomcat/SSLWithFORMFallback?action=diff&rev1=12&rev2=13 --

DO NOT REPLY [Bug 49900] BundleSupport.release() does not call super.release() to clear bodyContent

2010-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49900 --- Comment #1 from Jeremy Boynes 2010-09-10 01:44:03 EDT --- Sounds plausible. If you add the call to super.release() does the memory usage improve? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --