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

2012-09-14 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

svn commit: r1384694 - in /tomcat/sandbox/trunk-resources/test: org/apache/catalina/webresources/ webresources/ webresources/d1/ webresources/d2/ webresources/dir1/ webresources/dir1/d1/ webresources/

2012-09-14 Thread markt
Author: markt Date: Fri Sep 14 09:20:37 2012 New Revision: 1384694 URL: http://svn.apache.org/viewvc?rev=1384694view=rev Log: Move resources used for tests to make space for additional resources for new tests Added: tomcat/sandbox/trunk-resources/test/webresources/dir1/

Re: [VOTE] Apache Tomcat Maven Plugin 2.0

2012-09-14 Thread jean-frederic clere
On 09/10/2012 02:47 PM, Olivier Lamy wrote: Hi, I'd like to release Apache Tomcat Maven Plugin 2.0. We fixed 41 issues (see details http://s.apache.org/TOMCAT-MVN-2.0 ). Staging Maven repository: https://repository.apache.org/content/repositories/orgapachetomcat-045/ Sources release (as we

[Bug 53871] New: java.lang.StackOverflowError on deploying a web application

2012-09-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53871 Priority: P2 Bug ID: 53871 Assignee: dev@tomcat.apache.org Summary: java.lang.StackOverflowError on deploying a web application Severity: major Classification:

svn commit: r1384748 - in /tomcat/sandbox/trunk-resources: java/org/apache/catalina/webresources/ test/org/apache/catalina/webresources/ test/webresources/

2012-09-14 Thread markt
Author: markt Date: Fri Sep 14 12:57:36 2012 New Revision: 1384748 URL: http://svn.apache.org/viewvc?rev=1384748view=rev Log: Start to refactor unit tests to reduce duplication. Fix failures for Jar based resources identified so far. Added:

[RESULT][VOTE] Apache Tomcat Maven Plugin 2.0

2012-09-14 Thread Olivier Lamy
Hi, The vote has passed with the following result: +1 (binding): Henri Gomez, Jean-Frederic Clere +1 (non binding): Franken, Arne I will finish the release process. Thanks! -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy

[Bug 53871] java.lang.StackOverflowError on deploying a web application

2012-09-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53871 Radboud Asselman radboud.assel...@pinkroccade.nl changed: What|Removed |Added CC|

svn commit: r1384757 - in /tomcat/sandbox/trunk-resources: java/org/apache/catalina/webresources/ test/org/apache/catalina/webresources/

2012-09-14 Thread markt
Author: markt Date: Fri Sep 14 13:18:40 2012 New Revision: 1384757 URL: http://svn.apache.org/viewvc?rev=1384757view=rev Log: More unit test reafctoring, more Jar resource handling bugs Modified: tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/JarResourceSet.java

svn commit: r852 - /dev/tomcat/maven-plugin/v2.0/ /release/tomcat/maven-plugin/v2.0/

2012-09-14 Thread olamy
Author: olamy Date: Fri Sep 14 13:51:02 2012 New Revision: 852 Log: move release 2.0 to dist release area. Added: release/tomcat/maven-plugin/v2.0/ - copied from r851, dev/tomcat/maven-plugin/v2.0/ Removed: dev/tomcat/maven-plugin/v2.0/

svn commit: r852 - /dev/tomcat/maven-plugin/v2.0/ /release/tomcat/maven-plugin/v2.0/

2012-09-14 Thread olamy
Author: olamy Date: Fri Sep 14 13:51:02 2012 New Revision: 852 Log: move release 2.0 to dist release area. Added: release/tomcat/maven-plugin/v2.0/ - copied from r851, dev/tomcat/maven-plugin/v2.0/ Removed: dev/tomcat/maven-plugin/v2.0/

svn commit: r1384791 - in /tomcat/site/trunk: docs/maven-plugin.html xdocs/maven-plugin.xml

