DO NOT REPLY [Bug 48971] memory leak protection : stopping TimeThreads should be optional and disabled by default

2010-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48971 --- Comment #3 from sylvain.laur...@gmail.com 2010-03-24 05:32:39 UTC --- Created an attachment (id=25170) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25170) patch for tomcat 7 -- Configure bugmail: https://issues.apache.org

DO NOT REPLY [Bug 48971] memory leak protection : stopping TimeThreads should be optional and disabled by default

2010-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48971 --- Comment #2 from Mark Thomas 2010-03-24 00:32:42 UTC --- There is no patch attached to this bug report. I'd rather keep the protection by default and provide a way to disable it if necessary. That said, your expendable class-loader idea

DO NOT REPLY [Bug 48818] Request.getSession() can return null

2010-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48818 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 48971] memory leak protection : stopping TimeThreads should be optional and disabled by default

2010-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48971 --- Comment #1 from sylvain.laur...@gmail.com 2010-03-23 22:58:39 UTC --- For a better description of the side effect, see http://wiki.apache.org/tomcat/MemoryLeakProtection#cclThreadSpawnedByCommonClassLoader -- Configure bugmail: https:/

DO NOT REPLY [Bug 48971] New: memory leak protection : stopping TimeThreads should be optional and disabled by default

2010-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48971 Summary: memory leak protection : stopping TimeThreads should be optional and disabled by default Product: Tomcat 6 Version: 6.0.24 Platform: All OS/Version: All

svn commit: r926717 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-03-23 Thread markt
Author: markt Date: Tue Mar 23 18:44:41 2010 New Revision: 926717 URL: http://svn.apache.org/viewvc?rev=926717&view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=926

svn commit: r926716 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationHttpRequest.java

2010-03-23 Thread markt
Author: markt Date: Tue Mar 23 18:43:19 2010 New Revision: 926716 URL: http://svn.apache.org/viewvc?rev=926716&view=rev Log: TCK failures: Fix session expiry on cross-context requests. Need to test the local session is valid before calling access() which will make it valid again. Modified: t

Re: Tomcat 6.0.x StoreConfig MBean

2010-03-23 Thread Sergy Pylypchuk
Thank you for quick answer. And one more question: 1. Custom components. Did you mean components wich are not in standard Tomcat compilation? On 23 March 2010 18:24, Mark Thomas wrote: > On 23/03/2010 16:09, Sergy Pylypchuk wrote: > > Hello! > > I'm developing utility for remote Tomcat 6.0.x

Re: Tomcat 6.0.x StoreConfig MBean

2010-03-23 Thread Mark Thomas
On 23/03/2010 16:09, Sergy Pylypchuk wrote: > Hello! > I'm developing utility for remote Tomcat 6.0.x configuration via JMX MBeans. > But I figured out some issues: > > 1. There is no Catalina:type=StoreConfig MBean and I'm not able to persist > configuration. I found this > https://issues.apache.

Tomcat 6.0.x StoreConfig MBean

2010-03-23 Thread Sergy Pylypchuk
Hello! I'm developing utility for remote Tomcat 6.0.x configuration via JMX MBeans. But I figured out some issues: 1. There is no Catalina:type=StoreConfig MBean and I'm not able to persist configuration. I found this https://issues.apache.org/bugzilla/show_bug.cgi?id=42708 bug. And now I'm going

DO NOT REPLY [Bug 48967] Externalize Strings "catalina.base" and "catalina.home"

2010-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48967 Marc Guillemot changed: What|Removed |Added CC||mguille...@yahoo.fr -- Configure

DO NOT REPLY [Bug 48967] New: Externalize Strings "catalina.base" and "catalina.home"

2010-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48967 Summary: Externalize Strings "catalina.base" and "catalina.home" Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Linux Status: NEW Severi

DO NOT REPLY [Bug 48966] Reduce code duplications: remove org/apache/catalina/util/StringManager.java

2010-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48966 --- Comment #4 from Marc Guillemot 2010-03-23 14:17:15 UTC --- :-( -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. -

DO NOT REPLY [Bug 48966] Reduce code duplications: remove org/apache/catalina/util/StringManager.java

2010-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48966 --- Comment #3 from Mark Thomas 2010-03-23 14:14:24 UTC --- Yep. Some folks extend / write their own replacements for the Tomcat internals and we don't want top break that. -- Configure bugmail: https://issues.apache.org/bugzilla/userpref

DO NOT REPLY [Bug 48966] Reduce code duplications: remove org/apache/catalina/util/StringManager.java

2010-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48966 --- Comment #2 from Marc Guillemot 2010-03-23 14:04:15 UTC --- Ok. Just curious: what is the API of Tomcat? Every public class? :-( -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receivi

