Re: Ajp13 wrong Response

2002-10-02 Thread Vince Clark
I have been turning over every stone I can find. Still no progress. I haven't ruled out a session problem but can't come up with a good way to reproduce the error. It would have to involve some way of accepting multiple cookies and making requests using each one. Do you know of any good docume

Re: Ajp13 wrong Response

2002-10-02 Thread Henri Gomez
Vince Clark wrote: > I found this post while researching the mail list archives for a problem > I am having. The description Henri provides sounds exactly like what is > happening with my application. I have included the original threads below. > > Prior to reading this posting I had not come t

Re: Ajp13 wrong Response

2002-10-02 Thread Vince Clark
; > - > Henri Gomez ___[_] > EMAIL : [EMAIL PROTECTED](. .) > PGP KEY : 697ECEDD...oOOo..(_)..oOOo... > PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 > > > > >-Original Message- > >From: Angel Aray [mailto:[EM

RE: [PATCH] Ajp13 wrong Response

2001-07-18 Thread Mike Anderson
DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >From: William Barker [mailto:[EMAIL PROTECTED]] >Sent: Monday, July 09, 2001 8:58 PM >To: [EMAIL PROTECTED] >Subject: [PATCH] Ajp13 wrong Response > > >This fixes the problem reported by Angel Aray in

RE: [PATCH] Ajp13 wrong Response

2001-07-10 Thread GOMEZ Henri
ingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >From: William Barker [mailto:[EMAIL PROTECTED]] >Sent: Monday, July 09, 2001 8:58 PM >To: [EMAIL PROTECTED] >Subject: [PATCH] Ajp13 wrong Response > > >This fixes the problem reported by Angel

[PATCH] Ajp13 wrong Response

2001-07-09 Thread William Barker
This fixes the problem reported by Angel Aray in thread 23795. The diff is against TC3.3 M4. What was happening is that the user hitting the "stop" button in the browser was invoking the re-try broken connection logic. This totally freaks out the proxy server who now thinks that the re-sent pag

RE: Ajp13 wrong Response

2001-07-05 Thread GOMEZ Henri
>I am seeing the problem appears almost on a daily basis with >very little traffic. When the 3 people who use the system (consisting >of 3 html forms and 3 servlets) happen to hit submit roughtly >at the same time the problems appears. low traffic with little concurrent access. >Once the proble

RE: Ajp13 wrong Response

2001-07-03 Thread Angel Aray
request would get back some apparently good response. -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Martes, 03 de Julio de 2001 10:45 a.m. To: [EMAIL PROTECTED] Subject: RE: Ajp13 wrong Response Very difficult to reproduce a situation under heavy load. I

Re: Ajp13 wrong Response

2001-07-03 Thread Bill Barker
t.println("Hello World"); throw new IOException("Hi Mom!"); } } - Original Message - From: "GOMEZ Henri" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 03, 2001 7:45 AM Subject: RE: Ajp13 wrong Response > Very d

RE: Ajp13 wrong Response

2001-07-03 Thread GOMEZ Henri
..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >From: Angel Aray [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, July 03, 2001 2:46 PM >To: [EMAIL PROTECTED] >Subject: RE: Ajp13 wrong Response > > > >I'll try that, but

RE: Ajp13 wrong Response

2001-07-03 Thread Angel Aray
I'll try that, but the problem I am seeing is with tomcat as late as TC 3.3-M3. -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Martes, 03 de Julio de 2001 04:10 a.m. To: [EMAIL PROTECTED] Subject: RE: Ajp13 wrong Response >> I am having a problem wh

RE: Ajp13 wrong Response

2001-07-03 Thread GOMEZ Henri
>> I am having a problem which is very difficult to reproduce. >Under certain >> conditions some request get the response for some other >request. It looks >> like at some point probably due to some synchronization issues tomcat >> mixes de responses from different clients. It was a known probl

Re: Ajp13 wrong Response

2001-07-02 Thread Bill Barker
I take back my previous post. This is still happening in M4 (and I'm still clueless why). - Original Message - From: "Angel Aray" <[EMAIL PROTECTED]> To: "'Tomcat-Dev" <[EMAIL PROTECTED]> Sent: Friday, June 29, 2001 4:29 PM Subject: Ajp13 wrong

Re: Re: Ajp13 wrong Response

2001-07-01 Thread mark.abbott
Regarding email from Bill Barker on Jun 29 18:35:

Re: Ajp13 wrong Response

2001-06-29 Thread Bill Barker
I've seen it, but couldn't track it down. I haven't seen it come back in M4, but haven't been testing M4 long either. - Original Message - From: "Angel Aray" <[EMAIL PROTECTED]> To: "'Tomcat-Dev" <[EMAIL PROTECTED]> Sent: Fr

Ajp13 wrong Response

2001-06-29 Thread Angel Aray
I am having a problem which is very difficult to reproduce. Under certain conditions some request get the response for some other request. It looks like at some point probably due to some synchronization issues tomcat mixes de responses from different clients. I hadn't seen this behavior before,