RE: [Webware-devel] status 500 on servlet errors breaks IE

2005-07-12 Thread Geoffrey Talvola
Ian Bicking wrote: > This can also be resolved by artificially increasing the length of the > response body -- IE replaces the content when the content is under a > certain length (I can't remember the exactly number). A big comment > would do it, for instance. You're right, adding a big comment

Re: [Webware-devel] status 500 on servlet errors breaks IE

2005-07-11 Thread Ian Bicking
Geoffrey Talvola wrote: This checkin was made to Subversion back in January: r2022 | jdhildeb | 2005-01-11 18:33:13 -0500 (Tue, 11 Jan 2005) | 3 lines When a servlet exception occurs, set the HTTP status code to 500, "Servlet Error". Thanks to Radoslaw Kintzi. I recently noticed that

Re: [Webware-devel] status 500 on servlet errors breaks IE

2005-07-11 Thread Chuck Esterbrook
Your proposal sounds good to me. -Chuck On 7/11/05, Geoffrey Talvola <[EMAIL PROTECTED]> wrote: > This checkin was made to Subversion back in January: > >r2022 | jdhildeb | 2005-01-11 18:33:13 -0500 (Tue, 11 Jan 2005) | 3 lines > >When a servlet exception occurs, set the HTTP status cod

[Webware-devel] status 500 on servlet errors breaks IE

2005-07-11 Thread Geoffrey Talvola
This checkin was made to Subversion back in January: r2022 | jdhildeb | 2005-01-11 18:33:13 -0500 (Tue, 11 Jan 2005) | 3 lines When a servlet exception occurs, set the HTTP status code to 500, "Servlet Error". Thanks to Radoslaw Kintzi. I recently noticed that Internet Explorer sometim