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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=37929
Mark Thomas changed:
What|Removed |Added
Component|Jasper |Jasper
Version|5.0.25
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
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
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
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");
https://issues.apache.org/bugzilla/show_bug.cgi?id=46950
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=47013
Mark Thomas changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|DUPLICA
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=41606
Mark Thomas changed:
What|Removed |Added
CC||robert.flahe...@oracle.com
--- C
https://issues.apache.org/bugzilla/show_bug.cgi?id=47013
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=37929
Pavel Sher changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://issues.apache.org/bugzilla/show_bug.cgi?id=47017
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=47024
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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
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
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
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
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?
> > >
> > >
>
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.
28 matches
Mail list logo