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
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
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
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
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
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
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
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
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
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=49165
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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
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
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
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
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
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
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
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
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
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
-
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
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/
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
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
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
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/
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
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
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
Please don't cross post.
p
signature.asc
Description: OpenPGP digital signature
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
42 matches
Mail list logo