[BUG 235] ajp13 and RequestDispatcher.forward() gotcha !

2001-02-02 Thread GOMEZ Henri
It's late but I found it. After some ethereal dumps I noticed that the finish method in org.apache.tomcat.modules.server.Ajp13Interceptor is called 2 times when using forward and so we sent 2 time the END_OF_RESPONSE to the Apache Web Server. So Apache (depending on reqs rate and load) will

Re: [BUG 235] ajp13 and RequestDispatcher.forward() gotcha !

2001-02-02 Thread Craig R. McClanahan
GOMEZ Henri wrote: It's late but I found it. After some ethereal dumps I noticed that the finish method in org.apache.tomcat.modules.server.Ajp13Interceptor is called 2 times when using forward and so we sent 2 time the END_OF_RESPONSE to the Apache Web Server. So Apache (depending on

RE: [BUG 235] ajp13 and RequestDispatcher.forward() gotcha !

2001-02-02 Thread GOMEZ Henri
Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 03, 2001 3:28 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Dan Milstein Subject: Re: [BUG 235] ajp13 and RequestDispatcher.forward() gotcha ! GOMEZ Henri wrote: It's late but I found it. After some

RE: [BUG 235] ajp13 and RequestDispatcher.forward() gotcha !

2001-02-02 Thread GOMEZ Henri
. -- Albert Einstein -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 03, 2001 3:35 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Dan Milstein; Craig R. McClanahan Subject: RE: [BUG 235] ajp13 and RequestDispatcher.forward() gotcha ! TC 3.2.1 seems