Re: getContext() - spec interpretation

2005-11-24 Thread Yoav Shapira
Oddly enough, I was thinking about the same thing a couple of weeks ago and tend to agree with your interpretation... Yoav On 11/24/05, Mark Thomas <[EMAIL PROTECTED]> wrote: > All, > > I have been looking at bug 13040 and reviewing the current > getContext() implementation. I saw Remy's comment

getContext() - spec interpretation

2005-11-24 Thread Mark Thomas
All, I have been looking at bug 13040 and reviewing the current getContext() implementation. I saw Remy's comment from some time ago when fixing some related bugs (http://marc.theaimsgroup.com/?l=tomcat-dev&m=106008981803343&w=2) that this would be better if the spec mandated that the paramet

Re: svn commit: r348665 - /tomcat/sandbox/java/org/apache/coyote/standalone/MainInetd.java

2005-11-24 Thread Costin Manolache
I'm a bit puzzled - can you explain a bit why you think it's a bad idea ??? I hope you realize this is not 'prefork' mode ( i.e. forking a tomcat on each request ), just wait for the first connection and pass the server socket descriptor. It's by far the cleanest method to run tomcat on port 80 -

DO NOT REPLY [Bug 10903] - Unbalanced tags do not generate compile time error

2005-11-24 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: r348665 - /tomcat/sandbox/java/org/apache/coyote/standalone/MainInetd.java

2005-11-24 Thread Costin Manolache
On 11/24/05, Bill Barker <[EMAIL PROTECTED]> wrote: > > URL: http://svn.apache.org/viewcvs?rev=348665&view=rev > > Log: > > Another experiment - this class uses NIO to get the socket from Xinetd ( > > I'll also try > > with launchd ). This allows starting tomcat on-demand, from xinetd/lauchd. > >

DO NOT REPLY [Bug 32719] - IntrospectionUtils feature causes $ charters to be stripped out of web.xml files

2005-11-24 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 37627] - Slow and incomplete dynamic content generation after enabling native connector support

2005-11-24 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 37627] - Slow and incomplete dynamic content generation after enabling native connector support

2005-11-24 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 37627] - Slow and incomplete dynamic content generation after enabling native connector support

2005-11-24 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 37627] - Slow and incomplete dynamic content generation after enabling native connector support

2005-11-24 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 37627] - Slow and incomplete dynamic content generation after enabling native connector support

2005-11-24 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: r348735 - in /tomcat: connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalAprOutputBuffer.java container/tc5.5.x/webapps/docs/changelog.xml

2005-11-24 Thread remm
Author: remm Date: Thu Nov 24 06:04:48 2005 New Revision: 348735 URL: http://svn.apache.org/viewcvs?rev=348735&view=rev Log: - 37627:Fix buffering issue in the HTTP APR connector when a large buffer size was used for servlets. - Unfortunately the FIXME had never been addressed and the algorithm

DO NOT REPLY [Bug 37629] New: - No worker files

2005-11-24 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 37627] - Slow and incomplete dynamic content generation after enabling native connector support

2005-11-24 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 37627] - Slow and incomplete dynamic content generation after enabling native connector support

2005-11-24 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 37627] New: - Slow and incomplete dynamic content generation after enabling native connector support

2005-11-24 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: r348665 - /tomcat/sandbox/java/org/apache/coyote/standalone/MainInetd.java

2005-11-24 Thread Cédrik LIME
At 00:35 24/11/2005 -0800, you wrote: <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Author: costin > Date: Wed Nov 23 21:34:19 2005 > New Revision: 348665 > > URL: http://svn.apache.org/viewcvs?rev=348665&view=rev > Log: > Another experiment - this class uses NIO to get the socke

Re: svn commit: r348665 - /tomcat/sandbox/java/org/apache/coyote/standalone/MainInetd.java

2005-11-24 Thread Bill Barker
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Author: costin > Date: Wed Nov 23 21:34:19 2005 > New Revision: 348665 > > URL: http://svn.apache.org/viewcvs?rev=348665&view=rev > Log: > Another experiment - this class uses NIO to get the socket from Xinetd ( > I'll also try > with