DO NOT REPLY [Bug 49112] MyFaces (JSF) lost it's support

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

svn commit: r933529 - in /tomcat/site/trunk: docs/doap_Tomcat.rdf docs/index.html xdocs/doap_Tomcat.rdf xdocs/index.xml

2010-04-13 Thread markt
Author: markt Date: Tue Apr 13 09:38:37 2010 New Revision: 933529 URL: http://svn.apache.org/viewvc?rev=933529&view=rev Log: Apache Software License -> Apache License version 2 Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/d

svn commit: r933535 - in /tomcat: tc5.5.x/trunk/container/webapps/docs/apr.xml tc6.0.x/trunk/webapps/docs/apr.xml trunk/webapps/docs/apr.xml

2010-04-13 Thread markt
Author: markt Date: Tue Apr 13 09:59:54 2010 New Revision: 933535 URL: http://svn.apache.org/viewvc?rev=933535&view=rev Log: Fix download location for native binaries Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/apr.xml tomcat/tc6.0.x/trunk/webapps/docs/apr.xml tomcat/trunk/w

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

2010-04-13 Thread kkolinko
Author: kkolinko Date: Tue Apr 13 11:19:41 2010 New Revision: 933556 URL: http://svn.apache.org/viewvc?rev=933556&view=rev Log: vote 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=9335

DO NOT REPLY [Bug 49045] JMX Enhancement- Provision of MBeanFactory createStandardService

2010-04-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49045 chamith buddhika changed: What|Removed |Added Attachment #25228|0 |1 is obsolete|

[Tomcat Wiki] Update of "SupportAndTraining" by Konstan tinKolinko

2010-04-13 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "SupportAndTraining" page has been changed by KonstantinKolinko. The comment on this change is: Add Tomcat support offer. http://wiki.apache.org/tomcat/SupportAndTraining?action=diff

Re: svn commit: r933165 - /tomcat/trunk/java/org/apache/catalina/tribes/io/ChannelData.java

2010-04-13 Thread Filip Hanik - Dev Lists
This makes zero sense and I would do a -1 on this commit and the bug in general. What effectively has happened here is that there has been a public API change without any justification. Since this is a mutable field, you've now made it non mutable. and in there lies the change. Filip On 04/

Re: svn commit: r933165 - /tomcat/trunk/java/org/apache/catalina/tribes/io/ChannelData.java

2010-04-13 Thread sebb
On 13/04/2010, Filip Hanik - Dev Lists wrote: > This makes zero sense and I would do a -1 on this commit and the bug in > general. A public static mutable field is nearly always not thread-safe, and is often actually thread hostile. > What effectively has happened here is that there has been a