DO NOT REPLY [Bug 48966] Reduce code duplications: remove org/apache/catalina/util/StringManager.java

2010-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48966 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 48966] Reduce code duplications: remove org/apache/catalina/util/StringManager.java

2010-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48966 Marc Guillemot changed: What|Removed |Added CC||mguille...@yahoo.fr -- Configure

DO NOT REPLY [Bug 48966] New: Reduce code duplications: remove org/apache/catalina/util/StringManager.java

2010-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48966 Summary: Reduce code duplications: remove org/apache/catalina/util/StringManager.java Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Linux Status:

svn commit: r926571 - /tomcat/tc5.5.x/trunk/build/build.properties.default

2010-03-23 Thread markt
Author: markt Date: Tue Mar 23 13:40:40 2010 New Revision: 926571 URL: http://svn.apache.org/viewvc?rev=926571&view=rev Log: Prep for next release Modified: tomcat/tc5.5.x/trunk/build/build.properties.default Modified: tomcat/tc5.5.x/trunk/build/build.properties.default URL: http://svn.apac

svn commit: r926570 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-03-23 Thread markt
Author: markt Date: Tue Mar 23 13:36:56 2010 New Revision: 926570 URL: http://svn.apache.org/viewvc?rev=926570&view=rev Log: Vote and fix a typo Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.

svn commit: r926562 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationHttpRequest.java

2010-03-23 Thread markt
Author: markt Date: Tue Mar 23 13:16:50 2010 New Revision: 926562 URL: http://svn.apache.org/viewvc?rev=926562&view=rev Log: TCK failures: Don't delegate dispatcher type to wrapped request as it may well be different. Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationHttpReques

DO NOT REPLY [Bug 45015] Quoting in attributes

2010-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45015 --- Comment #15 from William Leung 2010-03-23 12:09:56 UTC --- Test this issue in 6.0.20, and it works. So there should be a regression between 6.0.21 and 6.0.26 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=e

DO NOT REPLY [Bug 48965] Use POST instead of GET for critical operations

2010-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48965 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[g...@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2010-03-23 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 has an issue affecting its community integration. This i

DO NOT REPLY [Bug 48965] New: Use POST instead of GET for critical operations

2010-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48965 Summary: Use POST instead of GET for critical operations Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Linux Status: NEW Severity: minor Priority

Re: Release jdbc-pool ?

2010-03-23 Thread Henri Gomez
+1 Filik wrote two great articles on tomcatexpert about jdbc-pool and we should expect many users to take it a try :-) 2010/3/23 Olivier Lamy : > Hi Folks, > Is there any plan to release jdbc-pool ? ( I mean official binaries ? > in maven central repo ?) > I can see only tags in svn repo. > > Th

Release jdbc-pool ?

2010-03-23 Thread Olivier Lamy
Hi Folks, Is there any plan to release jdbc-pool ? ( I mean official binaries ? in maven central repo ?) I can see only tags in svn repo. Thanks -- Olivier - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For addition

Re: svn commit: r926064 - /tomcat/trunk/java/org/apache/catalina/core/StandardContextValve.java

2010-03-23 Thread Mark Thomas
On 23/03/2010 08:39, Konstantin Kolinko wrote: > There is a more easy way to write the same loop: > for (int i = instances.length; (--i) >= 0; ) { I know. I was keeping the code consistent with the other places listeners get called in reverse order. Of course, that doesn't stop you cleaning them a

Re: svn commit: r926064 - /tomcat/trunk/java/org/apache/catalina/core/StandardContextValve.java

2010-03-23 Thread Konstantin Kolinko
2010/3/22 : > Author: markt > Date: Mon Mar 22 13:18:31 2010 > New Revision: 926064 > > URL: http://svn.apache.org/viewvc?rev=926064&view=rev > Log: > Fire listeners in reverse order for requestDestroyed > > Modified: >    tomcat/trunk/java/org/apache/catalina/core/StandardContextValve.java > > @

DO NOT REPLY [Bug 48959] Tomcat looses request parameters

2010-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48959 --- Comment #3 from Konstantin Kolinko 2010-03-23 07:34:07 UTC --- 1. Unless there is a reproduction script or in-depth analysis and explanation, the developers cannot do much. We cannot tell much about an issue that we do not observe. 2.

Re: Will your project feature at ApacheCon North America 2010?

2010-03-23 Thread William A. Rowe Jr.
On 3/22/2010 9:35 PM, Kevan Miller wrote: > Apologies for the broadcast message... > > In thinking about ApacheCon 2010, I began to wonder if there is interest in > creating an "Enterprise Java" track for the conference. I think there is the > potential for a lot of interesting content. Many of

DO NOT REPLY [Bug 45015] Quoting in attributes

2010-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45015 William Leung changed: What|Removed |Added Status|RESOLVED|REOPENED CC|