Re: [VOTE] Release Apache Tomcat 7.0.43

2013-09-21 Thread Mark Thomas
On 20/09/2013 08:38, Violeta Georgieva wrote: The proposed Apache Tomcat 7.0.43 release is now available for voting. This release candidate contains JSR-356 Java WebSocket 1.0 implementation. Note that use of this functionality requires Java 7. It can be obtained from:

svn commit: r1525218 - in /tomcat/tc7.0.x/trunk: conf/Tomcat/ embed-webapps/

2013-09-21 Thread markt
Author: markt Date: Sat Sep 21 10:41:37 2013 New Revision: 1525218 URL: http://svn.apache.org/r1525218 Log: Remove files accidentally added in r1524763 Removed: tomcat/tc7.0.x/trunk/conf/Tomcat/ tomcat/tc7.0.x/trunk/embed-webapps/

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

2013-09-21 Thread markt
Author: markt Date: Sat Sep 21 10:42:07 2013 New Revision: 1525219 URL: http://svn.apache.org/r1525219 Log: Remove empty tree Removed: tomcat/tc7.0.x/trunk/modules/websocket/ - To unsubscribe, e-mail:

Re: [VOTE] Release Apache Tomcat 7.0.43

2013-09-21 Thread Konstantin Kolinko
2013/9/21 Mark Thomas ma...@apache.org: On 20/09/2013 08:38, Violeta Georgieva wrote: The proposed Apache Tomcat 7.0.43 release is now available for voting. This release candidate contains JSR-356 Java WebSocket 1.0 implementation. Note that use of this functionality requires Java 7. It can

Re: [VOTE] Release Apache Tomcat 7.0.43

2013-09-21 Thread Nick Williams
On Sep 21, 2013, at 6:07 AM, Konstantin Kolinko wrote: 2013/9/21 Mark Thomas ma...@apache.org: On 20/09/2013 08:38, Violeta Georgieva wrote: The proposed Apache Tomcat 7.0.43 release is now available for voting. This release candidate contains JSR-356 Java WebSocket 1.0 implementation. Note

Re: [VOTE] Release Apache Tomcat 7.0.43

2013-09-21 Thread Mark Thomas
On 21/09/2013 12:07, Konstantin Kolinko wrote: 2013/9/21 Mark Thomas ma...@apache.org: On 20/09/2013 08:38, Violeta Georgieva wrote: The proposed Apache Tomcat 7.0.43 release is now available for voting. This release candidate contains JSR-356 Java WebSocket 1.0 implementation. Note that use

I want to contribute to the project

2013-09-21 Thread Ahmed Hosni
Hi all I want to contribute to the Tomcat project,I have good command of core Java, JSP and Servlet, I have downloaded the source using SVN and Eclipse IDE Please help me and till where to start from. -- Kind Regards *Ahmed Hosni*

svn commit: r1525277 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties

2013-09-21 Thread markt
Author: markt Date: Sat Sep 21 18:31:21 2013 New Revision: 1525277 URL: http://svn.apache.org/r1525277 Log: Improve message when JSR356 support not available Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties Modified:

svn commit: r1525278 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties

2013-09-21 Thread markt
Author: markt Date: Sat Sep 21 18:31:41 2013 New Revision: 1525278 URL: http://svn.apache.org/r1525278 Log: Fix typo Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties Modified:

svn commit: r1525279 - in /tomcat/tc7.0.x/trunk/webapps/examples: ./ WEB-INF/ WEB-INF/classes/websocket/tc7/ WEB-INF/classes/websocket/tc7/chat/ WEB-INF/classes/websocket/tc7/echo/ WEB-INF/classes/web

2013-09-21 Thread markt
Author: markt Date: Sat Sep 21 18:32:31 2013 New Revision: 1525279 URL: http://svn.apache.org/r1525279 Log: Restore Tomcat 7 WebSocket examples. The examples and the code is marked as deprecated. Added: tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/websocket/tc7/ (props changed)

Re: Some trunk test suite observations

2013-09-21 Thread Rainer Jung
On 20.09.2013 14:46, Mark Thomas wrote: On 20/09/2013 11:02, Rainer Jung wrote: Having run some sporadically failing tests in a loop under the three connectors on Solaris 10 Sparc using Java 1.7.0_40. Code is trunk r1524838 (current as of this morning and codewise identical to 8.0.0 RC3).

Re: SCI discovery ordering

2013-09-21 Thread Jeremy Boynes
On Sep 20, 2013, at 8:50 AM, Mark Thomas ma...@apache.org wrote: On 20/09/2013 16:02, Jeremy Boynes wrote: The only ordering concern for SCIs in the spec is that they are discovered following the classloader delegation model. This will typically be configured to load application classes

SERVLET_SPEC-79, was: SCI discovery ordering

2013-09-21 Thread Jeremy Boynes
On Sep 20, 2013, at 2:43 PM, Nick Williams nicho...@nicholaswilliams.net wrote: On Sep 20, 2013, at 4:33 PM, Jeremy Boynes wrote: On Fri, Sep 20, 2013 at 8:50 AM, Mark Thomas ma...@apache.org wrote: On 20/09/2013 16:02, Jeremy Boynes wrote: The only ordering concern for SCIs in the