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=rev&rev=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: http://svn.apache.org/viewv

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=rev&rev=545101 Log: correct small typos. fix that RequestValveFilter used standard java regex. Modified: tomcat/container/tc5.5.x/webapps/docs/config/host.xml Modified: tomcat/container/tc

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=rev&rev=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 UR

svn commit: r545103 - /tomcat/container/tc5.5.x/webapps/docs/cluster-howto.xml

2007-06-07 Thread pero
Author: pero Date: Thu Jun 7 01:37:01 2007 New Revision: 545103 URL: http://svn.apache.org/viewvc?view=rev&rev=545103 Log: Better explain how fastasyncqueue optional recovery work. Modified: tomcat/container/tc5.5.x/webapps/docs/cluster-howto.xml Modified: tomcat/container/tc5.5.x/webapps/d

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=rev&rev=545109 Log: Add getSession() operation to StandardManager and DeltaManager JMX Interface Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/mbeans-de

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=rev&rev=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=rev&rev=545127 Log: Fix correct ApplicationDispatcher forward/include handling after an exception is thrown. This patch fix a memory leak as STRICT_SERVLET_COMPLIANCE system property is enabled

DO NOT REPLY [Bug 30949] - After Failed Include, Request and Response not Unwrapped

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

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=rev&rev=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: tomcat/connectors/trunk/j

Re: Commons modeller not include ant.properties

2007-06-07 Thread Filip Hanik - Dev Lists
Peter Rossbach wrote: 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? do we need it? it wasn't in

Re: Developing Tomcat in NB

2007-06-07 Thread Johnny Kewl
Excellent... thank you. Just wanted to ask you if you think its at all possible to do this in Netbeans 5.5 It seems to me that NB 6 has the ability to pick up on the ant scripts as part of the project menu's, and thats what you doing, but I was wondering if your ant scripts can be incorporated

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
[EMAIL PROTECTED] wrote: Author: pero Date: Thu Jun 7 02:33:59 2007 New Revision: 545127 URL: http://svn.apache.org/viewvc?view=rev&rev=545127 Log: Fix correct ApplicationDispatcher forward/include handling after an exception is thrown. This patch fix a memory leak as STRICT_SERVLET_COMPLIANCE

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=rev&rev=545127 Log: Fix correct ApplicationDispatcher forward/include handling after an exception is thrown. This patch fix a memory leak as ST

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=rev&rev=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: tomcat/trunk

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=rev&rev=545127 Log: Fix correct ApplicationDispatcher forward/include handling after an exception is thrown. Th

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 Doj

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 th

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 projects,

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=rev&rev=545175 Log: Undoing check in from pero 545127 http://svn.apache.org/viewvc?view=rev&rev=545127 Too close to release and no correspondence on tomcat-dev Modified: tomcat/containe

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=rev&rev=545180 Log: notes, still need some work on the write to socket Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java tomcat/trunk/webapps/docs/aio.

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 wi

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 d

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 th

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

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

DO NOT REPLY [Bug 29936] - XML parser loading problems by container

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