svn commit: r765054 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: ConnectionPool.java FairBlockingQueue.java PoolProperties.java jmx/ConnectionPool.java

2009-04-14 Thread fhanik
Author: fhanik Date: Wed Apr 15 05:44:43 2009 New Revision: 765054 URL: http://svn.apache.org/viewvc?rev=765054&view=rev Log: When using the fair queue, use a much more efficient idle connection handling by using a FILO queue so that connections are reused properly Modified: tomcat/trunk/mo

svn commit: r765051 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: ./ interceptor/ jmx/

2009-04-14 Thread fhanik
Author: fhanik Date: Wed Apr 15 04:58:06 2009 New Revision: 765051 URL: http://svn.apache.org/viewvc?rev=765051&view=rev Log: JMX needs to be handled a bit differently. Random object names are not all that great. In this way, one can control the JMX registration completely from the outside. Mod

DO NOT REPLY [Bug 37929] invalidated session causes pageContext methods to fail

2009-04-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37929 Mark Thomas changed: What|Removed |Added Component|Jasper |Jasper Version|5.0.25

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

2009-04-14 Thread markt
Author: markt Date: Tue Apr 14 23:20:15 2009 New Revision: 764998 URL: http://svn.apache.org/viewvc?rev=764998&view=rev Log: Add correction 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?r

svn commit: r764997 - /tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java

2009-04-14 Thread markt
Author: markt Date: Tue Apr 14 23:19:06 2009 New Revision: 764997 URL: http://svn.apache.org/viewvc?rev=764997&view=rev Log: Fix stupid error Modified: tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java UR

Re: svn commit: r764985 - in /tomcat/trunk/java/org/apache/catalina/core: Constants.java StandardWrapper.java

2009-04-14 Thread Mark Thomas
sebb wrote: > On 14/04/2009, ma...@apache.org wrote: >> Author: markt >> Date: Tue Apr 14 22:16:53 2009 >> New Revision: 764985 >> >> URL: http://svn.apache.org/viewvc?rev=764985&view=rev >> Log: >> Fix secondary issue reported as part of bug47013 > > Which says: > > req.setQueryString(Cons

Re: svn commit: r764985 - in /tomcat/trunk/java/org/apache/catalina/core: Constants.java StandardWrapper.java

2009-04-14 Thread sebb
On 14/04/2009, ma...@apache.org wrote: > Author: markt > Date: Tue Apr 14 22:16:53 2009 > New Revision: 764985 > > URL: http://svn.apache.org/viewvc?rev=764985&view=rev > Log: > Fix secondary issue reported as part of bug47013 Which says: req.setQueryString(Constants.PRECOMPILE + "=true");

DO NOT REPLY [Bug 46950] SSL renegotiation does not occur when resource with CLIENT-CERT auth is requested

2009-04-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46950 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 47013] JSP not compiled at startup when used as a servlet

2009-04-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47013 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|DUPLICA

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

2009-04-14 Thread markt
Author: markt Date: Tue Apr 14 22:18:42 2009 New Revision: 764987 URL: http://svn.apache.org/viewvc?rev=764987&view=rev Log: Propose fix for 47013 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/STATU

svn commit: r764985 - in /tomcat/trunk/java/org/apache/catalina/core: Constants.java StandardWrapper.java

2009-04-14 Thread markt
Author: markt Date: Tue Apr 14 22:16:53 2009 New Revision: 764985 URL: http://svn.apache.org/viewvc?rev=764985&view=rev Log: Fix secondary issue reported as part of bug47013 Modified: tomcat/trunk/java/org/apache/catalina/core/Constants.java tomcat/trunk/java/org/apache/catalina/core/Stan

DO NOT REPLY [Bug 47013] JSP not compiled at startup when used as a servlet

2009-04-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47013 --- Comment #2 from Robert Flaherty 2009-04-14 15:07:53 PST --- Shouldn't that precompile flag be changed though (bottom of the note). -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are

DO NOT REPLY [Bug 41606] The jspInit method is called twice.

2009-04-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41606 Mark Thomas changed: What|Removed |Added CC||robert.flahe...@oracle.com --- C

DO NOT REPLY [Bug 47013] JSP not compiled at startup when used as a servlet

2009-04-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47013 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: svn commit: r764884 - /tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java

2009-04-14 Thread Remy Maucherat
On Tue, 2009-04-14 at 17:13 +, ma...@apache.org wrote: > Author: markt > Date: Tue Apr 14 17:13:16 2009 > New Revision: 764884 > > URL: http://svn.apache.org/viewvc?rev=764884&view=rev > Log: > Add a TODO to review the synchronisation around background processing Ok, so I get two more email m

