[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-09-08 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-taglibs-standard has an issue affecting its community integration.

[Bug 47785] Cluster MBean not registered

2012-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47785 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 52777] Automatically shut down old versions in parallel deployment

2012-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52777 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1382367 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ webapps/docs/ webapps/docs/config/

2012-09-08 Thread markt
Author: markt Date: Sat Sep 8 21:11:46 2012 New Revision: 1382367 URL: http://svn.apache.org/viewvc?rev=1382367&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52777 Implement optional automatic removal of old applications where parallel deployment has been used. Modified:

svn commit: r1382366 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ webapps/docs/config/

2012-09-08 Thread markt
Author: markt Date: Sat Sep 8 21:00:32 2012 New Revision: 1382366 URL: http://svn.apache.org/viewvc?rev=1382366&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52777 Implement optional automatic removal of old applications where parallel deployment has been used. Modified:

svn commit: r1382349 - /tomcat/trunk/java/org/apache/catalina/core/StandardHost.java

2012-09-08 Thread markt
Author: markt Date: Sat Sep 8 19:55:02 2012 New Revision: 1382349 URL: http://svn.apache.org/viewvc?rev=1382349&view=rev Log: Fix indent (4 spaces) Modified: tomcat/trunk/java/org/apache/catalina/core/StandardHost.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardHost.java U

svn commit: r1382348 - /tomcat/trunk/java/org/apache/catalina/Host.java

2012-09-08 Thread markt
Author: markt Date: Sat Sep 8 19:48:23 2012 New Revision: 1382348 URL: http://svn.apache.org/viewvc?rev=1382348&view=rev Log: Re-order to match comments Modified: tomcat/trunk/java/org/apache/catalina/Host.java Modified: tomcat/trunk/java/org/apache/catalina/Host.java URL: http://svn.apach

svn commit: r1382344 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/manager-howto.xml

2012-09-08 Thread markt
Author: markt Date: Sat Sep 8 19:00:42 2012 New Revision: 1382344 URL: http://svn.apache.org/viewvc?rev=1382344&view=rev Log: Clarify difference between tag and version in Manager app. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml t

svn commit: r1382343 - /tomcat/trunk/webapps/docs/manager-howto.xml

2012-09-08 Thread markt
Author: markt Date: Sat Sep 8 18:56:30 2012 New Revision: 1382343 URL: http://svn.apache.org/viewvc?rev=1382343&view=rev Log: Clarify difference between tag and version in Manager app. Modified: tomcat/trunk/webapps/docs/manager-howto.xml Modified: tomcat/trunk/webapps/docs/manager-howto.xm

[Bug 53843] isAsyncStarted may return false in thread that started async processing

2012-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53843 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1382315 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/AsyncStateMachine.java test/org/apache/catalina/core/TestAsyncContextImpl.java webapps/docs/changelog.xml

2012-09-08 Thread markt
Author: markt Date: Sat Sep 8 15:12:21 2012 New Revision: 1382315 URL: http://svn.apache.org/viewvc?rev=1382315&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53843 request.isAsyncStarted() must continue to return true until the dispatch/complete actually happens (which at

svn commit: r1382314 - in /tomcat/trunk: java/org/apache/coyote/AsyncStateMachine.java test/org/apache/catalina/core/TestAsyncContextImpl.java

2012-09-08 Thread markt
Author: markt Date: Sat Sep 8 15:08:40 2012 New Revision: 1382314 URL: http://svn.apache.org/viewvc?rev=1382314&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53843 request.isAsyncStarted() must continue to return true until the dispatch/complete actually happens (which at

svn commit: r1382305 - /tomcat/trunk/java/org/apache/tomcat/util/scan/StandardJarScanner.java

2012-09-08 Thread markt
Author: markt Date: Sat Sep 8 13:51:44 2012 New Revision: 1382305 URL: http://svn.apache.org/viewvc?rev=1382305&view=rev Log: Clean-up Java 7 <> Modified: tomcat/trunk/java/org/apache/tomcat/util/scan/StandardJarScanner.java Modified: tomcat/trunk/java/org/apache/tomcat/util/scan/StandardJa

Re: svn commit: r1381635 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/JMXProxyServlet.java webapps/docs/changelog.xml webapps/docs/manager-howto.xml

2012-09-08 Thread Mark Thomas
On 08/09/2012 11:52, Konstantin Kolinko wrote: > 2012/9/6 : >> Author: schultz >> Date: Thu Sep 6 15:08:58 2012 >> New Revision: 1381635 >> >> URL: http://svn.apache.org/viewvc?rev=1381635&view=rev >> Log: >> Added multi-op modes to JMXProxyServlet. >> >> >> Modified: >> tomcat/tc7.0.x/trunk/

Re: svn commit: r1381781 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java

2012-09-08 Thread Konstantin Kolinko
2012/9/7 : > Author: olamy > Date: Thu Sep 6 22:18:30 2012 > New Revision: 1381781 > > URL: http://svn.apache.org/viewvc?rev=1381781&view=rev > Log: > [MTOMCAT-174] tomcatConfigurationFilesDirectory is not implemented > > Submitted by Robin Böhm. > > Modified: > > tomcat/maven-plugin/trunk/t

Re: to improve the performance of form-based upload for Tomcat 7

2012-09-08 Thread Konstantin Kolinko
2012/9/5 Link Qian : > hello, > Thank you for your interest. > I am the owner of open source project,fastupload. It's more faster 5.x than > apache commons file upload in test. also, I test the form-based file > uploading implementation of Servlet 3.0 API in Tomcat 7, for example, > HttpServl

svn commit: r1382278 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2012-09-08 Thread kkolinko
Author: kkolinko Date: Sat Sep 8 11:13:06 2012 New Revision: 1382278 URL: http://svn.apache.org/viewvc?rev=1382278&view=rev Log: Add release date for 7.0.30 Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.a

Re: svn commit: r1381635 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/JMXProxyServlet.java webapps/docs/changelog.xml webapps/docs/manager-howto.xml

2012-09-08 Thread Konstantin Kolinko
2012/9/6 : > Author: schultz > Date: Thu Sep 6 15:08:58 2012 > New Revision: 1381635 > > URL: http://svn.apache.org/viewvc?rev=1381635&view=rev > Log: > Added multi-op modes to JMXProxyServlet. > > > Modified: > tomcat/tc7.0.x/trunk/ (props changed) > tomcat/tc7.0.x/trunk/java/org/apach

[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-09-08 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-taglibs-standard has an issue affecting its community integration.