Author: kfujino
Date: Mon Sep 2 09:17:45 2013
New Revision: 1519369
URL: http://svn.apache.org/r1519369
Log:
Add document for org.apache.catalina.tribes.group.GroupChannel.
Modified:
tomcat/trunk/webapps/docs/config/cluster-channel.xml
Modified: tomcat/trunk/webapps/docs/config/cluster-chan
Author: kfujino
Date: Mon Sep 2 09:20:41 2013
New Revision: 1519373
URL: http://svn.apache.org/r1519373
Log:
Add document for org.apache.catalina.tribes.group.GroupChannel.
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-channel.
Author: kfujino
Date: Mon Sep 2 10:45:02 2013
New Revision: 1519384
URL: http://svn.apache.org/r1519384
Log:
More definite thread name for MessageDispatch15Interceptor.
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/MessageDispatch15Interceptor.java
tomcat/tru
Author: kfujino
Date: Mon Sep 2 10:48:09 2013
New Revision: 1519385
URL: http://svn.apache.org/r1519385
Log:
More definite thread name for MessageDispatch15Interceptor.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/MessageDispatch15Interceptor.java
t
Author: markt
Date: Mon Sep 2 11:15:01 2013
New Revision: 1519392
URL: http://svn.apache.org/r1519392
Log:
Fix Gump failure (hopefully)
Move the log failure to the adapter so that the logging occurs before the
request and response are recycled. This should improve the information that
appears i
Author: markt
Date: Mon Sep 2 12:08:03 2013
New Revision: 1519403
URL: http://svn.apache.org/r1519403
Log:
Add the keptAlive flag to BIO. It is unused but adding it brings BIO closer to
the other connectors which will aid refactoring.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpPro
Author: markt
Date: Mon Sep 2 12:16:54 2013
New Revision: 1519409
URL: http://svn.apache.org/r1519409
Log:
Remove comment to align with BIO and NIO to aid future refactoring
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java
Modified: tomcat/trunk/java/org/apache/coyote/
Author: markt
Date: Mon Sep 2 12:17:32 2013
New Revision: 1519411
URL: http://svn.apache.org/r1519411
Log:
Remove unnecessary call to recycle. recycle will be called by Ptoocol as part
of releasing the connection.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProcessor.java
Modif
Author: markt
Date: Mon Sep 2 12:27:37 2013
New Revision: 1519413
URL: http://svn.apache.org/r1519413
Log:
Use output methods to write PONG packet. Aligns APR/native with BIO and NIO to
aid future refactoring.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java
Modified:
Author: markt
Date: Mon Sep 2 12:56:43 2013
New Revision: 1519423
URL: http://svn.apache.org/r1519423
Log:
Refactoring. Pull up process method.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java
tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java
tom
Author: markt
Date: Mon Sep 2 13:02:03 2013
New Revision: 1519424
URL: http://svn.apache.org/r1519424
Log:
Clean-up.
Remove comments that add zero value.
Make spacing more consistent.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java
tomcat/trunk/java/org/apache/coyo
Author: markt
Date: Mon Sep 2 13:16:31 2013
New Revision: 1519429
URL: http://svn.apache.org/r1519429
Log:
Fix spacing
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java
Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java
URL:
http://svn.apa
Author: markt
Date: Mon Sep 2 13:17:26 2013
New Revision: 1519431
URL: http://svn.apache.org/r1519431
Log:
Aligning the readMessage() method implementation and the read() method
signature between BIO and NIo to aid future refactoring
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpNioP
Author: markt
Date: Mon Sep 2 13:18:28 2013
New Revision: 1519432
URL: http://svn.apache.org/r1519432
Log:
Start to align the APR/native readMessage() method implementation with BIO and
NIO to aid future refactoring.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java
Mo
Author: markt
Date: Mon Sep 2 13:24:10 2013
New Revision: 1519435
URL: http://svn.apache.org/r1519435
Log:
Move the copying from the inputBuffer to the message buffer into the read()
method to align read() in APR/native with BIO and NIO.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/Ajp
Author: markt
Date: Mon Sep 2 14:35:31 2013
New Revision: 1519453
URL: http://svn.apache.org/r1519453
Log:
Refactoring. Pull up readMessage()
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java
tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java
tomca
Author: markt
Date: Mon Sep 2 14:56:00 2013
New Revision: 1519456
URL: http://svn.apache.org/r1519456
Log:
Researched the TODOs from the review of the AJP code against the list of
actions.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java
Modified: tomcat/trunk/ja
Author: markt
Date: Mon Sep 2 15:44:31 2013
New Revision: 1519465
URL: http://svn.apache.org/r1519465
Log:
Enable AJP to work with Servlet 3.1 non-blocking reads. This is not a true
non-blocking implementation. That requires further investigation marked by the
TODOs in the code.
Modified:
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383
--- Comment #27 from Konstantin Preißer ---
Created attachment 30793
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30793&action=edit
Part 3 of updated documentation XMLs
Hi,
here is another part of updated Documentation XMLs.
Author: markt
Date: Mon Sep 2 17:11:27 2013
New Revision: 1519478
URL: http://svn.apache.org/r1519478
Log:
Ensure available() is consistent with isFinished()
Modified:
tomcat/trunk/java/org/apache/coyote/http11/filters/VoidInputFilter.java
Modified:
tomcat/trunk/java/org/apache/coyote/http
Author: markt
Date: Mon Sep 2 17:31:15 2013
New Revision: 1519481
URL: http://svn.apache.org/r1519481
Log:
Simple non-blocking write example. Primarily written to have something to test
AJP with. Sequential were chosen as it makes it easy to spot output corruption.
Added:
tomcat/trunk/webap
Author: markt
Date: Mon Sep 2 19:23:49 2013
New Revision: 1519501
URL: http://svn.apache.org/r1519501
Log:
Prevent NPE if dispatch results in a nested call to process()
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
Modified: tomcat/trunk/java/org/apache/coyote/Abstract
2013/9/2 :
> Author: olamy
> Date: Mon Sep 2 06:11:10 2013
> New Revision: 1519353
>
> URL: http://svn.apache.org/r1519353
> Log:
> display the reason phrase too
>
> Modified:
>
> tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/resources/org/apache/tomcat/maven/common/messages/
Author: markt
Date: Mon Sep 2 19:47:14 2013
New Revision: 1519508
URL: http://svn.apache.org/r1519508
Log:
Ensure that when multiple dispatches are requested (e.g. one for write and one
for read) if the first calls AsyncContext.complete() that the second dispatch
is not processed.
Modified:
On 27/08/2013 10:54, jean-frederic clere wrote:
> On 08/27/2013 10:00 AM, Mark Thomas wrote:
>> On 27/08/2013 04:07, Violeta Georgieva wrote:
>>> 2013/8/23 Mark Thomas wrote:
Tomcat 8 needs tc-native with the fix for non-blocking IO [1]. Any
takers for rolling the release?
>>>
>>> Ma
https://issues.apache.org/bugzilla/show_bug.cgi?id=55511
Mark Thomas changed:
What|Removed |Added
Attachment #30789|0 |1
is patch|
https://issues.apache.org/bugzilla/show_bug.cgi?id=55511
--- Comment #3 from Mark Thomas ---
The patch doesn't apply cleanly with either Eclipse (which can be fussy) or
TortoiseSVN (which is usually quite tolerant).
I'd like to see some performance numbers before considering this patch given
the
https://issues.apache.org/bugzilla/show_bug.cgi?id=55511
--- Comment #4 from Konstantin Kolinko ---
> @Override
> - public synchronized Class loadClass(String name, boolean resolve)
> + public Class loadClass(String name, boolean resolve)
The method that is overridden here is marked as synchro
[
https://issues.apache.org/jira/browse/MTOMCAT-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13756290#comment-13756290
]
Olivier Lamy (*$^¨%`£) commented on MTOMCAT-235:
using ProxyPassReverseCo
On 3 September 2013 05:43, Konstantin Kolinko wrote:
> 2013/9/2 :
>> Author: olamy
>> Date: Mon Sep 2 06:11:10 2013
>> New Revision: 1519353
>>
>> URL: http://svn.apache.org/r1519353
>> Log:
>> display the reason phrase too
>>
>> Modified:
>>
>> tomcat/maven-plugin/trunk/common-tomcat-maven
Author: olamy
Date: Tue Sep 3 01:54:53 2013
New Revision: 1519539
URL: http://svn.apache.org/r1519539
Log:
unify error message key
Modified:
tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/resources/org/apache/tomcat/maven/common/messages/messages.properties
tomcat/maven-
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 has an issue affecting its community integration.
This i
32 matches
Mail list logo