Re: Diagram for AsyncStateMachine.java

2011-06-19 Thread Christopher Schultz
Konstantin, On 6/18/2011 8:15 PM, Konstantin Kolinko wrote: > I have redrawn the state diagram for trunk's > org/apache/coyote/AsyncStateMachine.java. Would it be worth including the state transitions in AsyncStateMachine.java in "dot" format for rendering in GraphViz? -chris signature.asc De

Re: A Tomcat 6 Socket Server

2011-06-19 Thread Pid
Please don't cross post. p signature.asc Description: OpenPGP digital signature

svn commit: r1137453 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

2011-06-19 Thread markt
Author: markt Date: Sun Jun 19 21:39:58 2011 New Revision: 1137453 URL: http://svn.apache.org/viewvc?rev=1137453&view=rev Log: Method is identical to method in superclass so remove it Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java Modified: tomcat/trunk/java/org

svn commit: r1137451 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Processor.java Http11AprProcessor.java Http11NioProcessor.java Http11Processor.java

2011-06-19 Thread markt
Author: markt Date: Sun Jun 19 21:33:55 2011 New Revision: 1137451 URL: http://svn.apache.org/viewvc?rev=1137451&view=rev Log: Pull up prepareRequest() Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java tomcat/trunk/java/org/apache/coyote/http11/Http11AprPro

svn commit: r1137450 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

2011-06-19 Thread markt
Author: markt Date: Sun Jun 19 21:27:38 2011 New Revision: 1137450 URL: http://svn.apache.org/viewvc?rev=1137450&view=rev Log: Align with BIO (add debug log messages) Prepare for pulling up (add tests around adverts for comet support) Modified: tomcat/trunk/java/org/apache/coyote/http11/Http1

svn commit: r1137449 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractEndpoint.java AprEndpoint.java JIoEndpoint.java NioEndpoint.java

2011-06-19 Thread markt
Author: markt Date: Sun Jun 19 21:23:14 2011 New Revision: 1137449 URL: http://svn.apache.org/viewvc?rev=1137449&view=rev Log: Add flags that indicate optional feature support Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java tomcat/trunk/java/org/apache/tomcat/

svn commit: r1137440 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http11NioProcessor.java

2011-06-19 Thread markt
Author: markt Date: Sun Jun 19 21:15:22 2011 New Revision: 1137440 URL: http://svn.apache.org/viewvc?rev=1137440&view=rev Log: Reset sendfile data in recycle method so prepareRequest can be pulled up Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java tomcat/trunk

svn commit: r1137417 - /tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java

2011-06-19 Thread markt
Author: markt Date: Sun Jun 19 19:21:34 2011 New Revision: 1137417 URL: http://svn.apache.org/viewvc?rev=1137417&view=rev Log: Extend margin lese tests fail on Linux VM Modified: tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java Modified: tomcat/trunk/test/org/apache/catal

svn commit: r1137391 - /tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java

2011-06-19 Thread markt
Author: markt Date: Sun Jun 19 17:28:26 2011 New Revision: 1137391 URL: http://svn.apache.org/viewvc?rev=1137391&view=rev Log: Add an additional error margin to avoid false test failures Modified: tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java Modified: tomcat/trunk/tes

svn commit: r1137390 - /tomcat/trunk/java/org/apache/tomcat/util/net/JIoEndpoint.java

2011-06-19 Thread markt
Author: markt Date: Sun Jun 19 17:08:59 2011 New Revision: 1137390 URL: http://svn.apache.org/viewvc?rev=1137390&view=rev Log: Add missing sync that triggered test failures on Linux VM post re-factoring Modified: tomcat/trunk/java/org/apache/tomcat/util/net/JIoEndpoint.java Modified: tomcat/

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

2011-06-19 Thread markt
Author: markt Date: Sun Jun 19 17:08:11 2011 New Revision: 1137389 URL: http://svn.apache.org/viewvc?rev=1137389&view=rev Log: Align with JIoEndpoint Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.jav

svn commit: r1137385 - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProcessor.java AjpAprProcessor.java AjpNioProcessor.java AjpProcessor.java

2011-06-19 Thread markt
Author: markt Date: Sun Jun 19 16:30:26 2011 New Revision: 1137385 URL: http://svn.apache.org/viewvc?rev=1137385&view=rev Log: Pull up getBody message Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java

