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

2015-10-19 Thread Fjodor Vershinin
Hi, I had reviewed patches left from summer. There are patches for supporting property configurator, SPNEGO module and some refactorings. You can have a look here: https://github.com/fjodorver/tomcat/tree/feature/spnego The next thing I would like to polish JASPIC implementation in order to get it

buildbot success in ASF Buildbot on tomcat-trunk

2015-10-19 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/469 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

svn commit: r1709470 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java

2015-10-19 Thread markt
Author: markt Date: Mon Oct 19 19:39:12 2015 New Revision: 1709470 URL: http://svn.apache.org/viewvc?rev=1709470&view=rev Log: Adjust the margins again Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2S

[Bug 58505] getParameter but null

2015-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58505 --- Comment #5 from Konstantin Kolinko --- > maxPostSize="0" /> The above setting is invalid. Its interpretation was changed in 7.0.63 (see the changelog). -- You are receiving this mail because: You are the assignee for the bug. --

buildbot failure in ASF Buildbot on tomcat-trunk

2015-10-19 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/468 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedul

svn commit: r1709432 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java

2015-10-19 Thread markt
Author: markt Date: Mon Oct 19 15:44:17 2015 New Revision: 1709432 URL: http://svn.apache.org/viewvc?rev=1709432&view=rev Log: Expand the margin of error for Gump Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java Modified: tomcat/trunk/test/org/apache/coyote/http2

[Bug 58505] getParameter but null

2015-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58505 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

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

2015-10-19 Thread Mark Thomas
On 19/10/2015 15:57, Rémy Maucherat wrote: > 2015-10-19 16:40 GMT+02:00 : > >> Author: markt >> Date: Mon Oct 19 14:40:35 2015 >> New Revision: 1709423 >> >> URL: http://svn.apache.org/viewvc?rev=1709423&view=rev >> Log: >> Revert r1701016 since it triggered unit test failures with reads not >> ti

[Bug 58505] getParameter but null

2015-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58505 --- Comment #3 from ArLi Weng --- but work fine on archlinux x86_64(my work pc: Linux anix-pc 4.2.3-1-ARCH #1 SMP PREEMPT Sat Oct 3 18:52:50 CEST 2015 x86_64 GNU/Linux) may be jdk problem? all same but i686 vs x86_64 [root@srv1-lb http]# pac

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

2015-10-19 Thread Rémy Maucherat
2015-10-19 16:40 GMT+02:00 : > Author: markt > Date: Mon Oct 19 14:40:35 2015 > New Revision: 1709423 > > URL: http://svn.apache.org/viewvc?rev=1709423&view=rev > Log: > Revert r1701016 since it triggered unit test failures with reads not > timing out on Gump that were repeatable on at least OSX.

[Bug 58505] getParameter but null

2015-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58505 --- Comment #2 from ArLi Weng --- (In reply to ArLi Weng from comment #1) > this's p.java: > > package j2eetest; > > import java.io.IOException; > import java.io.PrintWriter; > import javax.servlet.ServletException; > import javax.servlet.ann

[Bug 58505] getParameter but null

2015-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58505 --- Comment #1 from ArLi Weng --- this's p.java: package j2eetest; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServle

[Bug 58505] New: getParameter but null

2015-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58505 Bug ID: 58505 Summary: getParameter but null Product: Tomcat 7 Version: 7.0.63 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P

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

2015-10-19 Thread markt
Author: markt Date: Mon Oct 19 14:41:59 2015 New Revision: 1709424 URL: http://svn.apache.org/viewvc?rev=1709424&view=rev Log: Avoid multiple calls to writeInternal() Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/ne

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

2015-10-19 Thread markt
Author: markt Date: Mon Oct 19 14:40:35 2015 New Revision: 1709423 URL: http://svn.apache.org/viewvc?rev=1709423&view=rev Log: Revert r1701016 since it triggered unit test failures with reads not timing out on Gump that were repeatable on at least OSX. Modified: tomcat/trunk/java/org/apache/

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

2015-10-19 Thread remm
Author: remm Date: Mon Oct 19 14:33:23 2015 New Revision: 1709422 URL: http://svn.apache.org/viewvc?rev=1709422&view=rev Log: Fix logic error. Modified: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/modules/BasicAuthModule.java Modified: tomcat/trunk/java/org/apache/c

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

2015-10-19 Thread Mark Thomas
On 19/10/2015 13:55, Mark Thomas wrote: > On 19/10/2015 13:43, Konstantin Kolinko wrote: >> 2015-10-19 14:16 GMT+03:00 Mark Thomas : >>> On 17/10/2015 15:54, Konstantin Kolinko wrote: 2015-10-17 10:48 GMT+03:00 Bill Barker : > To whom it may engage... > > This is an automated reque

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

2015-10-19 Thread Konstantin Kolinko
2015-10-19 16:06 GMT+03:00 Violeta Georgieva : > Hi, > > 2015-10-19 15:55 GMT+03:00 Mark Thomas : >> >> >> OK. I think that is a problem with the test. I probably have some more >> work to do on that one. >> >> >> > In TEST-org.apache.tomcat.websocket.TestWebSocketFrameClientSSL.NIO2: >> >> That is

svn commit: r10866 - /dev/tomcat/tomcat-7/v7.0.65/ /release/tomcat/tomcat-7/v7.0.65/

2015-10-19 Thread violetagg
Author: violetagg Date: Mon Oct 19 13:44:12 2015 New Revision: 10866 Log: Release Tomcat 7.0.65 Added: release/tomcat/tomcat-7/v7.0.65/ - copied from r10865, dev/tomcat/tomcat-7/v7.0.65/ Removed: dev/tomcat/tomcat-7/v7.0.65/

