[VOTE] Release Apache Tomcat 7.0.36

2013-02-03 Thread Mark Thomas
The proposed Apache Tomcat 7.0.36 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.36/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-194/ The svn tag is: http://svn.apache.org/r

svn commit: r1442034 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default

2013-02-03 Thread markt
Author: markt Date: Mon Feb 4 07:07:23 2013 New Revision: 1442034 URL: http://svn.apache.org/viewvc?rev=1442034&view=rev Log: Increment version ready for next release Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default Modified:

[Tomcat Wiki] Trivial Update of "JeanneHDV" by JeanneHDV

2013-02-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "JeanneHDV" page has been changed by JeanneHDV: http://wiki.apache.org/tomcat/JeanneHDV New page: Name: Dora Stokes<> Age: 33<> Country: Great Britain<> City: Upper Beeding <> Post

svn commit: r1441920 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2013-02-03 Thread markt
Author: markt Date: Sun Feb 3 14:47:15 2013 New Revision: 1441920 URL: http://svn.apache.org/viewvc?rev=1441920&view=rev Log: Make sure a socket doesn't get left in limbo if it is passed to Poller.add() after the Poller has stopped (which may happen with a long running request thread). Modifie

svn commit: r1441916 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2013-02-03 Thread markt
Author: markt Date: Sun Feb 3 14:38:09 2013 New Revision: 1441916 URL: http://svn.apache.org/viewvc?rev=1441916&view=rev Log: Simplify. Have a single method adding sockets to the Poller's addList Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk/

svn commit: r1441900 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_36: ./ build.properties.default

2013-02-03 Thread markt
Author: markt Date: Sun Feb 3 11:47:48 2013 New Revision: 1441900 URL: http://svn.apache.org/viewvc?rev=1441900&view=rev Log: Tag 7.0.36 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_36/ (props changed) - copied from r1441899, tomcat/tc7.0.x/trunk/ Modified: tomcat/tc7.0.x/tags/TOMCAT_7_

svn commit: r1441899 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/coyote/http11/TestInternalInputBuffer.java

2013-02-03 Thread markt
Author: markt Date: Sun Feb 3 11:46:39 2013 New Revision: 1441899 URL: http://svn.apache.org/viewvc?rev=1441899&view=rev Log: Make the test more robust. The socket may get closed before the client has a chance to send all the data. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomc

svn commit: r1441895 - /tomcat/trunk/test/org/apache/coyote/http11/TestInternalInputBuffer.java

2013-02-03 Thread markt
Author: markt Date: Sun Feb 3 11:46:09 2013 New Revision: 1441895 URL: http://svn.apache.org/viewvc?rev=1441895&view=rev Log: Make the test more robust. The socket may get closed before the client has a chance to send all the data. Modified: tomcat/trunk/test/org/apache/coyote/http11/TestIn

svn commit: r1441893 - /tomcat/tc7.0.x/tags/TOMCAT_7_0_36/

2013-02-03 Thread markt
Author: markt Date: Sun Feb 3 11:35:07 2013 New Revision: 1441893 URL: http://svn.apache.org/viewvc?rev=1441893&view=rev Log: Drop unused 7.0.36 tag. Need to fix broken unit test. Removed: tomcat/tc7.0.x/tags/TOMCAT_7_0_36/ --

svn commit: r1441889 - in /tomcat/native/branches/1.1.x: README.txt TODO.txt

2013-02-03 Thread rjung
Author: rjung Date: Sun Feb 3 10:53:06 2013 New Revision: 1441889 URL: http://svn.apache.org/viewvc?rev=1441889&view=rev Log: Add some notes on how to run tests to cnative. Modified: tomcat/native/branches/1.1.x/README.txt tomcat/native/branches/1.1.x/TODO.txt Modified: tomcat/native/br

svn commit: r1441887 - in /tomcat/native/branches/1.1.x: ./ TODO.txt examples/org/apache/tomcat/jni/Echo.java examples/org/apache/tomcat/jni/Echo.properties

2013-02-03 Thread rjung
Author: rjung Date: Sun Feb 3 10:40:01 2013 New Revision: 1441887 URL: http://svn.apache.org/viewvc?rev=1441887&view=rev Log: Use default port 8023 instead of 23 in echo server example. Examples and tests should not assume a privileged user runs them. Backport of r1441886 from tcnative trunk.

svn commit: r1441886 - in /tomcat/native/trunk/examples/org/apache/tomcat/jni: Echo.java Echo.properties

2013-02-03 Thread rjung
Author: rjung Date: Sun Feb 3 10:36:53 2013 New Revision: 1441886 URL: http://svn.apache.org/viewvc?rev=1441886&view=rev Log: Use default port 8023 instead of 23 in echo server example. Examples and tests should not assume a privileged user runs them. Modified: tomcat/native/trunk/examples/

svn commit: r1441885 - in /tomcat/native/branches/1.1.x: ./ TODO.txt test/org/apache/tomcat/jni/SocketServerTestSuite.java

2013-02-03 Thread rjung
Author: rjung Date: Sun Feb 3 10:33:06 2013 New Revision: 1441885 URL: http://svn.apache.org/viewvc?rev=1441885&view=rev Log: Widen accepted timeout return time in SocketServerTestSuite. Backport of r1441884 from tcnative trunk. Modified: tomcat/native/branches/1.1.x/ (props changed)

svn commit: r1441884 - /tomcat/native/trunk/test/org/apache/tomcat/jni/SocketServerTestSuite.java

2013-02-03 Thread rjung
Author: rjung Date: Sun Feb 3 10:32:00 2013 New Revision: 1441884 URL: http://svn.apache.org/viewvc?rev=1441884&view=rev Log: Widen accepted timeout return time in SocketServerTestSuite. Modified: tomcat/native/trunk/test/org/apache/tomcat/jni/SocketServerTestSuite.java Modified: tomcat/na

svn commit: r1441883 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_36: ./ build.properties.default

2013-02-03 Thread markt
Author: markt Date: Sun Feb 3 10:13:28 2013 New Revision: 1441883 URL: http://svn.apache.org/viewvc?rev=1441883&view=rev Log: Tag 7.0.36 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_36/ (props changed) - copied from r1441882, tomcat/tc7.0.x/trunk/ Modified: tomcat/tc7.0.x/tags/TOMCAT_7_

[Bug 54513] NullPointerException in AprEndpoint$Poller.run

2013-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54513 --- Comment #16 from Mark Thomas --- Looks good to me. The failing tests pass. I haven't done a full test run though. -- You are receiving this mail because: You are the assignee for the bug. -

Re: Consider support for the Servlet profile of JSR 196 (JASPIC) in Tomcat 7.0.x

2013-02-03 Thread Mark Thomas
On 30/01/2013 23:57, Ron Monzillo wrote: > Tomcat Experts, > > The Servlet Profile of JSR 196 defines the use of the JASPIC SPI in > support of the portable integration > of new and/or custom authentication mechanisms in compatible Servlet > containers. > > The Profile is a required component of