DO NOT REPLY [Bug 37929] invalidated session causes pageContext methods to fail

2009-04-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37929 Pavel Sher changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

DO NOT REPLY [Bug 47017] org.apache.catalina.core.ApplicationHttpRequest causes StackOverflowError

2009-04-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47017 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 46816] /status/all fails if using PersistentManager

2009-04-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46816 --- Comment #3 from olivier dupuy 2009-04-14 12:14:41 PST --- See the apparently related bug 47032 on Tomcat 5.5.23 https://issues.apache.org/bugzilla/show_bug.cgi?id=47032 -- Configure bugmail: https://issues.apache.org/bugzilla/u

DO NOT REPLY [Bug 47032] New: /status/all fails if using PersistentManager

2009-04-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47032 Summary: /status/all fails if using PersistentManager Product: Tomcat 5 Version: 5.5.23 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Prior

svn commit: r764898 - in /tomcat/trunk/java/org/apache/catalina/core: ApplicationDispatcher.java ApplicationHttpRequest.java DummyRequest.java DummyResponse.java NamingContextListener.java StandardWra

2009-04-14 Thread markt
Author: markt Date: Tue Apr 14 17:46:23 2009 New Revision: 764898 URL: http://svn.apache.org/viewvc?rev=764898&view=rev Log: Code clean up prompted by Eclipse: - mark unused parameters as unused - remove code that doesn't do anything Modified: tomcat/trunk/java/org/apache/catalina/core/Appl

DO NOT REPLY [Bug 47024] org.apache.catalina.core.ContainerBase is not thread-safe

2009-04-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47024 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r764884 - /tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java

2009-04-14 Thread markt
Author: markt Date: Tue Apr 14 17:13:16 2009 New Revision: 764884 URL: http://svn.apache.org/viewvc?rev=764884&view=rev Log: Add a TODO to review the synchronisation around background processing Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java Modified: tomcat/trunk/ja

Re: svn commit: r763298 - in /tomcat/trunk/java/org/apache/catalina: core/StandardContext.java core/StandardHost.java tribes/membership/Membership.java util/InstanceSupport.java util/LifecycleSuppor

2009-04-14 Thread Filip Hanik - Dev Lists
sebb wrote: On 12/04/2009, Filip Hanik - Dev Lists wrote: sebb wrote: On 10/04/2009, Mark Thomas wrote: Filip Hanik - Dev Lists wrote: I'm generally against this find bugs 'may be bugs' issues. > is there an actual bug here? Reported bug, no. B

Re: is this bug in tomcat 7 ?

2009-04-14 Thread Filip Hanik - Dev Lists
it's work to be done :) Anas Ahmed wrote: hello all, mbean-descripator.xml in org.apache.catalina.tribes package is the same as mbean-descripator.xml in org.apache.catalina.ha package Anas _ More than messages–check out the res

svn commit: r764741 - /tomcat/trunk/java/org/apache/catalina/ha/backend/TcpSender.java

2009-04-14 Thread jfclere
Author: jfclere Date: Tue Apr 14 11:18:54 2009 New Revision: 764741 URL: http://svn.apache.org/viewvc?rev=764741&view=rev Log: Oops it will loop without that... Modified: tomcat/trunk/java/org/apache/catalina/ha/backend/TcpSender.java Modified: tomcat/trunk/java/org/apache/catalina/ha/backen

DO NOT REPLY [Bug 47024] New: org.apache.catalina.core.ContainerBase is not thread-safe

2009-04-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47024 Summary: org.apache.catalina.core.ContainerBase is not thread-safe Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW

Re: svn commit: r763298 - in /tomcat/trunk/java/org/apache/catalina: core/StandardContext.java core/StandardHost.java tribes/membership/Membership.java util/InstanceSupport.java util/LifecycleSuppor

2009-04-14 Thread sebb
On 12/04/2009, Filip Hanik - Dev Lists wrote: > sebb wrote: > > > On 10/04/2009, Mark Thomas wrote: > > > > > > > Filip Hanik - Dev Lists wrote: > > > > > > > > > > > > > I'm generally against this find bugs 'may be bugs' issues. > > > > > > > > > > > > is there an actual bug here? > > > > > > >

is this bug in tomcat 7 ?

2009-04-14 Thread Anas Ahmed
hello all, mbean-descripator.xml in org.apache.catalina.tribes package is the same as mbean-descripator.xml in org.apache.catalina.ha package Anas _ More than messages–check out the rest of the Windows Live™. http://www.microsoft.