Re: Current test failures for APR

2011-06-19 Thread Rainer Jung
On 19.06.2011 16:36, Rainer Jung wrote: > Current assumption: Fixed by r1137372. > It'll take some time until I have seen enough passing tests. > Will report back. 5 runs through the test suite later it looks good now (pre r1137375). Regards, Rainer -

svn commit: r1137382 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java ajp/AbstractAjpProcessor.java http11/AbstractHttp11Processor.java

2011-06-19 Thread markt
Author: markt Date: Sun Jun 19 15:56:22 2011 New Revision: 1137382 URL: http://svn.apache.org/viewvc?rev=1137382&view=rev Log: Pull up common code Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java tom

svn commit: r1137381 - in /tomcat/trunk/java/org/apache/coyote: ./ ajp/ http11/

2011-06-19 Thread markt
Author: markt Date: Sun Jun 19 15:50:17 2011 New Revision: 1137381 URL: http://svn.apache.org/viewvc?rev=1137381&view=rev Log: Pull up more common code in Processor constructors Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java tomcat/trunk/java/org/apache/coyote/ajp/Ab

svn commit: r1137375 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java ajp/AbstractAjpProcessor.java http11/AbstractHttp11Processor.java http11/Http11AprProcessor.java http11/Http11Nio

2011-06-19 Thread markt
Author: markt Date: Sun Jun 19 15:00:40 2011 New Revision: 1137375 URL: http://svn.apache.org/viewvc?rev=1137375&view=rev Log: Pull up common endpoint code in Processor constructors Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java tomcat/trunk/java/org/apache/coyote/aj

Re: Current test failures for APR

2011-06-19 Thread Rainer Jung
Current assumption: Fixed by r1137372. It'll take some time until I have seen enough passing tests. Will report back. Regards, Rainer On 19.06.2011 14:52, Rainer Jung wrote: > Notice: currently I get test failures when testing APR. Just in caes > someone else is also wondering - you are not alon

Re: Diagram for AsyncStateMachine.java

2011-06-19 Thread Konstantin Kolinko
2011/6/19 Mark Thomas : > On 19/06/2011 01:15, Konstantin Kolinko wrote: >> I have redrawn the state diagram for trunk's >> org/apache/coyote/AsyncStateMachine.java. > > Why? I was trying to understand the logic behind the states and similarities between them, without looking too much in the code

svn commit: r1137372 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java

2011-06-19 Thread rjung
Author: rjung Date: Sun Jun 19 14:27:52 2011 New Revision: 1137372 URL: http://svn.apache.org/viewvc?rev=1137372&view=rev Log: No need to for addToPoller in APR HTTP. When returning SocketState.OPEN the socket is always added to the poller. Fixes some crashes due to putting the same socket twice

Re: Wiki spam prevention measure

2011-06-19 Thread Konstantin Kolinko
2011/6/19 sebb : > Gavin recently updated the details of how the ASF Wiki works, and > added details of how SpamAssassin have completely stopped spam > happening: > > http://wiki.apache.org/general/OurWikiFarm#per_wiki_access_control_-_tighten_your_wiki_just_a_little.2C_benefit_just_a_lot > > Might

[Tomcat Wiki] Update of "LocalBadContent" by KonstantinKolinko

2011-06-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "LocalBadContent" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/LocalBadContent?action=diff&rev1=18&rev2=19 Comment: Add recent spam addresses 24h\.ms

Current test failures for APR

2011-06-19 Thread Rainer Jung
Notice: currently I get test failures when testing APR. Just in caes someone else is also wondering - you are not alone :) org.apache.catalina.connector.TestCoyoteAdapter crash in testPathParmsFooSessionValue (jni Socker recvbb) org.apache.catalina.connector.TestKeepAliveCount non-termina

DO NOT REPLY [Bug 49165] Enhancement - Allow %{TIME_FORMAT}t As Configuration for AccessLogValve

2011-06-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49165 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1137338 - /tomcat/trunk/webapps/docs/config/valve.xml

2011-06-19 Thread rjung
Author: rjung Date: Sun Jun 19 11:22:20 2011 New Revision: 1137338 URL: http://svn.apache.org/viewvc?rev=1137338&view=rev Log: Add new timestamp formatting info to AccessLogValve docs. Modified: tomcat/trunk/webapps/docs/config/valve.xml Modified: tomcat/trunk/webapps/docs/config/valve.xml U