Re: [VOTE] Release Apache Tomcat 7.0.65

2015-10-19 Thread Konstantin Kolinko
2015-10-09 14:04 GMT+03:00 Violeta Georgieva : > The proposed Apache Tomcat 7.0.65 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.65/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/or

Re: [RESULT][VOTE] Release Apache Tomcat 7.0.65

2015-10-19 Thread Violeta Georgieva
Hi, 2015-10-09 14:04 GMT+03:00 Violeta Georgieva : > > The proposed Apache Tomcat 7.0.65 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.65/ > The Maven staging repo is: > https://repository.apache.org/content/reposito

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

2015-10-19 Thread Violeta Georgieva
Hi, 2015-10-19 15:55 GMT+03:00 Mark Thomas : > > On 19/10/2015 13:43, Konstantin Kolinko wrote: > > 2015-10-19 14:16 GMT+03:00 Mark Thomas : > >> On 17/10/2015 15:54, Konstantin Kolinko wrote: > >>> 2015-10-17 10:48 GMT+03:00 Bill Barker : > To whom it may engage... > > This is an a

Re: Plan for 9.0.0.RC1

2015-10-19 Thread Mark Thomas
On 19/10/2015 13:40, jean-frederic clere wrote: > On 10/19/2015 02:24 PM, Mark Thomas wrote: >> On 19/10/2015 12:27, Rémy Maucherat wrote: >>> 2015-10-16 12:26 GMT+02:00 Mark Thomas : >>> I think now is the time to give users a chance to use 9.0.x so we can start gathering feedback on wha

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

2015-10-19 Thread Mark Thomas
On 19/10/2015 13:43, Konstantin Kolinko wrote: > 2015-10-19 14:16 GMT+03:00 Mark Thomas : >> On 17/10/2015 15:54, Konstantin Kolinko wrote: >>> 2015-10-17 10:48 GMT+03:00 Bill Barker : To whom it may engage... This is an automated request, but not an unsolicited one. For more in

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

2015-10-19 Thread Konstantin Kolinko
2015-10-19 14:16 GMT+03:00 Mark Thomas : > On 17/10/2015 15:54, Konstantin Kolinko wrote: >> 2015-10-17 10:48 GMT+03:00 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.ht

Re: Plan for 9.0.0.RC1

2015-10-19 Thread jean-frederic clere
On 10/19/2015 02:24 PM, Mark Thomas wrote: On 19/10/2015 12:27, Rémy Maucherat wrote: 2015-10-16 12:26 GMT+02:00 Mark Thomas : I think now is the time to give users a chance to use 9.0.x so we can start gathering feedback on what works and what doesn't. I'm still having problems with HTTP/2

Re: Plan for 9.0.0.RC1

2015-10-19 Thread Rémy Maucherat
2015-10-19 14:24 GMT+02:00 Mark Thomas : > On 19/10/2015 12:27, Rémy Maucherat wrote: > > 2015-10-16 12:26 GMT+02:00 Mark Thomas : > > > >> I think now is the time to give users a chance to use 9.0.x so we can > >> start gathering feedback on what works and what doesn't. > >> > > I'm still having

Re: Plan for 9.0.0.RC1

2015-10-19 Thread Mark Thomas
On 19/10/2015 12:27, Rémy Maucherat wrote: > 2015-10-16 12:26 GMT+02:00 Mark Thomas : > >> I think now is the time to give users a chance to use 9.0.x so we can >> start gathering feedback on what works and what doesn't. >> > I'm still having problems with HTTP/2 and NIOx, mostly NIO2. Still no id

Re: Plan for 9.0.0.RC1

2015-10-19 Thread Rémy Maucherat
2015-10-16 12:26 GMT+02:00 Mark Thomas : > I think now is the time to give users a chance to use 9.0.x so we can > start gathering feedback on what works and what doesn't. > > I'm still having problems with HTTP/2 and NIOx, mostly NIO2. Still no idea why, I simply don't see anything wrong done by

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

2015-10-19 Thread Mark Thomas
On 17/10/2015 15:54, Konstantin Kolinko wrote: > 2015-10-17 10:48 GMT+03:00 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.a

Re: Plan for 9.0.0.RC1

2015-10-19 Thread Mark Thomas
On 16/10/2015 11:26, Mark Thomas wrote: > Hi, > > As you may have noticed I have been busy with the Servlet 4.0 updates in > the last week or so, taking advantage of all the previous work on > connector refactoring and the HTTP/2 implementation. > > 9.0.x is now aligned with Servlet 4.0.b01 plus

svn commit: r1709375 - /tomcat/trunk/test/org/apache/catalina/filters/TestRestCsrfPreventionFilter2.java

2015-10-19 Thread violetagg
Author: violetagg Date: Mon Oct 19 08:25:00 2015 New Revision: 1709375 URL: http://svn.apache.org/viewvc?rev=1709375&view=rev Log: More tests for CSRF Rest protection. Added: tomcat/trunk/test/org/apache/catalina/filters/TestRestCsrfPreventionFilter2.java (with props) Added: tomcat/trun

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

2015-10-19 Thread Bill Barker
.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151019-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-20151019/lib -Dt

[Bug 58504] New: Maintenance process skipped occasionally

2015-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58504 Bug ID: 58504 Summary: Maintenance process skipped occasionally Product: Tomcat Connectors Version: 1.2.41 Hardware: PC OS: Linux Status: NEW Severity: