Re: Filter, HttpServletResponseWrapper, ServletOutputStream PrintWriter in Tomcat 5.x

2004-10-31 Thread Giampaolo Tomassoni
Never mind: was a buffering issue. The JspWriter uses HttpServletResponseWrapper#flushBuffer() call, which I didn't override. Thanks anyway, Giampaolo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Filter, HttpServletResponseWrapper, ServletOutputStream PrintWriter in Tomcat 5.x

2004-10-30 Thread Giampaolo Tomassoni
be there). Does anybody know why ServletOutputStream is so messy? Hystorical reasons? Thank you in advance for you attentions, Giampaolo Tomassoni -- code -- protected static class CounterResponseWrapper extends HttpServletResponseWrapper { protected interface Countable

Further details

2004-10-30 Thread Giampaolo Tomassoni
on the getWriter() call to obtain a PrintWriter (and, in fact, my overriding version of getWriter() gets called...). Putting a [EMAIL PROTECTED] autoFlush=true/false% doesn't help either. Any idea? Regards everybody, Giampaolo Tomassoni