Wiki spam prevention measure

2011-06-19 Thread sebb
Gavin recently updated the details of how the ASF Wiki works, and added details of how SpamAssassin have completely stopped spam happening: http://wiki.apache.org/general/OurWikiFarm#per_wiki_access_control_-_tighten_your_wiki_just_a_little.2C_benefit_just_a_lot Might be worth considering for Tom

svn commit: r1137336 - in /tomcat/trunk: java/org/apache/catalina/valves/AccessLogValve.java webapps/docs/changelog.xml

2011-06-19 Thread rjung
Author: rjung Date: Sun Jun 19 10:58:02 2011 New Revision: 1137336 URL: http://svn.apache.org/viewvc?rev=1137336&view=rev Log: BZ 49165 and more: - Allow any time stamp formats supported by SimpleDateFormat in AccessLogValve. - Support logging begin and/or end of request. Docs to follow. Modif

svn commit: r1137335 - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProcessor.java AjpAprProcessor.java AjpNioProcessor.java AjpProcessor.java

2011-06-19 Thread markt
Author: markt Date: Sun Jun 19 10:53:00 2011 New Revision: 1137335 URL: http://svn.apache.org/viewvc?rev=1137335&view=rev Log: Start to pull up common code from constructors Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java tomcat/trunk/java/org/apache/coyote/ajp

svn commit: r1137329 - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProcessor.java AjpAprProcessor.java AjpNioProcessor.java AjpProcessor.java

2011-06-19 Thread markt
Author: markt Date: Sun Jun 19 10:07:22 2011 New Revision: 1137329 URL: http://svn.apache.org/viewvc?rev=1137329&view=rev Log: Pull up definition of standard messages Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java tomcat/trunk/java/org/apache/coyote/ajp/AjpApr

svn commit: r1137324 - /tomcat/trunk/webapps/docs/changelog.xml

2011-06-19 Thread markt
Author: markt Date: Sun Jun 19 09:50:17 2011 New Revision: 1137324 URL: http://svn.apache.org/viewvc?rev=1137324&view=rev Log: More refactoring since last release Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/v

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

2011-06-19 Thread Mark Thomas
This is still the Comet test. I've just fixed a line-ending issue that should enable this to get further next time. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomc

svn commit: r1137323 - /tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java

2011-06-19 Thread rjung
Author: rjung Date: Sun Jun 19 09:47:32 2011 New Revision: 1137323 URL: http://svn.apache.org/viewvc?rev=1137323&view=rev Log: Use static final instead of volatile in AccessLogValve. Modified: tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java Modified: tomcat/trunk/java/org/ap

svn commit: r1137322 - /tomcat/trunk/test/org/apache/catalina/comet/TestCometProcessor.java

2011-06-19 Thread markt
Author: markt Date: Sun Jun 19 09:46:36 2011 New Revision: 1137322 URL: http://svn.apache.org/viewvc?rev=1137322&view=rev Log: Don't use println to write output since os differences will result in different numbers of bytes output Modified: tomcat/trunk/test/org/apache/catalina/comet/TestCom

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

2011-06-19 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 has an issue affecting its community integration. This i

Re: Diagram for AsyncStateMachine.java

2011-06-19 Thread Mark Thomas
On 19/06/2011 01:15, Konstantin Kolinko wrote: > Hi, all! > > I have redrawn the state diagram for trunk's > org/apache/coyote/AsyncStateMachine.java. Why? > It is here: > http://people.apache.org/~kkolinko/patches/AsyncStateMachine.txt > > It matches the current diagram that is included in > A

Bug report for Tomcat Native [2011/06/19]

2011-06-19 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2011/06/19]

2011-06-19 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2011/06/19]

2011-06-19 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2011/06/19]

2011-06-19 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2011/06/19]

2011-06-19 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2011/06/19]

2011-06-19 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2011/06/19]

2011-06-19 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Tomcat Wiki] Trivial Update of "FAQ/Miscellaneous" by wentforgold

2011-06-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Miscellaneous" page has been changed by wentforgold: http://wiki.apache.org/tomcat/FAQ/Miscellaneous?action=diff&rev1=23&rev2=24 <>'''I can't get servlets to work under /s