Bug report for Tomcat 5 [2009/03/08]

2009-03-08 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 4 [2009/03/08]

2009-03-08 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Watchdog [2009/03/08]

2009-03-08 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 3 [2009/03/08]

2009-03-08 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

DO NOT REPLY [Bug 46822] New: Avoid redundant instantiations in StandardContext

2009-03-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46822 Summary: Avoid redundant instantiations in StandardContext Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Windows Vista Status: NEW Severity: normal

Re: svn commit: r751217 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_lb_worker.c jk_shm.h

2009-03-08 Thread Mladen Turk
Rainer Jung wrote: On 07.03.2009 15:23, Mladen Turk wrote: Rainer Jung wrote: On 07.03.2009 09:00, mt...@apache.org wrote: After 10 seconds or after 60 seconds: I think 60 seconds is pretty long, but I would accept as a compromise :) Let's use the recover_wait_time here, or if you still thin

Re: svn commit: r751217 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_lb_worker.c jk_shm.h

2009-03-08 Thread Rainer Jung
On 07.03.2009 15:23, Mladen Turk wrote: Rainer Jung wrote: On 07.03.2009 09:00, mt...@apache.org wrote: After 10 seconds or after 60 seconds: I think 60 seconds is pretty long, but I would accept as a compromise :) Let's use the recover_wait_time here, or if you still think this is huge value

svn commit: r751502 - in /tomcat/trunk/java/org/apache/catalina/startup: ContextConfig.java LocalStrings.properties TldConfig.java

2009-03-08 Thread markt
Author: markt Date: Sun Mar 8 19:14:45 2009 New Revision: 751502 URL: http://svn.apache.org/viewvc?rev=751502&view=rev Log: Experiment with enabling per context configuration of xml valiadation for web.xml and tld files. Should make fixing tld validation (which I can't get to work right now) eas

svn commit: r751496 - in /tomcat/trunk: java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java webapps/docs/config/listeners.xml

2009-03-08 Thread markt
Author: markt Date: Sun Mar 8 18:46:51 2009 New Revision: 751496 URL: http://svn.apache.org/viewvc?rev=751496&view=rev Log: Tomcat uses Platform MBean server. Adjust listener accordingly. Modified: tomcat/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java tomcat/trunk/

svn commit: r751392 - /tomcat/trunk/java/org/apache/catalina/connector/Response.java

2009-03-08 Thread markt
Author: markt Date: Sun Mar 8 09:40:22 2009 New Revision: 751392 URL: http://svn.apache.org/viewvc?rev=751392&view=rev Log: Revert previous commit. Plan to rework valve so this hack isn't required Modified: tomcat/trunk/java/org/apache/catalina/connector/Response.java Modified: tomcat/trunk

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

2009-03-08 Thread markt
Author: markt Date: Sun Mar 8 09:37:03 2009 New Revision: 751391 URL: http://svn.apache.org/viewvc?rev=751391&view=rev Log: Withdraw proposal while I rework it 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

Re: svn commit: r751304 - in /tomcat/trunk: java/org/apache/catalina/valves/AddDefaultCharsetValve.java webapps/docs/config/valve.xml

2009-03-08 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > Bill Barker wrote: >> wrote in message >> >> This means that 99% of the time, this valve does nothing (except >> possibly putting bogus values in the log files), since the response is >> already committed. >> > maybe better to implement it as a filter with a res