Re: svn commit: r544137 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

2007-06-07 Thread Mladen Turk
Mark Thomas wrote: Single ajp13 worker jkMount /jsp-examples/* worker1 A simple 'hello world' html file was created at (directories created where required): appBase/jsp-examples/%2e%2e/servlets-examples/index.html Test 1: Tomcat only

svn commit: r545095 - /tomcat/build/tc5.5.x/build.properties.default

2007-06-07 Thread fhanik
Author: fhanik Date: Thu Jun 7 00:56:39 2007 New Revision: 545095 URL: http://svn.apache.org/viewvc?view=revrev=545095 Log: prep for new release Modified: tomcat/build/tc5.5.x/build.properties.default Modified: tomcat/build/tc5.5.x/build.properties.default URL:

svn commit: r545101 - /tomcat/container/tc5.5.x/webapps/docs/config/host.xml

2007-06-07 Thread pero
Author: pero Date: Thu Jun 7 01:34:40 2007 New Revision: 545101 URL: http://svn.apache.org/viewvc?view=revrev=545101 Log: correct small typos. fix that RequestValveFilter used standard java regex. Modified: tomcat/container/tc5.5.x/webapps/docs/config/host.xml Modified:

svn commit: r545102 - /tomcat/container/tc5.5.x/webapps/docs/config/valve.xml

2007-06-07 Thread pero
Author: pero Date: Thu Jun 7 01:35:13 2007 New Revision: 545102 URL: http://svn.apache.org/viewvc?view=revrev=545102 Log: add host cookieDomain attribute doc Modified: tomcat/container/tc5.5.x/webapps/docs/config/valve.xml Modified: tomcat/container/tc5.5.x/webapps/docs/config/valve.xml

svn commit: r545109 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/session/mbeans-descriptors.xml modules/cluster/src/share/org/apache/catalina/cluster/session/mbeans-descripto

2007-06-07 Thread pero
Author: pero Date: Thu Jun 7 01:45:39 2007 New Revision: 545109 URL: http://svn.apache.org/viewvc?view=revrev=545109 Log: Add getSession() operation to StandardManager and DeltaManager JMX Interface Modified:

Commons modeller not include ant.properties

2007-06-07 Thread Peter Rossbach
Hi, I detect a problem with current commons-modeller 2.0 release. The ant.properties file is not included at binary release . Arrg! This means that currently tomcat embedded release not working. How we can add this file at next tomcat 5.5.24? Peter

svn commit: r545126 - in /tomcat/connectors/trunk: jk/native/common/jk_global.h jni/java/org/apache/tomcat/Apr.java

2007-06-07 Thread mturk
Author: mturk Date: Thu Jun 7 02:32:08 2007 New Revision: 545126 URL: http://svn.apache.org/viewvc?view=revrev=545126 Log: Use JK_OPT_FWDURICOMPAT again as default Modified: tomcat/connectors/trunk/jk/native/common/jk_global.h tomcat/connectors/trunk/jni/java/org/apache/tomcat/Apr.java

svn commit: r545127 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/core/ApplicationDispatcher.java webapps/docs/changelog.xml

2007-06-07 Thread pero
Author: pero Date: Thu Jun 7 02:33:59 2007 New Revision: 545127 URL: http://svn.apache.org/viewvc?view=revrev=545127 Log: Fix correct ApplicationDispatcher forward/include handling after an exception is thrown. This patch fix a memory leak as codeSTRICT_SERVLET_COMPLIANCE/code system property

svn commit: r545128 - /tomcat/connectors/trunk/jni/java/org/apache/tomcat/Apr.java

2007-06-07 Thread mturk
Author: mturk Date: Thu Jun 7 02:37:54 2007 New Revision: 545128 URL: http://svn.apache.org/viewvc?view=revrev=545128 Log: Oops. Made an unwanted commit. Revert the changes to Apr.java Modified: tomcat/connectors/trunk/jni/java/org/apache/tomcat/Apr.java Modified:

Re: svn commit: r545127 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/core/ApplicationDispatcher.java webapps/docs/changelog.xml

2007-06-07 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: Author: pero Date: Thu Jun 7 02:33:59 2007 New Revision: 545127 URL: http://svn.apache.org/viewvc?view=revrev=545127 Log: Fix correct ApplicationDispatcher forward/include handling after an exception is thrown. This patch fix a memory leak as

svn commit: r545151 - in /tomcat/trunk: java/org/apache/catalina/CometEvent.java java/org/apache/catalina/CometProcessor.java java/org/apache/catalina/connector/CometEventImpl.java webapps/docs/aio.xm

2007-06-07 Thread fhanik
Author: fhanik Date: Thu Jun 7 05:15:22 2007 New Revision: 545151 URL: http://svn.apache.org/viewvc?view=revrev=545151 Log: Simplified the API, no need for the IOExceptions Updated documentation, added in some notes about life cycle, more source code examples to come Modified:

Re: svn commit: r545127 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/core/ApplicationDispatcher.java webapps/docs/changelog.xml

2007-06-07 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: Remy Maucherat wrote: [EMAIL PROTECTED] wrote: Author: pero Date: Thu Jun 7 02:33:59 2007 New Revision: 545127 URL: http://svn.apache.org/viewvc?view=revrev=545127 Log: Fix correct ApplicationDispatcher forward/include handling after an exception is thrown.

Bayeux implementation

2007-06-07 Thread Filip Hanik - Dev Lists
yo, I was gonna create a Bayeux implementation for Tomcat, I am thinking it might be good for us to work with the Jetty and Glassfish folks to use the same org.dojox interfaces. Question: Where should I do this, sandbox or trunk? Why Bayeux? Cause there is a good client support through the

Re: Bayeux implementation

2007-06-07 Thread Yoav Shapira
Hey, On 6/7/07, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: yo, I was gonna create a Bayeux implementation for Tomcat, I am thinking it might be good for us to work with the Jetty and Glassfish folks to use the same org.dojox interfaces. I like the idea! Question: Where should I do

Re: Bayeux implementation

2007-06-07 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: yo, I was gonna create a Bayeux implementation for Tomcat, I am thinking it might be good for us to work with the Jetty and Glassfish folks to use the same org.dojox interfaces. I don't like dependencies ;) I am not interested in working with these two

svn commit: r545175 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/core/ApplicationDispatcher.java webapps/docs/changelog.xml

2007-06-07 Thread fhanik
Author: fhanik Date: Thu Jun 7 06:31:16 2007 New Revision: 545175 URL: http://svn.apache.org/viewvc?view=revrev=545175 Log: Undoing check in from pero 545127 http://svn.apache.org/viewvc?view=revrev=545127 Too close to release and no correspondence on tomcat-dev Modified:

svn commit: r545180 - in /tomcat/trunk: java/org/apache/coyote/http11/InternalNioOutputBuffer.java webapps/docs/aio.xml

2007-06-07 Thread fhanik
Author: fhanik Date: Thu Jun 7 06:48:07 2007 New Revision: 545180 URL: http://svn.apache.org/viewvc?view=revrev=545180 Log: notes, still need some work on the write to socket Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java

Re: Bayeux implementation

2007-06-07 Thread Filip Hanik - Dev Lists
Yoav Shapira wrote: Hey, On 6/7/07, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: yo, I was gonna create a Bayeux implementation for Tomcat, I am thinking it might be good for us to work with the Jetty and Glassfish folks to use the same org.dojox interfaces. I like the idea! Question:

Re: Bayeux implementation

2007-06-07 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: yo, I was gonna create a Bayeux implementation for Tomcat, I am thinking it might be good for us to work with the Jetty and Glassfish folks to use the same org.dojox interfaces. I don't like dependencies ;) I am not interested in working

Proposed simplification of CometEvent

2007-06-07 Thread Remy Maucherat
Hi, I've been working on additions to CometEvent to implement the additional Comet functionality that was agreed upon before creating the trunk branch. Although not functional at the moment, I consider it to be developed enough from an algorithmic standpoint to be proposed and reviewed (it

Re: Bayeux implementation

2007-06-07 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: If the spec is bad, then its another reason for us to join in, but the fact that there is a client support, speaks for itself. Specifically, the syntax looks funny to me, and the spec document is bad (that's what I meant with the spec is bad). Implementing it

Re: Proposed simplification of CometEvent

2007-06-07 Thread Yoav Shapira
Hi, On 6/7/07, Remy Maucherat [EMAIL PROTECTED] wrote: fail-fast the connection using an IOException (the servlet would effectively only handle clients which are fast enough if using the Comet API like in Tomcat 6.0, which avoids a lot of issues) This is an interesting assumption, but I think

DO NOT REPLY [Bug 42409] - Extra response headers not sent when using custom error page

2007-06-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=42409. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.

Re: Proposed simplification of CometEvent

2007-06-07 Thread Remy Maucherat
Yoav Shapira wrote: Hi, On 6/7/07, Remy Maucherat [EMAIL PROTECTED] wrote: fail-fast the connection using an IOException (the servlet would effectively only handle clients which are fast enough if using the Comet API like in Tomcat 6.0, which avoids a lot of issues) This is an interesting