Re: Bug 42409

2008-11-02 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > I believe the fix that is being suggest is correct, > > any takers? Given that the spec says clear the buffer and there is a method that does exactly that I agree that the fix is correct. I also like that it makes header behaviour consistent for custom error page

Re: Bug 42409

2008-10-23 Thread Tim Funk
1) I think you might also need in StandardHostValve.java: setStatus(status, message); But the more I dig the less I am convinced that the above snippet is needed. 2) And then this probably needs deprecated public void reset(int status, String message) { 3) reset() also did this: coyoteRe