svn commit: r1709541 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java AbstractProcessorLight.java http11/upgrade/UpgradeProcessorBase.java

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 08:59:26 2015 New Revision: 1709541 URL: http://svn.apache.org/viewvc?rev=1709541=rev Log: Insert a new abstract class into the Processor hierarchy. Added: tomcat/trunk/java/org/apache/coyote/AbstractProcessorLight.java (with props) Modified:

svn commit: r1709551 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java ajp/AjpProcessor.java http11/Http11Processor.java

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 09:02:42 2015 New Revision: 1709551 URL: http://svn.apache.org/viewvc?rev=1709551=rev Log: Refactoring Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java

svn commit: r1709546 - in /tomcat/trunk/java/org/apache/coyote: ./ http11/upgrade/ http2/

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 09:01:20 2015 New Revision: 1709546 URL: http://svn.apache.org/viewvc?rev=1709546=rev Log: Pull up comment processing code Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java tomcat/trunk/java/org/apache/coyote/AbstractProcessorLight.java

svn commit: r1709545 - in /tomcat/trunk/java/org/apache/coyote: ./ ajp/ http11/ http11/upgrade/ http2/

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 09:00:45 2015 New Revision: 1709545 URL: http://svn.apache.org/viewvc?rev=1709545=rev Log: Rename process() -> service() Create a new process() method to hold code pulled up from StreamProcessor and AbstractConnectionHandler Modified:

svn commit: r1709548 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java Processor.java ajp/AjpProcessor.java http11/AbstractHttp11Protocol.java http11/upgrade/UpgradeProcessorBase.java

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 09:01:52 2015 New Revision: 1709548 URL: http://svn.apache.org/viewvc?rev=1709548=rev Log: clientCertProvider is only used by AJP Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java tomcat/trunk/java/org/apache/coyote/Processor.java

Tomcat Wiki, please add me to the ContributorsGroup

2015-10-20 Thread Hartmut Becker
Hi, I want to add some notes to the HowTo pages: how to run Tomcat on OpenVMS. The change to the main HowTo page is small, just a reference to a new page - similar to what is done for other OS specific notes: OS X, Solaris, ... Then I want to upload a new page which describes installing and

[Bug 58508] New: role_name in tomcat-users.xml : invalid character

2015-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58508 Bug ID: 58508 Summary: role_name in tomcat-users.xml : invalid character Product: Tomcat 7 Version: unspecified Hardware: PC Status: NEW Severity: major

[Bug 58508] role_name in tomcat-users.xml : invalid character

2015-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58508 Fred 33 changed: What|Removed |Added OS||All

svn commit: r1709549 - in /tomcat/trunk/java/org/apache/coyote: ./ http11/upgrade/

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 09:02:11 2015 New Revision: 1709549 URL: http://svn.apache.org/viewvc?rev=1709549=rev Log: Push down some more Processor methods Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java

svn commit: r1709543 - in /tomcat/trunk/java/org/apache: coyote/ coyote/ajp/ coyote/http11/ coyote/http11/upgrade/ coyote/http2/ tomcat/util/net/

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 09:00:08 2015 New Revision: 1709543 URL: http://svn.apache.org/viewvc?rev=1709543=rev Log: Move the additional dispatches required from the SocketWrapper to the Processor Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessorLight.java

svn commit: r1709544 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractEndpoint.java SocketWrapperBase.java

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 09:00:24 2015 New Revision: 1709544 URL: http://svn.apache.org/viewvc?rev=1709544=rev Log: Pull-up code. No need for this to go all the way to the Endpoint. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

svn commit: r1709547 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessorLight.java Processor.java

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 09:01:34 2015 New Revision: 1709547 URL: http://svn.apache.org/viewvc?rev=1709547=rev Log: Push methods down where they are not required in the Processor interface Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessorLight.java

