Re: Proposal - Comet changes

2006-08-16 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: 5. CometEvent public class CometEvent { public enum EventType { READ,TIMEOUT,SOCKET_CLOSE,CONTAINER_SHUTDOWN,CONTEXT_SHUTDOWN,GENERIC_ERROR //and anything else, we could also create groups of types, READ,ERROR,SHUTDOWN, with subtypes } public HttpSer

DO NOT REPLY [Bug 40265] New: - *.css not delivered by a servlet specified in web.xml

2006-08-16 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

DO NOT REPLY [Bug 40265] - *.css not delivered by a servlet specified in web.xml

2006-08-16 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

DO NOT REPLY [Bug 40265] - *.css not delivered by a servlet specified in web.xml

2006-08-16 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

DO NOT REPLY [Bug 40265] - *.css not delivered by a servlet specified in web.xml

2006-08-16 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

change in session activity tracking between Tomcat 4.1/5.0 and Tomcat 5.5

2006-08-16 Thread Dies Koper
Hello, I'm looking into an issue we ran into when upgrading from Tomcat 4.1 to Tomcat 5.5. The time returned by the HttpSession.getLastAccessTime method seems to have changed. We believe it should return the time of the previous request from the same client. It did in Tomcat 4.1. It did so no mat

svn commit: r431890 - in /tomcat/tc6.0.x/trunk/webapps/examples/servlets: cookies.html helloworld.html index.html reqheaders.html reqinfo.html reqparams.html sessions.html

2006-08-16 Thread remm
Author: remm Date: Wed Aug 16 05:57:35 2006 New Revision: 431890 URL: http://svn.apache.org/viewvc?rev=431890&view=rev Log: - Note: the paths are not completely correct. Added: tomcat/tc6.0.x/trunk/webapps/examples/servlets/cookies.html (with props) tomcat/tc6.0.x/trunk/webapps/examples

svn commit: r431891 - /tomcat/tc6.0.x/trunk/build.xml

2006-08-16 Thread remm
Author: remm Date: Wed Aug 16 05:57:57 2006 New Revision: 431891 URL: http://svn.apache.org/viewvc?rev=431891&view=rev Log: - Build the examples classes. Modified: tomcat/tc6.0.x/trunk/build.xml Modified: tomcat/tc6.0.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/

DO NOT REPLY [Bug 40265] - *.css not delivered by a servlet specified in web.xml

2006-08-16 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

DO NOT REPLY [Bug 40265] - files are sometimes not delivered by a servlet specified in web.xml

2006-08-16 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

DO NOT REPLY [Bug 40265] - files are sometimes not delivered by a servlet specified in web.xml

2006-08-16 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

DO NOT REPLY [Bug 40265] - files are sometimes not delivered by a servlet specified in web.xml

2006-08-16 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: Proposal - Comet changes

2006-08-16 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: 5. CometEvent public class CometEvent { public enum EventType { READ,TIMEOUT,SOCKET_CLOSE,CONTAINER_SHUTDOWN,CONTEXT_SHUTDOWN,GENERIC_ERROR //and anything else, we could also create groups of types, READ,ERROR,SHUTDOWN, with subtypes

DO NOT REPLY [Bug 40265] - files are sometimes not delivered by a servlet specified in web.xml

2006-08-16 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

DO NOT REPLY [Bug 40213] - Tomcat/JK Software caused connection abort: socket write error

2006-08-16 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

DO NOT REPLY [Bug 40265] - files are sometimes not delivered by a servlet specified in web.xml

2006-08-16 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: Proposal - Comet changes

2006-08-16 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: 5. CometEvent public class CometEvent { public enum EventType { READ,TIMEOUT,SOCKET_CLOSE,CONTAINER_SHUTDOWN,CONTEXT_SHUTDOWN,GENERIC_ERROR //and anything else, we could also create groups of types, RE

Re: Proposal - Comet changes

2006-08-16 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: 5. CometEvent public class CometEvent { public enum EventType { READ,TIMEOUT,SOCKET_CLOSE,CONTAINER_SHUTDOWN,CONTEXT_SHUTDOWN,GENERIC_ERROR //and anything else, we could also crea

DO NOT REPLY [Bug 40257] - tomcat 5.0.28 to 5.5.17 upgrade - Tomcat Manager Context Deployment does not work

2006-08-16 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

DO NOT REPLY [Bug 40265] - files are sometimes not delivered by a servlet specified in web.xml

2006-08-16 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: Proposal - Comet changes

2006-08-16 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: flush I can see, but close in a comet I can't, there is no way to send additional data after close is called, as that is a output stream close method. calling close, will/should eventually trigger event(END). Ok, I will make those changes. Rémy ---

svn commit: r432054 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector: OutputBuffer.java Response.java

2006-08-16 Thread remm
Author: remm Date: Wed Aug 16 15:29:09 2006 New Revision: 432054 URL: http://svn.apache.org/viewvc?rev=432054&view=rev Log: - Expose the closed flag. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/OutputBuffer.java tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector

Re: Proposal - Comet changes

2006-08-16 Thread Remy Maucherat
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: flush I can see, but close in a comet I can't, there is no way to send additional data after close is called, as that is a output stream close method. calling close, will/should eventually trigger event(END). Ok, I will make those changes.

Re: Proposal - Comet changes

2006-08-16 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: flush I can see, but close in a comet I can't, there is no way to send additional data after close is called, as that is a output stream close method. calling close, will/should eventually trigger event(END). Ok, I w

Re: Proposal - Comet changes

2006-08-16 Thread Filip Hanik - Dev Lists
Filip Hanik - Dev Lists wrote: Remy Maucherat wrote: Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: flush I can see, but close in a comet I can't, there is no way to send additional data after close is called, as that is a output stream close method. calling close, will/should eventual

Re: change in session activity tracking between Tomcat 4.1/5.0 and Tomcat 5.5

2006-08-16 Thread Jan Luehe
Hi Dies, Dies Koper wrote On 08/16/06 05:28,: >Hello, > >I'm looking into an issue we ran into when upgrading from Tomcat 4.1 to >Tomcat 5.5. > >The time returned by the HttpSession.getLastAccessTime method seems to >have changed. >We believe it should return the time of the previous request from

[EMAIL PROTECTED]: Project tomcat-tc6 (in module tomcat-tc6) failed

2006-08-16 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 [EMAIL PROTECTED] Project tomcat-tc6 has an issue affecting its community integration. This issue affects 1

[EMAIL PROTECTED]: Project tomcat-tc6 (in module tomcat-tc6) failed

2006-08-16 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 [EMAIL PROTECTED] Project tomcat-tc6 has an issue affecting its community integration. This issue affects 1

Re: change in session activity tracking between Tomcat 4.1/5.0 and Tomcat 5.5

2006-08-16 Thread Dies Koper
Hello Jan, Thank you for your reply. Yes, I noticed the "associated with this session". It seemed clear. But then I read the following in the specification: [Servlet 2.4 spec - SRV.7.6 Last Accessed Times] The session is considered to be accessed when a request that is part of the session is fir