svn commit: r1226385 - /tomcat/trunk/test/org/apache/catalina/startup/TestWebRuleSet.java

2012-01-02 Thread markt
Author: markt Date: Mon Jan 2 10:31:06 2012 New Revision: 1226385 URL: http://svn.apache.org/viewvc?rev=1226385view=rev Log: Add some debug that might explain why Gump runs are failing Modified: tomcat/trunk/test/org/apache/catalina/startup/TestWebRuleSet.java Modified:

svn commit: r1226386 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/startup/TestWebRuleSet.java

2012-01-02 Thread markt
Author: markt Date: Mon Jan 2 10:33:25 2012 New Revision: 1226386 URL: http://svn.apache.org/viewvc?rev=1226386view=rev Log: Better info for Gump failures (hopefully) Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1226394 - in /tomcat/trunk: ./ java/org/apache/naming/resources/ java/org/apache/tomcat/util/net/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/

2012-01-02 Thread markt
Author: markt Date: Mon Jan 2 11:31:13 2012 New Revision: 1226394 URL: http://svn.apache.org/viewvc?rev=1226394view=rev Log: Fix Javadoc warnings Modified: tomcat/trunk/build.xml tomcat/trunk/java/org/apache/naming/resources/VirtualDirContext.java

svn commit: r1226396 - in /tomcat/tc7.0.x/trunk: ./ build.xml java/org/apache/naming/resources/VirtualDirContext.java java/org/apache/tomcat/util/net/NioChannel.java java/org/apache/tomcat/util/net/Se

2012-01-02 Thread markt
Author: markt Date: Mon Jan 2 11:49:28 2012 New Revision: 1226396 URL: http://svn.apache.org/viewvc?rev=1226396view=rev Log: Fix Javadoc warnings Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.xml

svn commit: r1226397 - /tomcat/tc7.0.x/trunk/modules/

2012-01-02 Thread markt
Author: markt Date: Mon Jan 2 11:51:11 2012 New Revision: 1226397 URL: http://svn.apache.org/viewvc?rev=1226397view=rev Log: Pickup Javadoc fixes Modified: tomcat/tc7.0.x/trunk/modules/ (props changed) Propchange: tomcat/tc7.0.x/trunk/modules/

Re: svn commit: r1226385 - /tomcat/trunk/test/org/apache/catalina/startup/TestWebRuleSet.java