svn commit: r1709550 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java AsyncStateMachine.java Constants.java Request.java Response.java http11/Constants.java

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 09:02:28 2015 New Revision: 1709550 URL: http://svn.apache.org/viewvc?rev=1709550=rev Log: Clean-up Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java tomcat/trunk/java/org/apache/coyote/AsyncStateMachine.java

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

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

Re: Tomcat Wiki, please add me to the ContributorsGroup

2015-10-20 Thread Konstantin Kolinko
2015-10-20 12:16 GMT+03:00 Hartmut Becker : > Hi, > > I want to add some notes to the HowTo pages: how to run Tomcat on > OpenVMS. The change to the main HowTo page is small, just a reference to > a new page - similar to what is done for other OS specific notes: OS X, >

[Tomcat Wiki] Update of "ContributorsGroup" by KonstantinKolinko

2015-10-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ContributorsGroup" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/ContributorsGroup?action=diff=27=28 Comment: Add HartmutBecker, as asked on dev@ list

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1709595 - /tomcat/trunk/test/org/apache/catalina/authenticator/TestJaspicBasicAuthenticator.java

2015-10-20 Thread remm
Author: remm Date: Tue Oct 20 14:02:01 2015 New Revision: 1709595 URL: http://svn.apache.org/viewvc?rev=1709595=rev Log: Fix oops. Modified: tomcat/trunk/test/org/apache/catalina/authenticator/TestJaspicBasicAuthenticator.java Modified:

svn commit: r1709577 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractEndpoint.java NioChannel.java SocketWrapperBase.java

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 12:10:29 2015 New Revision: 1709577 URL: http://svn.apache.org/viewvc?rev=1709577=rev Log: Simplify Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java tomcat/trunk/java/org/apache/tomcat/util/net/NioChannel.java

[Tomcat Wiki] Update of "HowTo" by HartmutBecker

2015-10-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "HowTo" page has been changed by HartmutBecker: https://wiki.apache.org/tomcat/HowTo?action=diff=142=143 == How do I set up and run Tomcat on Solaris 10? == See

Re: Plan for 9.0.0.RC1

2015-10-20 Thread Mark Thomas
On 19/10/2015 12:10, Mark Thomas wrote: > 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. >> >>

Re: Tomcat Wiki, please add me to the ContributorsGroup

2015-10-20 Thread Hartmut Becker
On 10/20/2015 01:02 PM, Konstantin Kolinko wrote: > Added user to the group. > > The Other Operating Systems page already mentions OpenVMS > https://wiki.apache.org/tomcat/FAQ/Other_Operating_Systems Thanks for adding me to the group. The FAQ/Other_Operating_Systems mentions a "bug report" and

svn commit: r1709579 - in /tomcat/trunk/java/org/apache/coyote: ajp/AjpProcessor.java http11/Http11Processor.java http2/StreamProcessor.java

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 12:11:46 2015 New Revision: 1709579 URL: http://svn.apache.org/viewvc?rev=1709579=rev Log: Implement async timeout for HTTP/2 Align ASYNC_SETTIMOUT implementations across processors Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java

svn commit: r1709578 - in /tomcat/trunk/java/org/apache: coyote/ coyote/ajp/ coyote/http11/ coyote/http11/upgrade/ tomcat/util/net/

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 12:11:18 2015 New Revision: 1709578 URL: http://svn.apache.org/viewvc?rev=1709578=rev Log: Refactor async timeouts Move async timeout thread to Protocol Move tracking of timeout setting to Processor Move tracking of last asycn start to AsyncStateMachine Modified:

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

2015-10-20 Thread Bill Barker
/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151020-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-20151020/lib -Dtest.relaxTiming=true

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

2015-10-20 Thread Mark Thomas
On 20/10/2015 07:47, Bill Barker wrote: > 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

svn commit: r1709604 - /tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 14:17:55 2015 New Revision: 1709604 URL: http://svn.apache.org/viewvc?rev=1709604=rev Log: Remove unnecessary code Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java URL:

Re: Plan for 9.0.0.RC1

