Re: [Resin-interest] java.io.IOException: can't clear response after writing headers

2010-08-30 Thread Aaron Freeman
This is unrelated, but worth mentioning to other people converting over from Resin 3.0.x: We had this problem when converting over from Resin 3.0.x.: The problem is that Resin 4.0.x now outputs white space in each iteration of c:forEach .../c:forEach loops, and other places where Resin

Re: [Resin-interest] java.io.IOException: can't clear response after writing headers

2010-08-30 Thread Scott Ferguson
Morawetz, Martin wrote: Resin is being more strict about conforming to the servlet/JSP spec. Is there an output flush() anywhere before that clear()? -- Scott Yes there is, and removing the out.flush() resolves the issue. Was that 'being more strict' a recent change? The same code

[Resin-interest] java.io.IOException: can't clear response after writing headers

2010-08-26 Thread Morawetz, Martin
Hi all, Some JSPs produce following error Stacktrace in our Java-log: java.io.IOException: can't clear response after writing headers at com.caucho.server.http.ResponseStream.clear(ResponseStream.java:233) at