.gz=/srv/gump/public/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
-Dt
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 tomcat-trunk-test-ap
Author: markt
Date: Tue Oct 20 08:59:26 2015
New Revision: 1709541
URL: http://svn.apache.org/viewvc?rev=1709541&view=rev
Log:
Insert a new abstract class into the Processor hierarchy.
Added:
tomcat/trunk/java/org/apache/coyote/AbstractProcessorLight.java (with
props)
Modified:
tomcat/
Author: markt
Date: Tue Oct 20 09:00:08 2015
New Revision: 1709543
URL: http://svn.apache.org/viewvc?rev=1709543&view=rev
Log:
Move the additional dispatches required from the SocketWrapper to the
Processor
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProcessorLight.java
tomcat/t
Author: markt
Date: Tue Oct 20 09:00:24 2015
New Revision: 1709544
URL: http://svn.apache.org/viewvc?rev=1709544&view=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
tomcat/trunk/java/o
Author: markt
Date: Tue Oct 20 09:02:11 2015
New Revision: 1709549
URL: http://svn.apache.org/viewvc?rev=1709549&view=rev
Log:
Push down some more Processor methods
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java
tomcat/trunk/java/org/apache/coyote/AbstractProcessorLi
Author: markt
Date: Tue Oct 20 09:01:34 2015
New Revision: 1709547
URL: http://svn.apache.org/viewvc?rev=1709547&view=rev
Log:
Push methods down where they are not required in the Processor interface
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProcessorLight.java
tomcat/trunk/ja
Author: markt
Date: Tue Oct 20 09:02:28 2015
New Revision: 1709550
URL: http://svn.apache.org/viewvc?rev=1709550&view=rev
Log:
Clean-up
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java
tomcat/trunk/java/org/apache/coyote/AsyncStateMachine.java
tomcat/trunk/java/org
Author: markt
Date: Tue Oct 20 09:02:42 2015
New Revision: 1709551
URL: http://svn.apache.org/viewvc?rev=1709551&view=rev
Log:
Refactoring
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java
tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java
tomcat/trunk/java/o
Author: markt
Date: Tue Oct 20 09:01:20 2015
New Revision: 1709546
URL: http://svn.apache.org/viewvc?rev=1709546&view=rev
Log:
Pull up comment processing code
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java
tomcat/trunk/java/org/apache/coyote/AbstractProcessorLight.ja
Author: markt
Date: Tue Oct 20 09:00:45 2015
New Revision: 1709545
URL: http://svn.apache.org/viewvc?rev=1709545&view=rev
Log:
Rename process() -> service()
Create a new process() method to hold code pulled up from
StreamProcessor and AbstractConnectionHandler
Modified:
tomcat/trunk/java/org/
Author: markt
Date: Tue Oct 20 09:01:52 2015
New Revision: 1709548
URL: http://svn.apache.org/viewvc?rev=1709548&view=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
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 runni
https://bz.apache.org/bugzilla/show_bug.cgi?id=58508
Fred 33 changed:
What|Removed |Added
OS||All
CC|
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
Prior
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&rev1=27&rev2=28
Comment:
Add HartmutBecker, as asked on
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,
> Solaris, ...
>
> Then I want
Author: markt
Date: Tue Oct 20 12:10:29 2015
New Revision: 1709577
URL: http://svn.apache.org/viewvc?rev=1709577&view=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/trun
Author: markt
Date: Tue Oct 20 12:11:46 2015
New Revision: 1709579
URL: http://svn.apache.org/viewvc?rev=1709579&view=rev
Log:
Implement async timeout for HTTP/2
Align ASYNC_SETTIMOUT implementations across processors
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java
tom
Author: markt
Date: Tue Oct 20 12:11:18 2015
New Revision: 1709578
URL: http://svn.apache.org/viewvc?rev=1709578&view=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
Modifie
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.
>>
>>
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 f
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&rev1=142&rev2=143
== How do I set up and run Tomcat on Solaris 10? ==
See Tom
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 ser
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 tc-native
> 1.2.0 release i
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
> The next thing I would
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 triggers a couple of ad
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&rev1=5&rev2=6
== Preface ==
- This sec
Author: remm
Date: Tue Oct 20 13:46:49 2015
New Revision: 1709590
URL: http://svn.apache.org/viewvc?rev=1709590&view=rev
Log:
Fix imports and remove useless test class. Based on a patch by Fjodor Vershinin.
Modified:
tomcat/trunk/test/org/apache/catalina/authenticator/TestJaspicBasicAuthenti
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 AnyBranchSchedul
Author: remm
Date: Tue Oct 20 14:02:01 2015
New Revision: 1709595
URL: http://svn.apache.org/viewvc?rev=1709595&view=rev
Log:
Fix oops.
Modified:
tomcat/trunk/test/org/apache/catalina/authenticator/TestJaspicBasicAuthenticator.java
Modified:
tomcat/trunk/test/org/apache/catalina/authentica
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 AnyBranchSche
Author: markt
Date: Tue Oct 20 14:17:55 2015
New Revision: 1709604
URL: http://svn.apache.org/viewvc?rev=1709604&view=rev
Log:
Remove unnecessary code
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
URL:
Author: markt
Date: Tue Oct 20 14:18:13 2015
New Revision: 1709605
URL: http://svn.apache.org/viewvc?rev=1709605&view=rev
Log:
Fix issue in connector refactoring identified by Gump.
Ensure UpgradeProcessors are unmapped from sockets once the connection
is closed.
Modified:
tomcat/trunk/java/o
Author: markt
Date: Tue Oct 20 14:28:24 2015
New Revision: 1709608
URL: http://svn.apache.org/viewvc?rev=1709608&view=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: tomcat/trunk
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 also won't be surprise
Author: remm
Date: Tue Oct 20 14:33:11 2015
New Revision: 1709613
URL: http://svn.apache.org/viewvc?rev=1709613&view=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.
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 AnyBranchSchedul
https://bz.apache.org/bugzilla/show_bug.cgi?id=56777
Andy Wilkinson changed:
What|Removed |Added
Resolution|FIXED |---
Status|RESOLVED
https://bz.apache.org/bugzilla/show_bug.cgi?id=56777
Andy Wilkinson changed:
What|Removed |Added
Target Milestone||---
Product|Tomcat 8
Author: fschumacher
Date: Tue Oct 20 18:53:49 2015
New Revision: 1709663
URL: http://svn.apache.org/viewvc?rev=1709663&view=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:
tomc
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&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58489
Comparator should follow the
Author: fschumacher
Date: Tue Oct 20 19:55:54 2015
New Revision: 1709670
URL: http://svn.apache.org/viewvc?rev=1709670&view=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
Author: fschumacher
Date: Tue Oct 20 20:22:39 2015
New Revision: 1709675
URL: http://svn.apache.org/viewvc?rev=1709675&view=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
Author: markt
Date: Tue Oct 20 22:01:53 2015
New Revision: 1709689
URL: http://svn.apache.org/viewvc?rev=1709689&view=rev
Log:
Fix method name typo
Modified:
tomcat/trunk/java/org/apache/coyote/UpgradeProtocol.java
tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java
tomcat
Author: markt
Date: Tue Oct 20 22:03:23 2015
New Revision: 1709690
URL: http://svn.apache.org/viewvc?rev=1709690&view=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
Author: markt
Date: Tue Oct 20 22:14:27 2015
New Revision: 1709692
URL: http://svn.apache.org/viewvc?rev=1709692&view=rev
Log:
Checkstyle
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProcessorLight.java
tomcat/trunk/java/org/apache/coyote/Processor.java
tomcat/trunk/java/org/
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 AnyBranchSche
Author: markt
Date: Tue Oct 20 22:26:17 2015
New Revision: 1709694
URL: http://svn.apache.org/viewvc?rev=1709694&view=rev
Log:
Fix PushBuilder bugs
Modified:
tomcat/trunk/java/org/apache/catalina/core/ApplicationPushBuilder.java
Modified: tomcat/trunk/java/org/apache/catalina/core/Applicatio
Author: kfujino
Date: Wed Oct 21 05:32:24 2015
New Revision: 1709717
URL: http://svn.apache.org/viewvc?rev=1709717&view=rev
Log:
When handling shutdown payload, verification completion message is not required.
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpFailu
Author: kfujino
Date: Wed Oct 21 05:44:49 2015
New Revision: 1709719
URL: http://svn.apache.org/viewvc?rev=1709719&view=rev
Log:
Code simplify.
Separates handling of shutdown payload from member verification.
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpFailur
Author: kfujino
Date: Wed Oct 21 05:51:46 2015
New Revision: 1709721
URL: http://svn.apache.org/viewvc?rev=1709721&view=rev
Log:
Distinguish the handling of the shutdown payload and member verification
clearly.
When handling shutdown payload, verification completion message is not required.
Modi
Author: kfujino
Date: Wed Oct 21 05:53:02 2015
New Revision: 1709722
URL: http://svn.apache.org/viewvc?rev=1709722&view=rev
Log:
Distinguish the handling of the shutdown payload and member verification
clearly.
When handling shutdown payload, verification completion message is not required.
Modi
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
54 matches
Mail list logo