2015-10-20 Thread Mark Thomas
On 20/10/2015 14:31, Mark Thomas wrote: > On 20/10/2015 14:11, Rémy Maucherat wrote: >> 2015-10-20 14:14 GMT+02:00 Mark Thomas : >> The other thing I want to look at before RC1 is the current Gump/BuildBot failures. >>> >>> I'm going to start looking at these now. I

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

2015-10-20 Thread remm
Author: remm Date: Tue Oct 20 14:33:11 2015 New Revision: 1709613 URL: http://svn.apache.org/viewvc?rev=1709613=rev Log: Avoid null realm "name". Based on a patch by Fjodor Vershinin. Modified: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/modules/TomcatAuthModule.java

buildbot failure in ASF Buildbot on tomcat-trunk

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

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1709605 - in /tomcat/trunk/java/org/apache/tomcat/websocket/server: WsFrameServer.java WsHttpUpgradeHandler.java

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 14:18:13 2015 New Revision: 1709605 URL: http://svn.apache.org/viewvc?rev=1709605=rev Log: Fix issue in connector refactoring identified by Gump. Ensure UpgradeProcessors are unmapped from sockets once the connection is closed. Modified:

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

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 14:28:24 2015 New Revision: 1709608 URL: http://svn.apache.org/viewvc?rev=1709608=rev Log: Align input buffer size with the initial window size we tell the client to use Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java Modified:

svn commit: r1709663 - 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-20 Thread fschumacher
Author: fschumacher Date: Tue Oct 20 18:53:49 2015 New Revision: 1709663 URL: http://svn.apache.org/viewvc?rev=1709663=rev Log: Another followup to r1708687. QueryStats which have never been updated, should be sorted as newest ones. Thanks for kfujino for pointing it out. Modified:

Re: 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.

2015-10-20 Thread Felix Schumacher
Am 19.10.2015 um 06:26 schrieb Keiichi Fujino: 2015-10-15 5:28 GMT+09:00 : Author: fschumacher Date: Wed Oct 14 20:28:55 2015 New Revision: 1708687 URL: http://svn.apache.org/viewvc?rev=1708687=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58489

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

2015-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56777 Andy Wilkinson changed: What|Removed |Added Target Milestone||---

svn commit: r1709670 - in /tomcat/tc8.0.x/trunk: ./ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/

2015-10-20 Thread fschumacher
Author: fschumacher Date: Tue Oct 20 19:55:54 2015 New Revision: 1709670 URL: http://svn.apache.org/viewvc?rev=1709670=rev Log: Another followup to r1708687. QueryStats which have never been updated, should be sorted as newest ones. Thanks for kfujino for pointing it out. Merge r1709663 from

svn commit: r1709675 - in /tomcat/tc7.0.x/trunk: ./ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/

2015-10-20 Thread fschumacher
Author: fschumacher Date: Tue Oct 20 20:22:39 2015 New Revision: 1709675 URL: http://svn.apache.org/viewvc?rev=1709675=rev Log: Another followup to r1708687. QueryStats which have never been updated, should be sorted as newest ones. Thanks for kfujino for pointing it out. Merge r1709670 from

svn commit: r1709689 - in /tomcat/trunk/java/org/apache/coyote: UpgradeProtocol.java http11/Http11Processor.java http2/Http2Protocol.java

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 22:01:53 2015 New Revision: 1709689 URL: http://svn.apache.org/viewvc?rev=1709689=rev Log: Fix method name typo Modified: tomcat/trunk/java/org/apache/coyote/UpgradeProtocol.java tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

svn commit: r1709692 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessorLight.java Processor.java http11/upgrade/UpgradeProcessorBase.java http11/upgrade/UpgradeProcessorInternal.java

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 22:14:27 2015 New Revision: 1709692 URL: http://svn.apache.org/viewvc?rev=1709692=rev Log: Checkstyle Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessorLight.java tomcat/trunk/java/org/apache/coyote/Processor.java

