DO NOT REPLY [Bug 48600] Performance issue with tags

2010-05-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48600 Jorge changed: What|Removed |Added CC|jorge.d...@atosorigin.com | -- Configure bugmail: https://issues.apa

DO NOT REPLY [Bug 48903] ClassLoader deadlock when compiling JSP pages in 6.0.26

2010-05-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48903 Marcus Better changed: What|Removed |Added CC||mar...@better.se -- Configure bug

Re: Changing the 10th anniversary logo

2010-05-31 Thread Mark Thomas
On 27/05/2010 12:51, jean-frederic clere wrote: > Hi, > > What about putting back the original tomcat logo? (The 10th one is there > since 2009-10-23). +0. I'd leave it a little longer but I'm not going to object if it gets changed now. Mark ---

svn commit: r949792 - /tomcat/trunk/webapps/docs/config/cluster-deployer.xml

2010-05-31 Thread markt
Author: markt Date: Mon May 31 16:18:31 2010 New Revision: 949792 URL: http://svn.apache.org/viewvc?rev=949792&view=rev Log: It works (I fixed it for 6.0.20) but it still needs docs. Modified: tomcat/trunk/webapps/docs/config/cluster-deployer.xml Modified: tomcat/trunk/webapps/docs/config/cl

svn commit: r949793 - /tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-deployer.xml

2010-05-31 Thread markt
Author: markt Date: Mon May 31 16:19:06 2010 New Revision: 949793 URL: http://svn.apache.org/viewvc?rev=949793&view=rev Log: It works (I fixed it for 6.0.20) but it still needs docs. Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-deployer.xml Modified: tomcat/tc6.0.x/trunk/webapp

svn commit: r949807 - in /tomcat/trunk/java/org/apache/catalina: ha/session/BackupManager.java ha/session/DeltaManager.java session/PersistentManagerBase.java

2010-05-31 Thread markt
Author: markt Date: Mon May 31 16:57:45 2010 New Revision: 949807 URL: http://svn.apache.org/viewvc?rev=949807&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49360 Managers will be restarted on Context reload Modified: tomcat/trunk/java/org/apache/catalina/ha/session/Bac

DO NOT REPLY [Bug 49360] Context class reload fails for PersistentManager

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

svn commit: r949808 - /tomcat/trunk/test/org/apache/el/TestValueExpressionImpl.java

2010-05-31 Thread markt
Author: markt Date: Mon May 31 17:29:17 2010 New Revision: 949808 URL: http://svn.apache.org/viewvc?rev=949808&view=rev Log: Test case for https://issues.apache.org/bugzilla/show_bug.cgi?id=49345 Fix to follow Modified: tomcat/trunk/test/org/apache/el/TestValueExpressionImpl.java Modified: t

svn commit: r949809 - /tomcat/trunk/java/org/apache/el/parser/AstValue.java

2010-05-31 Thread markt
Author: markt Date: Mon May 31 17:30:25 2010 New Revision: 949809 URL: http://svn.apache.org/viewvc?rev=949809&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49345 Second parameter for new ValueReference should be property. There is no guarantee that the property will be the

DO NOT REPLY [Bug 49345] EL does not work correctly with JSF 2.0 composite components

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

svn commit: r949825 - /tomcat/trunk/test/org/apache/el/TestMethodExpressionImpl.java

2010-05-31 Thread markt
Author: markt Date: Mon May 31 18:20:39 2010 New Revision: 949825 URL: http://svn.apache.org/viewvc?rev=949825&view=rev Log: Add some checks that nulls are handled correctly. Modified: tomcat/trunk/test/org/apache/el/TestMethodExpressionImpl.java Modified: tomcat/trunk/test/org/apache/el/Tes

svn commit: r949829 - /tomcat/trunk/java/org/apache/el/parser/AstValue.java

2010-05-31 Thread markt
Author: markt Date: Mon May 31 18:39:55 2010 New Revision: 949829 URL: http://svn.apache.org/viewvc?rev=949829&view=rev Log: Fix EL issue reported on users list by obtaining class information directly from the values rather than via getType() which is likely to return a more generic type that th

Re: org.apache.catalina.Core MBeans Descriptor Modifications

2010-05-31 Thread Mark Thomas
On 28/05/2010 04:22, buddhika chamith wrote: > Hi Mark, > > As far as I feel additional methods in the base class may tend to bloat the > base interface unnecessarily. Some of the methods are not generic so that > they cannot be included in the base interface as well. On the other hand > using sep

Re: [VOTE][RESULT] Release Tomcat 7.0.0 based on Tomcat 7.0.0 RC3

2010-05-31 Thread Mark Thomas
The result was two votes for Beta and no other votes which is not sufficient for a release. Since there have been a number of fixes in trunk since RC3 I'll roll RC4 in the next day or so. Mark - To unsubscribe, e-mail: dev-un