2012-01-02 Thread Konstantin Kolinko
FYI, I am able to reproduce the failures in this test. Using JDK 6u29 32-bit on WinXP. The exceptions are strange. See below. TEST-org.apache.catalina.startup.TestWebRuleSet.BIO.txt @ r1226397 [[[ Testsuite: org.apache.catalina.startup.TestWebRuleSet Tests run: 7, Failures: 4, Errors: 0, Time

Re: svn commit: r1226385 - /tomcat/trunk/test/org/apache/catalina/startup/TestWebRuleSet.java

2012-01-02 Thread Mark Thomas
On 02/01/2012 12:37, Konstantin Kolinko wrote: FYI, I am able to reproduce the failures in this test. Using JDK 6u29 32-bit on WinXP. I can reproduce it running via Ant as well. Investigating now. Mark - To unsubscribe,

Re: svn commit: r1226385 - /tomcat/trunk/test/org/apache/catalina/startup/TestWebRuleSet.java

2012-01-02 Thread Konstantin Kolinko
2012/1/2 Konstantin Kolinko knst.koli...@gmail.com: 2012/1/2 Mark Thomas ma...@apache.org: On 02/01/2012 12:37, Konstantin Kolinko wrote: FYI, I am able to reproduce the failures in this test. Using JDK 6u29 32-bit on WinXP. I can reproduce it running via Ant as well. Investigating now.

svn commit: r1226500 - /tomcat/trunk/test/org/apache/catalina/startup/TestWebRuleSet.java

2012-01-02 Thread markt
Author: markt Date: Mon Jan 2 18:24:36 2012 New Revision: 1226500 URL: http://svn.apache.org/viewvc?rev=1226500view=rev Log: Get tests working with Ant as well as IDEs Modified: tomcat/trunk/test/org/apache/catalina/startup/TestWebRuleSet.java Modified:

svn commit: r1226501 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/startup/TestWebRuleSet.java

2012-01-02 Thread markt
Author: markt Date: Mon Jan 2 18:26:33 2012 New Revision: 1226501 URL: http://svn.apache.org/viewvc?rev=1226501view=rev Log: Get unit tests working with Ant Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/catalina/startup/TestWebRuleSet.java

buildbot success in ASF Buildbot on tomcat-trunk

2012-01-02 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/2615 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

DO NOT REPLY [Bug 52405] Update to Servlet 3.0 Rev A

2012-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 --- Comment #3 from Mark Thomas ma...@apache.org 2012-01-02 19:43:00 UTC --- Item 6 does not appear to have resulted in a change to section 8.2.2 so no changes required. Item 7. Tomcat 7 already processes annotations prior to merging

svn commit: r1226534 - /tomcat/trunk/java/org/apache/catalina/deploy/ResourceBase.java

2012-01-02 Thread markt
Author: markt Date: Mon Jan 2 20:12:38 2012 New Revision: 1226534 URL: http://svn.apache.org/viewvc?rev=1226534view=rev Log: Make fields final Modified: tomcat/trunk/java/org/apache/catalina/deploy/ResourceBase.java Modified: tomcat/trunk/java/org/apache/catalina/deploy/ResourceBase.java

svn commit: r1226535 - /tomcat/trunk/java/org/apache/catalina/deploy/SecurityCollection.java

2012-01-02 Thread markt
Author: markt Date: Mon Jan 2 20:13:17 2012 New Revision: 1226535 URL: http://svn.apache.org/viewvc?rev=1226535view=rev Log: Remove unused constructor Modified: tomcat/trunk/java/org/apache/catalina/deploy/SecurityCollection.java Modified:

svn commit: r1226536 - /tomcat/trunk/java/org/apache/catalina/deploy/ContextHandler.java

2012-01-02 Thread markt
Author: markt Date: Mon Jan 2 20:13:54 2012 New Revision: 1226536 URL: http://svn.apache.org/viewvc?rev=1226536view=rev Log: Make read-only fields final Modified: tomcat/trunk/java/org/apache/catalina/deploy/ContextHandler.java Modified:

svn commit: r1226537 - /tomcat/trunk/java/org/apache/catalina/deploy/

2012-01-02 Thread markt
Author: markt Date: Mon Jan 2 20:14:52 2012 New Revision: 1226537 URL: http://svn.apache.org/viewvc?rev=1226537view=rev Log: Add Eclipse generated equals() and hashCode() methods Required for BZ52405 fix Modified: tomcat/trunk/java/org/apache/catalina/deploy/ContextEjb.java

svn commit: r1226538 - /tomcat/trunk/java/org/apache/catalina/deploy/WebXml.java

2012-01-02 Thread markt
Author: markt Date: Mon Jan 2 20:15:31 2012 New Revision: 1226538 URL: http://svn.apache.org/viewvc?rev=1226538view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 Servlet 3.0 Rev A updates Item 12 of 20 Identical resources in fragments are retained Modified:

svn commit: r1226539 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/deploy/

2012-01-02 Thread markt
Author: markt Date: Mon Jan 2 20:18:01 2012 New Revision: 1226539 URL: http://svn.apache.org/viewvc?rev=1226539view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 Servlet 3.0 Rev A updates Item 12 of 20 Identical resources in fragments are retained Modified:

DO NOT REPLY [Bug 52405] Update to Servlet 3.0 Rev A

2012-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 --- Comment #4 from Mark Thomas ma...@apache.org 2012-01-02 20:18:06 UTC --- Changes required and applied to trunk and 7.0.x for item 12. Items 13-15, 20 still to be assessed. -- Configure bugmail:

svn commit: r1226546 - /tomcat/trunk/java/org/apache/catalina/deploy/WebXml.java

2012-01-02 Thread markt
Author: markt Date: Mon Jan 2 20:42:11 2012 New Revision: 1226546 URL: http://svn.apache.org/viewvc?rev=1226546view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 Servlet 3.0 Rev A updates Item 13 of 20 Injection targets are now always merged Modified:

svn commit: r1226548 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/deploy/WebXml.java

2012-01-02 Thread markt
Author: markt Date: Mon Jan 2 20:48:26 2012 New Revision: 1226548 URL: http://svn.apache.org/viewvc?rev=1226548view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 Servlet 3.0 Rev A updates Item 13 of 20 Injection targets are now always merged Modified:

DO NOT REPLY [Bug 52405] Update to Servlet 3.0 Rev A

2012-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 --- Comment #5 from Mark Thomas ma...@apache.org 2012-01-02 20:48:38 UTC --- Changes required and applied to trunk and 7.0.x for item 12. Items 14-15, 20 still to be assessed. -- Configure bugmail:

DO NOT REPLY [Bug 52405] Update to Servlet 3.0 Rev A

2012-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 --- Comment #6 from Mark Thomas ma...@apache.org 2012-01-02 21:23:53 UTC --- Items 14 and 15: no changes required. Only item 20 left to check. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You

svn commit: r1226551 - /tomcat/trunk/java/javax/servlet/ServletSecurityElement.java

2012-01-02 Thread markt
Author: markt Date: Mon Jan 2 21:33:03 2012 New Revision: 1226551 URL: http://svn.apache.org/viewvc?rev=1226551view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 Servlet 3.0 Rev A updates Item 20 of 20 Ensure underlying collections are immutable Modified:

svn commit: r1226552 - in /tomcat/tc7.0.x/trunk: ./ java/javax/servlet/ServletSecurityElement.java

2012-01-02 Thread markt
Author: markt Date: Mon Jan 2 21:34:12 2012 New Revision: 1226552 URL: http://svn.apache.org/viewvc?rev=1226552view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 Servlet 3.0 Rev A updates Item 20 of 20 Ensure underlying collections are immutable Modified:

DO NOT REPLY [Bug 52405] Update to Servlet 3.0 Rev A

2012-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

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

2012-01-02 Thread markt
Author: markt Date: Mon Jan 2 21:38:00 2012 New Revision: 1226554 URL: http://svn.apache.org/viewvc?rev=1226554view=rev Log: Update changelog Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

[jira] [Created] (MTOMCAT-113) Show progress on WAR uploads

2012-01-02 Thread Adrian Petrescu (Created) (JIRA)
Show progress on WAR uploads Key: MTOMCAT-113 URL: https://issues.apache.org/jira/browse/MTOMCAT-113 Project: Apache Tomcat Maven Plugin Issue Type: Improvement Reporter: Adrian Petrescu

[jira] [Commented] (MTOMCAT-113) Show progress on WAR uploads

2012-01-02 Thread Adrian Petrescu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13178646#comment-13178646 ] Adrian Petrescu commented on MTOMCAT-113: - (To be clear, I am referring to some