RE: Blank Line Filter

2004-10-26 Thread CRANFORD, CHRIS
x27;Struts Users Mailing List' Subject: RE: Blank Line Filter I removed all the filter logic and left it as a simple call to the chainFilter.doFilter(). On some pages it works fine. On others I get this servlet exception: 2004-10-26 14:44:10,965 DEBUG [InsertTag]: [ServletException in

RE: Blank Line Filter

2004-10-26 Thread CRANFORD, CHRIS
being rendered may be causing an issue. The same page with 153 records works. Page with 233 records fail. Chris -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 2:01 PM To: Struts Users Mailing List Subject: RE: Blank Line Filter H. I

Re: Blank Line Filter

2004-10-26 Thread Mark Lowe
-- From: Robert Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 1:19 PM To: Struts Users Mailing List Subject: RE: Blank Line Filter I think your looking for a data compression filter. http://www.onjava.com/pub/a/onjava/2003/11/19/filters.html?page=1 robert -Original Message-

RE: Blank Line Filter

2004-10-26 Thread Robert Taylor
owser apparently doesn't know how to handle the content once its passed through the filter. robert > -Original Message- > From: CRANFORD, CHRIS [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 26, 2004 2:17 PM > To: 'Struts Users Mailing List' > Subject: R

RE: Blank Line Filter

2004-10-26 Thread CRANFORD, CHRIS
esday, October 26, 2004 1:19 PM To: Struts Users Mailing List Subject: RE: Blank Line Filter I think your looking for a data compression filter. http://www.onjava.com/pub/a/onjava/2003/11/19/filters.html?page=1 robert > -Original Message- > From: CRANFORD, CHRIS [mailto:[EMAI

RE: Blank Line Filter

2004-10-26 Thread CRANFORD, CHRIS
The trimSpaces is only applicable for Tomcat 5 and we're still using v4 due to AIX/JDK compatibility issues. Chris -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 2:00 PM To: Struts Users Mailing List Subject: Re: Blank Line Filter If y

RE: Blank Line Filter

2004-10-26 Thread Robert Taylor
- > From: CRANFORD, CHRIS [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 26, 2004 1:39 PM > To: 'Struts Users Mailing List' > Subject: RE: Blank Line Filter > > > Robert - > > One thing I am noticing is that our action forwards to a jsp wit

Re: Blank Line Filter

2004-10-26 Thread Mark Lowe
PM To: Struts Users Mailing List Subject: RE: Blank Line Filter I think your looking for a data compression filter. http://www.onjava.com/pub/a/onjava/2003/11/19/filters.html?page=1 robert -Original Message- From: CRANFORD, CHRIS [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 12:26

RE: Blank Line Filter

2004-10-26 Thread CRANFORD, CHRIS
: Blank Line Filter I think your looking for a data compression filter. http://www.onjava.com/pub/a/onjava/2003/11/19/filters.html?page=1 robert > -Original Message- > From: CRANFORD, CHRIS [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 26, 2004 12:26 PM > To: '

RE: Blank Line Filter

2004-10-26 Thread CRANFORD, CHRIS
ut to the end users browser. -Original Message- From: David Stevenson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 1:32 PM To: Struts Users Mailing List Subject: Re: Blank Line Filter Is it really making that much of an impact? Each blank line is only one

Re: Blank Line Filter

2004-10-26 Thread David Stevenson
Is it really making that much of an impact? Each blank line is only one byte. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Blank Line Filter

2004-10-26 Thread Robert Taylor
I think your looking for a data compression filter. http://www.onjava.com/pub/a/onjava/2003/11/19/filters.html?page=1 robert > -Original Message- > From: CRANFORD, CHRIS [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 26, 2004 12:26 PM > To: '[EMAIL PROTECTED]' > Subject: Blank Line

RE: Blank Line Filter

2004-10-26 Thread CRANFORD, CHRIS
I found a great utility called trimFilter on the net; however I've noticed that it fails with out of memory on very large outputs of page data. I also noticed it does not lend itself well to tiles inserts. Any suggestions on how I could read the response data in a custom filter without an OutOfMe