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
Dears, I'm having troubles in doing a page hit counter Filter wrapping HttpServletResponse(s) with the purpose of obtaining the count of emitted bytes. In my specialization of the HttpServletResponseWrapper I basicly catch getOutputStream() requests wrapping the ServletOutputStream returned