Re: Spec conflict between ServletResponse.getWriter() and ServletResponse.reset()

2007-03-02 Thread Mark Thomas
Remy Maucherat wrote: > Mark Thomas wrote: >> Looking into bug 37072 has identified a conflict in the spec. >> http://issues.apache.org/bugzilla/show_bug.cgi?id=37072 >> >> Consider the following sequence of calls: >> >> response.setCharacterEncoding("UTF-8"); >> response.getWriter(); >> response.r

Re: Spec conflict between ServletResponse.getWriter() and ServletResponse.reset()

2007-03-02 Thread Remy Maucherat
Mark Thomas wrote: Looking into bug 37072 has identified a conflict in the spec. http://issues.apache.org/bugzilla/show_bug.cgi?id=37072 Consider the following sequence of calls: response.setCharacterEncoding("UTF-8"); response.getWriter(); response.reset(); After this the writer encoding and

Spec conflict between ServletResponse.getWriter() and ServletResponse.reset()

2007-03-01 Thread Mark Thomas
Looking into bug 37072 has identified a conflict in the spec. http://issues.apache.org/bugzilla/show_bug.cgi?id=37072 Consider the following sequence of calls: response.setCharacterEncoding("UTF-8"); response.getWriter(); response.reset(); After this the writer encoding and response encoding do