svn commit: r1709694 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationPushBuilder.java

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 22:26:17 2015 New Revision: 1709694 URL: http://svn.apache.org/viewvc?rev=1709694=rev Log: Fix PushBuilder bugs Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationPushBuilder.java Modified:

buildbot success in ASF Buildbot on tomcat-trunk

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

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

2015-10-20 Thread markt
Author: markt Date: Tue Oct 20 22:03:23 2015 New Revision: 1709690 URL: http://svn.apache.org/viewvc?rev=1709690=rev Log: Need local settings for the window size the client is expected to use to communicate with Tomcat, not the remote settings. Add some comments to (hopefully) reduce future

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

2015-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56777 Andy Wilkinson changed: What|Removed |Added Resolution|FIXED |---

svn commit: r1709717 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java

2015-10-20 Thread kfujino
Author: kfujino Date: Wed Oct 21 05:32:24 2015 New Revision: 1709717 URL: http://svn.apache.org/viewvc?rev=1709717=rev Log: When handling shutdown payload, verification completion message is not required. Modified:

svn commit: r1709721 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java webapps/docs/changelog.xml

2015-10-20 Thread kfujino
Author: kfujino Date: Wed Oct 21 05:51:46 2015 New Revision: 1709721 URL: http://svn.apache.org/viewvc?rev=1709721=rev Log: Distinguish the handling of the shutdown payload and member verification clearly. When handling shutdown payload, verification completion message is not required.

svn commit: r1709719 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java

2015-10-20 Thread kfujino
Author: kfujino Date: Wed Oct 21 05:44:49 2015 New Revision: 1709719 URL: http://svn.apache.org/viewvc?rev=1709719=rev Log: Code simplify. Separates handling of shutdown payload from member verification. Modified:

svn commit: r1709722 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java webapps/docs/changelog.xml

2015-10-20 Thread kfujino
Author: kfujino Date: Wed Oct 21 05:53:02 2015 New Revision: 1709722 URL: http://svn.apache.org/viewvc?rev=1709722=rev Log: Distinguish the handling of the shutdown payload and member verification clearly. When handling shutdown payload, verification completion message is not required.

svn commit: r1709590 - /tomcat/trunk/test/org/apache/catalina/authenticator/TestJaspicBasicAuthenticator.java

2015-10-20 Thread remm
Author: remm Date: Tue Oct 20 13:46:49 2015 New Revision: 1709590 URL: http://svn.apache.org/viewvc?rev=1709590=rev Log: Fix imports and remove useless test class. Based on a patch by Fjodor Vershinin. Modified:

[Tomcat Wiki] Update of "TomcatOnOpenVMS" by HartmutBecker

2015-10-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatOnOpenVMS" page has been changed by HartmutBecker: https://wiki.apache.org/tomcat/TomcatOnOpenVMS New page: == Running Tomcat on OpenVMS == HP offers an Apache based web

Re: Plan for 9.0.0.RC1

2015-10-20 Thread Rémy Maucherat
2015-10-20 14:14 GMT+02:00 Mark Thomas : > > The other thing I want to look at before RC1 is the current > > Gump/BuildBot failures. > > I'm going to start looking at these now. I also won't be surprised if > the refactoring triggers a couple of additional failures. The

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

2015-10-20 Thread Rémy Maucherat
2015-10-20 8:18 GMT+02:00 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 >

Re: Plan for 9.0.0.RC1

2015-10-20 Thread Mark Thomas
On 20/10/2015 14:11, Rémy Maucherat wrote: > 2015-10-20 14:14 GMT+02:00 Mark Thomas : > >>> The other thing I want to look at before RC1 is the current >>> Gump/BuildBot failures. >> >> I'm going to start looking at these now. I also won't be surprised if >> the refactoring

[Tomcat Wiki] Update of "FAQ/Other_Operating_Systems" by HartmutBecker

2015-10-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Other_Operating_Systems" page has been changed by HartmutBecker: https://wiki.apache.org/tomcat/FAQ/Other_Operating_Systems?action=diff=5=6 == Preface == - This section of