Re: T5 Random Issue

2009-11-02 Thread DH
I got this issue with gzip enabled and tomcat6, tomcat5 has no problem. So I had to disable gzip in tapestry. DH http://www.gaonline.com.cn - Original Message - From: "Norman Franke" To: "Tapestry users" Sent: Tuesday, November 03, 2009 12:31 AM Subject: T5 Random Issue Periodically

Re: T5 Random Issue

2009-11-02 Thread Norman Franke
I'll see how that goes, thanks to all. Norman Franke Answering Service for Directors, Inc. www.myasd.com On Nov 2, 2009, at 11:59 AM, Inge Solvoll wrote: Try disabling gzip in tapestry. On Mon, Nov 2, 2009 at 5:34 PM, Carl Crowder wrote: I have no idea. My vague guess is that the brows

Re: T5 Random Issue

2009-11-02 Thread Jan Jirout
Hi, I had same problem. I generate images manually by dispatcher. This happen when I sometimes didn't close output stream. regards Jan On Nov 2, 2009, at 5:34 PM, Carl Crowder wrote: I have no idea. My vague guess is that the browser isn't unzipping the GZipped content for some reason - p

Re: T5 Random Issue

2009-11-02 Thread Inge Solvoll
Try disabling gzip in tapestry. On Mon, Nov 2, 2009 at 5:34 PM, Carl Crowder wrote: > I have no idea. My vague guess is that the browser isn't unzipping the > GZipped content for some reason - perhaps the content type is wrong? That > wouldn't explain why it was intermittent though. Perhaps pipe

Re: T5 Random Issue

2009-11-02 Thread Carl Crowder
I have no idea. My vague guess is that the browser isn't unzipping the GZipped content for some reason - perhaps the content type is wrong? That wouldn't explain why it was intermittent though. Perhaps pipe the output through gunzip to see if it decompresses? Norman Franke wrote: Periodically,