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

2015-10-14 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-test-nio2 has an issue affecting its community integration. T

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

2015-10-14 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-test-nio has an issue affecting its community integration. Th

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-bio (in module tomcat-8.0.x) failed

2015-10-14 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-tc8.0.x-test-bio has an issue affecting its community integration.

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

2015-10-14 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

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

2015-10-14 Thread Fjodor Versinin
Hi! Actually, I would like to continue to work on this, but not in GSOC scope anymore, because that expirience was too stressful for me. What about current JASPIC implementation, it is almost ready, so I think it would be better to keep already wroten code than rewriting it from a scratch. What

Re: [VOTE] Release Apache Tomcat 7.0.65

2015-10-14 Thread Keith Wannamaker
> > 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/orgapachetomcat-1053/ > The svn tag is: > http://

svn commit: r1708698 - in /tomcat/trunk/java: javax/servlet/http/PushBuilder.java org/apache/catalina/core/ApplicationPushBuilder.java

2015-10-14 Thread markt
Author: markt Date: Wed Oct 14 21:38:29 2015 New Revision: 1708698 URL: http://svn.apache.org/viewvc?rev=1708698&view=rev Log: Servlet 4.0 Add the header reading methods to PushBuilder and implement them Note the headers are currently unused. Modified: tomcat/trunk/java/javax/servlet/http/Pus

svn commit: r1708695 - /tomcat/trunk/conf/logging.properties

2015-10-14 Thread markt
Author: markt Date: Wed Oct 14 21:23:24 2015 New Revision: 1708695 URL: http://svn.apache.org/viewvc?rev=1708695&view=rev Log: Replace the enabled selective HTTP/2 debugging for Gump with commented out generic HTTP/2 debugging so alpha users can easily enable useful logging Modified: tomcat/

svn commit: r1708694 - in /tomcat/trunk/java: javax/servlet/http/PushBuilder.java org/apache/catalina/core/ApplicationPushBuilder.java org/apache/catalina/core/LocalStrings.properties

2015-10-14 Thread markt
Author: markt Date: Wed Oct 14 21:21:26 2015 New Revision: 1708694 URL: http://svn.apache.org/viewvc?rev=1708694&view=rev Log: Servlet 4.0 Add Javadoc to PushBuilder.push() Add the header manipulation methods to the PushBuilder interface Modified: tomcat/trunk/java/javax/servlet/http/PushBuil

svn commit: r1708687 - in /tomcat/trunk/modules/jdbc-pool/src: main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java test/java/org/apache/tomcat/jdbc/test/TestSlowQueryComparator.java

2015-10-14 Thread fschumacher
Author: fschumacher Date: Wed Oct 14 20:28:55 2015 New Revision: 1708687 URL: http://svn.apache.org/viewvc?rev=1708687&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 Comparator should follow the rules. If first object has lastInvocation of zero, we should compare it to the

[Tomcat Wiki] Update of "tools/SSLTest.java" by ChristopherSchultz

2015-10-14 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "tools/SSLTest.java" page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/tools/SSLTest.java?action=diff&rev1=3&rev2=4 Comment: Added auto-detection of protoc

[Tomcat Wiki] Update of "tools/SSLTest.java" by ChristopherSchultz

2015-10-14 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "tools/SSLTest.java" page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/tools/SSLTest.java?action=diff&rev1=2&rev2=3 Comment: Added change to enable all alg

CSRF prevention filter for REST

2015-10-14 Thread Violeta Georgieva
Hi, I would like to provide such a filter as part of the default Tomcat filters [1]. My plan is to extract the common functionality from the current CsrfPreventionFIlter in a base class and then to use this functionality in both CsrfPreventionFilter and the new filter which will be for REST. I wil

[Bug 58497] Unable to have a custom implementation of AbstractHttp11Processor due to package private methods

2015-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58497 Amit Pande changed: What|Removed |Added CC||amit_pa...@symantec.com -- You are recei

svn commit: r1708650 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/Role.java java/org/apache/catalina/Server.java java/org/apache/catalina/Service.java

2015-10-14 Thread fschumacher
Author: fschumacher Date: Wed Oct 14 16:50:54 2015 New Revision: 1708650 URL: http://svn.apache.org/viewvc?rev=1708650&view=rev Log: javadoc: Use real @return tags instead of textual description, only. Add missing @param tags. Merge r1708649 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/

svn commit: r1708649 - in /tomcat/trunk/java/org/apache/catalina: Role.java Server.java Service.java

2015-10-14 Thread fschumacher
Author: fschumacher Date: Wed Oct 14 16:49:29 2015 New Revision: 1708649 URL: http://svn.apache.org/viewvc?rev=1708649&view=rev Log: javadoc: Use real @return tags instead of textual description, only. Add missing @param tags. Modified: tomcat/trunk/java/org/apache/catalina/Role.java tomc

svn commit: r1708646 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/Realm.java java/org/apache/catalina/realm/RealmBase.java

2015-10-14 Thread fschumacher
Author: fschumacher Date: Wed Oct 14 16:25:04 2015 New Revision: 1708646 URL: http://svn.apache.org/viewvc?rev=1708646&view=rev Log: javadoc: Add missing parameter and describe the parameters for the newer RFC 2617, which is used for digest authentication and replaces RFC 2069. Merge r1708505 and

svn commit: r1708645 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/Loader.java java/org/apache/catalina/Pipeline.java java/org/apache/catalina/Realm.java

2015-10-14 Thread fschumacher
Author: fschumacher Date: Wed Oct 14 16:22:00 2015 New Revision: 1708645 URL: http://svn.apache.org/viewvc?rev=1708645&view=rev Log: javadoc: Use real @return tags instead of textual description, only. Merge r1708504 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) to