2012-09-14 Thread olamy
Author: olamy Date: Fri Sep 14 14:06:39 2012 New Revision: 1384791 URL: http://svn.apache.org/viewvc?rev=1384791view=rev Log: maven plugin release 2.0 Modified: tomcat/site/trunk/docs/maven-plugin.html tomcat/site/trunk/xdocs/maven-plugin.xml Modified:

svn commit: r1384821 - in /tomcat/sandbox/trunk-resources: java/org/apache/catalina/webresources/ test/org/apache/catalina/webresources/

2012-09-14 Thread markt
Author: markt Date: Fri Sep 14 15:28:43 2012 New Revision: 1384821 URL: http://svn.apache.org/viewvc?rev=1384821view=rev Log: More unit test reafctoring, more Jar resource handling bugs Modified: tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/JarResourceSet.java

Tomcat 7: NIO Connector SSL-Support

2012-09-14 Thread Christian Kahlo
Hi there, just a question about the further development of the NioEndpoint. We migrated to Tomcat 7 recently and wanted to use NIO with our own SSL-stack. This SSL-stack is able to process a couple of sophisticated cipher-suites like TLS-RSA-PSK-* or (non-standard) TLS-ECDHE-RSA-PSK-* as

Re: Tomcat 7: NIO Connector SSL-Support

2012-09-14 Thread Mark Thomas
On 14/09/2012 16:40, Christian Kahlo wrote: Are there any plans to make things more abstract, No. i.e. the possibility to inject a ByteChannel (or NioChannel / SecureNioChannel) into the EndPoint implementation or is it a design goal to use SSLContext + SSLEngine directly in

svn commit: r1384827 - in /tomcat/sandbox/trunk-resources: java/org/apache/catalina/webresources/ test/org/apache/catalina/webresources/

2012-09-14 Thread markt
Author: markt Date: Fri Sep 14 15:47:07 2012 New Revision: 1384827 URL: http://svn.apache.org/viewvc?rev=1384827view=rev Log: Complete the unit tests for DirResourceSet and JarResourceSet Modified: tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/DirResourceSet.java

AW: Tomcat 7: NIO Connector SSL-Support

2012-09-14 Thread Christian Kahlo
Are there any plans to make things more abstract, No. i.e. the possibility to inject a ByteChannel (or NioChannel / SecureNioChannel) into the EndPoint implementation or is it a design goal to use SSLContext + SSLEngine directly in NioEndpoint? The extension point for SSL

[ANN] Apache Tomcat Maven Plugin 2.0

2012-09-14 Thread Olivier Lamy
Hi, The Apache Tomcat is pleased to announce the release of the 2.0 version. This plugin can used to run your war project inside an embeded Apache Tomcat and to deploy your project to a running Apache Tomcat instance. Documentation available: http://tomcat.apache.org/maven-plugin-2.0/index.html

svn commit: r1384871 - /tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/JarResourceSet.java

2012-09-14 Thread markt
Author: markt Date: Fri Sep 14 18:07:05 2012 New Revision: 1384871 URL: http://svn.apache.org/viewvc?rev=1384871view=rev Log: Fix some unit test failures when running the full test suite Modified: tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/JarResourceSet.java

Re: Resources - The need for refactoring

2012-09-14 Thread Mark Thomas
On 09/09/2012 19:34, Mark Thomas wrote: This is issue a) in Konstantin's comments in TOMCAT-NEXT.txt My expectation is that the need for refactoring in some form or another is clear. Currently Tomcat has the following features: - aliases - resource JARs - VirtualDirContext / VirtualLoader

svn commit: r1384885 - /tomcat/sandbox/trunk-resources/java/org/apache/catalina/core/StandardContext.java

2012-09-14 Thread markt
Author: markt Date: Fri Sep 14 18:54:52 2012 New Revision: 1384885 URL: http://svn.apache.org/viewvc?rev=1384885view=rev Log: Don't set resources to null on stop. destroy() needs to unregister them. Modified: tomcat/sandbox/trunk-resources/java/org/apache/catalina/core/StandardContext.java