[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2015-10-21 Thread Bill Barker
.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151021-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20151021/lib -Dt

svn commit: r1709730 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java

2015-10-21 Thread markt
Author: markt Date: Wed Oct 21 07:38:51 2015 New Revision: 1709730 URL: http://svn.apache.org/viewvc?rev=1709730&view=rev Log: Allow more time for tests to run (primarily for Gump) Add additional check that things have started properly. Modified: tomcat/trunk/test/org/apache/tomcat/websocket/

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

2015-10-21 Thread violetagg
Author: violetagg Date: Wed Oct 21 07:39:09 2015 New Revision: 1709732 URL: http://svn.apache.org/viewvc?rev=1709732&view=rev Log: Update the release date for 7.0.65 Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http

svn commit: r1709743 - in /tomcat/trunk/webapps/examples: WEB-INF/classes/async/Async0.java WEB-INF/classes/async/Async2.java jsp/async/async1.jsp jsp/async/async3.jsp

2015-10-21 Thread markt
Author: markt Date: Wed Oct 21 08:05:44 2015 New Revision: 1709743 URL: http://svn.apache.org/viewvc?rev=1709743&view=rev Log: Better time stamps for the async examples. Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/async/Async0.java tomcat/trunk/webapps/examples/WEB-INF/classes

svn commit: r1709744 - in /tomcat/site/trunk: ./ docs/ xdocs/

2015-10-21 Thread violetagg
Author: violetagg Date: Wed Oct 21 08:06:34 2015 New Revision: 1709744 URL: http://svn.apache.org/viewvc?rev=1709744&view=rev Log: Updates (excluding docs) for 7.0.65 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/

svn commit: r10877 - /release/tomcat/tomcat-7/v7.0.64/

2015-10-21 Thread violetagg
Author: violetagg Date: Wed Oct 21 08:13:48 2015 New Revision: 10877 Log: Remove 7.0.64 Removed: release/tomcat/tomcat-7/v7.0.64/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r1709756 - in /tomcat/site/trunk/docs/tomcat-7.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2015-10-21 Thread violetagg
Author: violetagg Date: Wed Oct 21 08:45:30 2015 New Revision: 1709756 URL: http://svn.apache.org/viewvc?rev=1709756&view=rev Log: Update docs for Apache Tomcat 7.0.65 release. [This commit notification would consist of 330 parts, which exceeds the limit of 50 ones, so it was shortened to the s

[ANN] Apache Tomcat 7.0.65 released

2015-10-21 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.65. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and improvement

svn commit: r1709787 - in /tomcat/trunk: java/org/apache/catalina/authenticator/jaspic/ java/org/apache/catalina/authenticator/jaspic/provider/ java/org/apache/catalina/authenticator/jaspic/provider/m

2015-10-21 Thread remm
Author: remm Date: Wed Oct 21 10:16:17 2015 New Revision: 1709787 URL: http://svn.apache.org/viewvc?rev=1709787&view=rev Log: Add properties for the JASPIC modules, plus some cleanups (more properties will be needed). Patch from Fjodor Vershinin with some changes. Modified: tomcat/trunk/jav

svn commit: r1709813 - in /tomcat/trunk/java/org/apache/coyote/http2: LocalStrings.properties Stream.java StreamProcessor.java

2015-10-21 Thread markt
Author: markt Date: Wed Oct 21 12:33:04 2015 New Revision: 1709813 URL: http://svn.apache.org/viewvc?rev=1709813&view=rev Log: Fix a couple of issues identified when testing the latest code with the nonblocking/bytecounter example. - NB_READ_INTEREST needs to register a read interest, not return

svn commit: r1709816 - /tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/modules/SpnegoAuthModule.java

2015-10-21 Thread remm
Author: remm Date: Wed Oct 21 12:42:19 2015 New Revision: 1709816 URL: http://svn.apache.org/viewvc?rev=1709816&view=rev Log: Add the SPNEGO module, not reviewed yet. Patch from Fjodor Vershinin with some changes. Added: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/mo

svn commit: r1709818 - in /tomcat/trunk/java/org/apache/catalina/authenticator: BasicAuthenticator.java jaspic/JaspicAuthenticator.java jaspic/LocalStrings.properties jaspic/MessageInfoImpl.java jaspi

2015-10-21 Thread remm
Author: remm Date: Wed Oct 21 12:44:40 2015 New Revision: 1709818 URL: http://svn.apache.org/viewvc?rev=1709818&view=rev Log: Cleanup, use the main Request type like the current authenticators and remove code duplication with the "classic" BASIC authenticator. Modified: tomcat/trunk/java/org

[Bug 58031] Posting data exceeding maxPostSize should result in HTTP 413.

2015-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58031 --- Comment #12 from Christopher L. Simons --- Any objections to applying the attached documentation patch? I think it would save many users from having to search and dig up this post to realize they can use FailedRequestFilter to adjust the b

svn commit: r1709842 - in /tomcat/trunk/java/org/apache/coyote/http2: LocalStrings.properties StreamProcessor.java

2015-10-21 Thread markt
Author: markt Date: Wed Oct 21 14:00:54 2015 New Revision: 1709842 URL: http://svn.apache.org/viewvc?rev=1709842&view=rev Log: Add debug logging option for processing errors (helped track down another failure with the examples) Modified: tomcat/trunk/java/org/apache/coyote/http2/LocalStrings

svn commit: r1709843 - /tomcat/trunk/java/org/apache/coyote/http2/Stream.java

2015-10-21 Thread markt
Author: markt Date: Wed Oct 21 14:01:17 2015 New Revision: 1709843 URL: http://svn.apache.org/viewvc?rev=1709843&view=rev Log: Fix NPE when there is no request body Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java

Re: Plan for 9.0.0.RC1

2015-10-21 Thread Mark Thomas
On 20/10/2015 15:30, Mark Thomas wrote: > I found the root cause of the Gump failure. It was an error in the > refactoring when I switched WebSocket from Servlet 3.1 non-blockin I/O > to goting directly to Tomcat's I/O layer. > > I'll take a look at NIO2/Chrome next. Sorry, I still haven't got t

Re: Plan for 9.0.0.RC1

2015-10-21 Thread Rémy Maucherat
2015-10-21 16:14 GMT+02:00 Mark Thomas : > On 20/10/2015 15:30, Mark Thomas wrote: > > > I found the root cause of the Gump failure. It was an error in the > > refactoring when I switched WebSocket from Servlet 3.1 non-blockin I/O > > to goting directly to Tomcat's I/O layer. > > > > I'll take a l

Re: Plan for 9.0.0.RC1

2015-10-21 Thread Mark Thomas
On 21/10/2015 15:31, Rémy Maucherat wrote: > 2015-10-21 16:14 GMT+02:00 Mark Thomas : > >> On 20/10/2015 15:30, Mark Thomas wrote: >> >>> I found the root cause of the Gump failure. It was an error in the >>> refactoring when I switched WebSocket from Servlet 3.1 non-blockin I/O >>> to goting dire

[Bug 56777] Allow configuration resources to be loaded from places other than straight off the filesystem

2015-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56777 --- Comment #9 from Huxing Zhang --- Hi folks, I will try to do the back-port to tomcat 7.x. -- You are receiving this mail because: You are the assignee for the bug. - To u

svn commit: r1709895 - in /tomcat/trunk: java/org/apache/catalina/filters/RestCsrfPreventionFilter.java webapps/docs/config/filter.xml

2015-10-21 Thread violetagg
Author: violetagg Date: Wed Oct 21 18:32:13 2015 New Revision: 1709895 URL: http://svn.apache.org/viewvc?rev=1709895&view=rev Log: Documentation for RestCsrfPreventionFilter Modified: tomcat/trunk/java/org/apache/catalina/filters/RestCsrfPreventionFilter.java tomcat/trunk/webapps/docs/con

svn commit: r1709907 - in /tomcat/native/trunk: download_deps.sh native/srclib/VERSIONS

2015-10-21 Thread markt
Author: markt Date: Wed Oct 21 20:10:54 2015 New Revision: 1709907 URL: http://svn.apache.org/viewvc?rev=1709907&view=rev Log: Update dependencies Modified: tomcat/native/trunk/download_deps.sh tomcat/native/trunk/native/srclib/VERSIONS Modified: tomcat/native/trunk/download_deps.sh URL:

svn commit: r1709910 - /tomcat/native/trunk/java/org/apache/tomcat/

2015-10-21 Thread markt
Author: markt Date: Wed Oct 21 20:31:40 2015 New Revision: 1709910 URL: http://svn.apache.org/viewvc?rev=1709910&view=rev Log: Update o.a.t.jni external Modified: tomcat/native/trunk/java/org/apache/tomcat/ (props changed) Propchange: tomcat/native/trunk/java/org/apache/tomcat/ ---

svn commit: r1709912 - in /tomcat/native/tags/TOMCAT_NATIVE_1_2_0: ./ download_deps.sh java/org/apache/tomcat/ java/org/apache/tomcat/Apr.java java/org/apache/tomcat/apr.properties native/include/tcn_

2015-10-21 Thread markt
Author: markt Date: Wed Oct 21 20:44:22 2015 New Revision: 1709912 URL: http://svn.apache.org/viewvc?rev=1709912&view=rev Log: Tag 1.2.0 Added: tomcat/native/tags/TOMCAT_NATIVE_1_2_0/ - copied from r1709904, tomcat/native/trunk/ tomcat/native/tags/TOMCAT_NATIVE_1_2_0/download_deps.s

svn commit: r1709913 - /tomcat/native/tags/TOMCAT_NATIVE_1_2_0/

2015-10-21 Thread markt
Author: markt Date: Wed Oct 21 20:45:15 2015 New Revision: 1709913 URL: http://svn.apache.org/viewvc?rev=1709913&view=rev Log: No surprise. First attempt at 1.2.0 tag was no good Removed: tomcat/native/tags/TOMCAT_NATIVE_1_2_0/ ---

svn commit: r1709914 - in /tomcat/native/tags/TOMCAT_NATIVE_1_2_0: ./ native/include/tcn_version.h

2015-10-21 Thread markt
Author: markt Date: Wed Oct 21 20:45:38 2015 New Revision: 1709914 URL: http://svn.apache.org/viewvc?rev=1709914&view=rev Log: Tag 1.2.0 Added: tomcat/native/tags/TOMCAT_NATIVE_1_2_0/ - copied from r1709913, tomcat/native/trunk/ Modified: tomcat/native/tags/TOMCAT_NATIVE_1_2_0/nativ

svn commit: r1709915 - /tomcat/native/tags/TOMCAT_NATIVE_1_2_0/

2015-10-21 Thread markt
Author: markt Date: Wed Oct 21 20:46:37 2015 New Revision: 1709915 URL: http://svn.apache.org/viewvc?rev=1709915&view=rev Log: Second attempt was better but still not right Removed: tomcat/native/tags/TOMCAT_NATIVE_1_2_0/ -

svn commit: r1709916 - /tomcat/native/trunk/native/os/win32/libtcnative.rc

2015-10-21 Thread markt
Author: markt Date: Wed Oct 21 20:47:58 2015 New Revision: 1709916 URL: http://svn.apache.org/viewvc?rev=1709916&view=rev Log: Update Windows version info Modified: tomcat/native/trunk/native/os/win32/libtcnative.rc Modified: tomcat/native/trunk/native/os/win32/libtcnative.rc URL: http://sv

svn commit: r1709917 - in /tomcat/native/tags/TOMCAT_NATIVE_1_2_0: ./ native/include/tcn_version.h

2015-10-21 Thread markt
Author: markt Date: Wed Oct 21 20:48:21 2015 New Revision: 1709917 URL: http://svn.apache.org/viewvc?rev=1709917&view=rev Log: Tag 1.2.0 Added: tomcat/native/tags/TOMCAT_NATIVE_1_2_0/ - copied from r1709916, tomcat/native/trunk/ Modified: tomcat/native/tags/TOMCAT_NATIVE_1_2_0/nativ

Re: svn commit: r1709917 - in /tomcat/native/tags/TOMCAT_NATIVE_1_2_0: ./ native/include/tcn_version.h

2015-10-21 Thread Mark Thomas
On 21/10/2015 21:48, ma...@apache.org wrote: > Author: markt > Date: Wed Oct 21 20:48:21 2015 > New Revision: 1709917 > > URL: http://svn.apache.org/viewvc?rev=1709917&view=rev > Log: > Tag 1.2.0 I think this one was good. I'm going to put together an RC including Windows binaries for people to t

svn commit: r10881 - in /dev/tomcat/tomcat-connectors/native/1.2.0: ./ binaries/ source/

2015-10-21 Thread markt
Author: markt Date: Wed Oct 21 22:03:42 2015 New Revision: 10881 Log: Add the 1.2.0 source packages. Windows binaries to follow. Added: dev/tomcat/tomcat-connectors/native/1.2.0/ dev/tomcat/tomcat-connectors/native/1.2.0/binaries/ dev/tomcat/tomcat-connectors/native/1.2.0/source/

[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2015-10-21 Thread Bill Barker
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-trunk-validate has an issue affecting its community integration. Th

[Bug 56777] Allow configuration resources to be loaded from places other than straight off the filesystem

2015-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56777 --- Comment #10 from Huxing Zhang --- Created attachment 33192 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33192&action=edit back port fix of bug 56777 to tomcat 7.0.x back port fix of bug 56777 to tomcat 7.0.x. Allow trust stores,

[Bug 56777] Allow configuration resources to be loaded from places other than straight off the filesystem

2015-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56777 Huxing Zhang changed: What|Removed |Added Attachment #33192|0 |1 is obsolete|