svn commit: r1708643 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/jni/Socket.java

2015-10-14 Thread fschumacher
Author: fschumacher Date: Wed Oct 14 16:15:24 2015 New Revision: 1708643 URL: http://svn.apache.org/viewvc?rev=1708643&view=rev Log: javadocs: Use html entities for less than, greater than and greater or equal. Merge r1708501 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props change

svn commit: r1708641 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/tribes/membership/Membership.java

2015-10-14 Thread fschumacher
Author: fschumacher Date: Wed Oct 14 16:13:56 2015 New Revision: 1708641 URL: http://svn.apache.org/viewvc?rev=1708641&view=rev Log: javadoc: Correct closing of code tag. Merge r1708500 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/ap

buildbot success in ASF Buildbot on tomcat-trunk

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

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

2015-10-14 Thread gradstud
Is there any way you can use another email then this one to have your conversations? Thank you! -Original Message- From: Arjan Tijms [mailto:arjan.ti...@gmail.com] Sent: Wednesday, October 14, 2015 6:01 AM To: dev@tomcat.apache.org Subject: Re: Consider support for the Servlet profile of

buildbot failure in ASF Buildbot on tomcat-trunk

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

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

2015-10-14 Thread markt
Author: markt Date: Wed Oct 14 14:37:34 2015 New Revision: 1708607 URL: http://svn.apache.org/viewvc?rev=1708607&view=rev Log: Complete some i18n TODOs Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.prope

Re: [VOTE] Release Apache Tomcat 7.0.65

2015-10-14 Thread Violeta Georgieva
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/

svn commit: r1708605 - in /tomcat/trunk: java/javax/servlet/http/ java/org/apache/catalina/core/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyo

2015-10-14 Thread markt
Author: markt Date: Wed Oct 14 14:29:31 2015 New Revision: 1708605 URL: http://svn.apache.org/viewvc?rev=1708605&view=rev Log: Implement a very basic (you can only specify the path at the moment) server push mechanism. Add an example to the examples web app that shows how to use it. Added: t

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

2015-10-14 Thread Mark Thomas
On 14/10/2015 13:00, Arjan Tijms wrote: > Hi there, > > Haven't seen updates for some time here. Wonder what the current > status is and what exactly happened in the last months. Last commits > in the Tomcat repo are from 3 months ago. The GSoC student took the money and ran at the mid-term evalu

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

2015-10-14 Thread Arjan Tijms
Hi there, Haven't seen updates for some time here. Wonder what the current status is and what exactly happened in the last months. Last commits in the Tomcat repo are from 3 months ago. Kind regards, Arjan Tijms On Thu, Jun 11, 2015 at 10:39 AM, markt [via Tomcat] wrote: > On 10/06/2015 16:43

buildbot success in ASF Buildbot on tomcat-trunk

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

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2015-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 --- Comment #1 from Remy Tiitre --- SlowQueryReport.java line 478 is the reason for this crash. compare(x,x) should not return 1. if (stats1.lastInvocation == 0 && stats2.lastInvocation != 0) return 1; -- You are receiving this mail because:

svn commit: r1708580 - in /tomcat/trunk/java/org/apache/coyote/http2: Http2UpgradeHandler.java Stream.java StreamStateMachine.java

2015-10-14 Thread markt
Author: markt Date: Wed Oct 14 10:42:44 2015 New Revision: 1708580 URL: http://svn.apache.org/viewvc?rev=1708580&view=rev Log: Partially revert previous error handling changes. Generally, the reset always needs to be sent (even if the state doesn't change). Modified: tomcat/trunk/java/org/ap

svn commit: r1708575 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2015-10-14 Thread markt
Author: markt Date: Wed Oct 14 10:12:41 2015 New Revision: 1708575 URL: http://svn.apache.org/viewvc?rev=1708575&view=rev Log: Modify behaviour for resetting streams. Always send a reset for a stream level error on a stream that is unknown to the server since the client must have send the stream

svn commit: r1708572 - in /tomcat/trunk/java/org/apache/coyote/http2: Http2UpgradeHandler.java Stream.java StreamProcessor.java

2015-10-14 Thread markt
Author: markt Date: Wed Oct 14 09:53:32 2015 New Revision: 1708572 URL: http://svn.apache.org/viewvc?rev=1708572&view=rev Log: I/O errors during application initiated read/writes need to be handled at the point they occur since the application may swallow them. I/O exceptions reported by the appl

[Bug 58497] New: Unable to have a custom implementation of AbstractHttp11Processor due to package private methods

2015-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58497 Bug ID: 58497 Summary: Unable to have a custom implementation of AbstractHttp11Processor due to package private methods Product: Tomcat 7 Version: 7.0.54 Hardware: All

svn commit: r1708570 - /tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java

2015-10-14 Thread markt
Author: markt Date: Wed Oct 14 09:34:28 2015 New Revision: 1708570 URL: http://svn.apache.org/viewvc?rev=1708570&view=rev Log: Fix IDE nag Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java URL: http://sv

Re: svn commit: r1708505 - in /tomcat/trunk/java/org/apache/catalina: Realm.java realm/RealmBase.java

2015-10-14 Thread Mark Thomas
On 13/10/2015 21:22, Felix Schumacher wrote: > Am 13.10.2015 um 22:17 schrieb fschumac...@apache.org: >> Author: fschumacher >> Date: Tue Oct 13 20:17:50 2015 >> New Revision: 1708505 >> >> URL: http://svn.apache.org/viewvc?rev=1708505&view=rev >> Log: >> javadoc: Add missing parameter and describe

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

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

1

2015-10-14 Thread 494433674
494433674