DO NOT REPLY [Bug 42308] New: - with APR bytessent bytesreceived performance data is not collected

2007-05-01 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 42309] New: - Request: support for NIO in Embedded Tomcat

2007-05-01 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: r534003 - /tomcat/connectors/trunk/jk/native/netscape/jk_nsapi_plugin.c

2007-05-01 Thread rjung
Author: rjung Date: Tue May 1 03:55:14 2007 New Revision: 534003 URL: http://svn.apache.org/viewvc?view=rev&rev=534003 Log: Changing init order for nsapi plugin maps. Otherwise using mount attribute inside workers.properties will crash during startup. Modified: tomcat/connectors/trunk/jk/nat

svn commit: r534004 - /tomcat/connectors/trunk/jk/native/netscape/jk_nsapi_plugin.c

2007-05-01 Thread rjung
Author: rjung Date: Tue May 1 03:57:45 2007 New Revision: 534004 URL: http://svn.apache.org/viewvc?view=rev&rev=534004 Log: Add init for more recent service properties forgotten in nsapi plugin. Modified: tomcat/connectors/trunk/jk/native/netscape/jk_nsapi_plugin.c Modified: tomcat/connecto

DO NOT REPLY [Bug 42310] New: - Improve JSP performance with inline in JspWriterImpl

2007-05-01 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: r534021 - /tomcat/connectors/trunk/jk/native/common/jk_map.c

2007-05-01 Thread fuankg
Author: fuankg Date: Tue May 1 04:53:37 2007 New Revision: 534021 URL: http://svn.apache.org/viewvc?view=rev&rev=534021 Log: changed to use jk_stat() to initialite the stat struct so that *modified = statbuf.st_mtime can work. Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c Mod

Re: svn commit: r534021 - /tomcat/connectors/trunk/jk/native/common/jk_map.c

2007-05-01 Thread Guenter Knauf
Hi Henri, I've commited the change below because I think this is an oversight with all your recent changes; the stat struct was not initialized with your change to jk_file_exists(f), and thus later on *modified = statbuf.st_mtime was set from the uninitialized struct, and could never return somet

DO NOT REPLY [Bug 42310] - Improve JSP performance with inline in JspWriterImpl

2007-05-01 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: r534043 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http11AprProtocol.java Http11NioProcessor.java InternalNioInputBuffer.java

2007-05-01 Thread remm
Author: remm Date: Tue May 1 05:46:12 2007 New Revision: 534043 URL: http://svn.apache.org/viewvc?view=rev&rev=534043 Log: - 42308: nextRequest recycles the request. Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java tomcat/tc6.0.x/trunk/java/org/apache/

DO NOT REPLY [Bug 42308] - with APR bytessent bytesreceived performance data is not collected

2007-05-01 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: svn commit: r533881 - /tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/chat/ChatServlet.java

2007-05-01 Thread Filip Hanik - Dev Lists
question about this one, since a client disconnect is signaled by a READ for the NIO connector, and the only way to find out if the client was disconnected, the InputStream.read() is supposed to return -1, how does that work with the is.available()? Filip [EMAIL PROTECTED] wrote: Author: re

Re: svn commit: r533881 - /tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/chat/ChatServlet.java

2007-05-01 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: question about this one, since a client disconnect is signaled by a READ for the NIO connector, and the only way to find out if the client was disconnected, the InputStream.read() is supposed to return -1, how does that work with the is.available()? For a clien

svn commit: r534146 - /tomcat/connectors/trunk/jk/native/netscape/jk_nsapi_plugin.c

2007-05-01 Thread rjung
Author: rjung Date: Tue May 1 09:29:54 2007 New Revision: 534146 URL: http://svn.apache.org/viewvc?view=rev&rev=534146 Log: Check log file and shm file for correct configuration during nsapi startup. Modified: tomcat/connectors/trunk/jk/native/netscape/jk_nsapi_plugin.c Modified: tomcat/con

svn commit: r534147 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/ContainerBase.java

2007-05-01 Thread remm
Author: remm Date: Tue May 1 09:31:58 2007 New Revision: 534147 URL: http://svn.apache.org/viewvc?view=rev&rev=534147 Log: - Add a flag to work around the double start problem for embedded (the most usual problem is with contexts). Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/cor

svn commit: r534293 [3/11] - in /tomcat/sandbox/tomcat-lite: ./ bin/ external/ java/ java/org/apache/commons/logging/ java/org/apache/tomcat/lite/ java/org/apache/tomcat/lite/ctxmap/ java/org/apache/t

2007-05-01 Thread costin
Modified: tomcat/sandbox/tomcat-lite/java/org/apache/tomcat/lite/ServletRequestWrapperImpl.java URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-lite/java/org/apache/tomcat/lite/ServletRequestWrapperImpl.java?view=diff&rev=534293&r1=534292&r2=534293

svn commit: r534293 [11/11] - in /tomcat/sandbox/tomcat-lite: ./ bin/ external/ java/ java/org/apache/commons/logging/ java/org/apache/tomcat/lite/ java/org/apache/tomcat/lite/ctxmap/ java/org/apache/

2007-05-01 Thread costin
Modified: tomcat/sandbox/tomcat-lite/java/org/apache/tomcat/util/loader/Repository.java URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-lite/java/org/apache/tomcat/util/loader/Repository.java?view=diff&rev=534293&r1=534292&r2=534293