Re: [RESULTS][VOTE] Release build 6.0.25

2010-03-04 Thread Bill Stoddard
On 3/4/10 3:13 AM, Henri Gomez wrote: A dependency on an 'unreleased' product ? I think he means Apache Geronimo. Bill - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomca

Re: Console for Tomcat

2010-03-02 Thread Bill Stoddard
On 3/2/10 1:33 PM, William A. Rowe Jr. wrote: On 3/2/2010 7:18 AM, Mark Thomas wrote: On 02/03/2010 00:20, Sandro Martini wrote: For a Full Administration Console (I don't see this since a long time) we have to see later, this is complex and requires many features ... This i

Re: jk/cluster - intelligent systems load

2010-02-19 Thread Bill Stoddard
On 2/19/10 8:24 AM, Henri Gomez wrote: If we goes back to the original thread and using Hyperic stuff in a servlet filter or whatever Tomcat extension ? Absolutely - a filter would be perfect and will work with any servlet engine. Jetty users will thanks Tomcat community :)

Re: TCK Issue with Tomcat 5.5.12

2005-12-22 Thread Bill Stoddard
Bill Barker wrote: "Bill Stoddard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Remy Maucherat wrote: Bill Stoddard wrote: Nope, that's incorrect. From RFC2616, the official HTTP standard definition: The presence of a message-body in a reque

Re: TCK Issue with Tomcat 5.5.12

2005-12-22 Thread Bill Stoddard
Remy Maucherat wrote: Bill Stoddard wrote: Nope, that's incorrect. From RFC2616, the official HTTP standard definition: The presence of a message-body in a request is signaled by the inclusion of a Content-Length or Transfer-Encoding header field in the request's message-h

Re: TCK Issue with Tomcat 5.5.12

2005-12-22 Thread Bill Stoddard
Remy Maucherat wrote: Bill Barker wrote: AFAICT, this code is assuming that there will always be a message body in the POST Request. However, this is not necessarily the case (and is certainly not true for the problem at hand). Eventually, SocketInputStream.read() is called from within o.a