Re: Migrating from Tomcat404 to Tomcat5019. Problem with Filter

2004-04-16 Thread Alex Moots
nking issue. I have to run to a meeting though ;) Yoav Shapira Millennium Research Informatics -Original Message- From: Antonio Fiol Bonnín [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 2:22 AM To: Tomcat Users List Subject: Re: Migrating from Tomcat404 to Tomcat5019. Probl

RE: Migrating from Tomcat404 to Tomcat5019. Problem with Filter

2004-04-16 Thread Shapira, Yoav
nking issue. I have to run to a meeting though ;) Yoav Shapira Millennium Research Informatics >-Original Message- >From: Antonio Fiol Bonnín [mailto:[EMAIL PROTECTED] >Sent: Friday, April 16, 2004 2:22 AM >To: Tomcat Users List >Subject: Re: Migrating from Tomcat404 to T

Re: Migrating from Tomcat404 to Tomcat5019. Problem with Filter

2004-04-15 Thread Antonio Fiol Bonnín
Two things I would double-check: a) The approach of creating a PrintWriter at constructor time. Is that the "right way" of doing that? b) Think of implementing flush and/or close for your ServletOutputStream. HTH (but these are mostly wild guesses) Antonio Fiol Alex Moots wrote: I've been usi

Migrating from Tomcat404 to Tomcat5019. Problem with Filter

2004-04-15 Thread Alex Moots
I've been using a custom made servlet filter developed for Tomcat404. It has worked perfectly for a long time. The basic idea of the filter is that it acts as a wrapper around the response filter capturing the response output so that the output can be sent to a second destination (ie an email