Possible bug with ETag in 304 responses - dev input requested

2007-05-19 Thread Len Popp
id a simple test to verify this, requesting the same file twice to get first a 200 and then a 304 response from Tomcat. The headers, as reported by Firefox's Live HTTP Headers plugin, can be seen here: http://marc.info/?l=tomcat-user&m=117950251422474&w=2 Am I correct that t

Re: Possible bug with ETag in 304 responses - dev input requested

2007-05-20 Thread Len Popp
On 5/20/07, Julian Reschke <[EMAIL PROTECTED]> wrote: Yes, I think that's correct. It's bug. OK then, I'll submit a bug report. -- Len Popp [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: 5.5.24 candidate binaries

2007-06-20 Thread Len Popp
It's been running fine on Windows for a few days. -- Len On 6/20/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: how is 5.5.24 looking, if no one objects, I'll plan to start a vote on friday Filip Filip Hanik - Dev Lists wrote: > http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.2

Re: Juli/Logging

2007-08-02 Thread Len Popp
On 7/31/07, Rainer Jung <[EMAIL PROTECTED]> wrote: > My personal opinion: java.util.logging very much lacks a good formatter. > The default 2 line formatting of messages, splitting timestamps and > message in separate lines, is not really useful in production. Many ad > hoc log analysis practices w

Re: Juli/Logging

2007-08-02 Thread Len Popp
On 8/3/07, Costin Manolache <[EMAIL PROTECTED]> wrote: > On 8/2/07, Len Popp <[EMAIL PROTECTED]> wrote: > > > > On 7/31/07, Rainer Jung <[EMAIL PROTECTED]> wrote: > > > My personal opinion: java.util.logging very much lacks a good formatter. >

Re: Juli/Logging

2007-08-03 Thread Len Popp
would wish things like configuring the depth > of the stack printed. > > Len Popp wrote: > > On 7/31/07, Rainer Jung <[EMAIL PROTECTED]> wrote: > >> My personal opinion: java.util.logging very much lacks a good formatter. > >> The default 2 line formatting of

Re: Are Sticky Sessions really necessary?

2007-11-02 Thread Len Popp
You can indeed use session replication without sticky sessions, and the session data will be copied to all the Tomcat servers. However it may be inefficient. You probably have to use synchronous replication to ensure the session data is consistent across the cluster, which adds latency to the reque

Re: Are Sticky Sessions really necessary?

2007-11-03 Thread Len Popp
pSession class > using the setAttribute or putValue methods appropriately. > .... > > regards > Peter > > Am 02.11.2007 um 22:37 schrieb Len Popp: > > > You can indeed use session replication without sticky sessions, and > > the session data will be copied to

dev@tomcat.apache.org

2008-02-29 Thread Len Popp
The HTML 4 spec requires a "name=value" pair between the &'s, by my reading. Not necessarily in every URL, but at least when a form is submitted via a GET request. ref. http://www.w3.org/TR/html4/interact/forms.html#h-17.13.3.4 That's the commonest way to create URL query strings but not the *only*

Re: ISAPI Redirector issue | Building |

2010-06-14 Thread Len Popp
On Mon, Jun 14, 2010 at 10:51, Mladen Turk wrote: > You will also need the Server 2003r2 platform SDK, and if > building from GUI adjust the include and lib directories > from the SDK to take precedence over the ones from visual studio. > After you install the Server 2003 Platform SDK, here's ho