Re: AJP Flush Packet causing text/plain output

2007-10-03 Thread Mark Deneen
I encountered a similar problem, where one servlet had a bug where the headers would be set _after_ the data had been sent. The result was that unrelated responses would come back as text/plain. Once I found the offending code and fixed it, the issue has not surfaced again. Mark On 9/24/07,

Re: AJP Flush Packet causing text/plain output

2007-10-03 Thread Filip Hanik - Dev Lists
this is probably what you run into http://issues.apache.org/bugzilla/show_bug.cgi?id=43478 Filip Mark Deneen wrote: I encountered a similar problem, where one servlet had a bug where the headers would be set _after_ the data had been sent. The result was that unrelated responses would come

Re: AJP Flush Packet causing text/plain output

2007-09-26 Thread Rémy Maucherat
On 9/24/07, Larry Reisler [EMAIL PROTECTED] wrote: We recently switched our development JBOSS instance from 4.05GA to 4.21GA Which AJP connector is used in JBoss exactly ? Normally, the two connectors in org.apache.coyote.ajp cannot be doing what you see. Rémy

Re: AJP Flush Packet causing text/plain output

2007-09-25 Thread Rainer Jung
Hi Larry, Larry Reisler wrote: We recently switched our development JBOSS instance from 4.05GA to 4.21GA, where we are have been using mod_jk for connecting an Apache front end server (2.2) to the Tomcat AppServer. We have noticed Would you mind telling us the JK version? periodic times

RE: AJP Flush Packet causing text/plain output

2007-09-25 Thread Larry Reisler
Thanks for your reply. There is a holiday here right now, so I'm not sure if I will be able to get to file the Bugzilla issue before the holiday break. We tried a few different versions of mod_jk (the early ones had other issues), but all the latest ones showed the problem. We are currently

Re: AJP Flush Packet causing text/plain output

2007-09-25 Thread Rainer Jung
Larry Reisler wrote: Thanks for your reply. There is a holiday here right now, so I'm not sure if I will be able to get to file the Bugzilla issue before the holiday break. We tried a few different versions of mod_jk (the early ones had other issues), but all the latest ones showed the

Re: AJP Flush Packet causing text/plain output

2007-09-25 Thread Mladen Turk
Jim Jagielski wrote: Thanks for the patch. I'll check and likely commit. The core problem maybe is inside the Tomcat AJP connector (shouldn't send flush packets before sending headers) or in the webapp (which might trigger flushes to early), but it will be definitely good to be tolerant on

Re: AJP Flush Packet causing text/plain output

2007-09-25 Thread Martin Gainty
On a related note Has there been any jk connector releases for Apache HTTP 2.2? Thanks M-- - Original Message - From: Mladen Turk [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, September 25, 2007 11:04 AM Subject: Re: AJP Flush Packet causing text/plain

Re: AJP Flush Packet causing text/plain output

2007-09-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, Martin Gainty wrote: On a related note Has there been any jk connector releases for Apache HTTP 2.2? Any reasonably recent version of mod_jk will work for Apache httpd 2.2. As always, building your own binary is the best strategy, but

Re: AJP Flush Packet causing text/plain output

2007-09-25 Thread Rainer Jung
Hi Lary, Larry Reisler wrote: Thanks for your reply. There is a holiday here right now, so I'm not sure if I will be able to get to file the Bugzilla issue before the holiday break. Maybe this time we are faster than our request ticketing ... We tried a few different versions of mod_jk

RE: AJP Flush Packet causing text/plain output

2007-09-25 Thread Larry Reisler
the patch ASAP. Thanks so much for your help. Larry. -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 8:58 PM To: Tomcat Users List Subject: Re: AJP Flush Packet causing text/plain output Hi Lary, Larry Reisler wrote: Thanks for your

Re: AJP Flush Packet causing text/plain output

2007-09-25 Thread mgainty
-- - Original Message - Wrom: NBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDR To: Tomcat Users List users@tomcat.apache.org Cc: Oren Hurvitz [EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 4:45 PM Subject: RE: AJP Flush Packet causing text/plain output I understand your hesitation. I agree that my method

Re: AJP Flush Packet causing text/plain output

2007-09-25 Thread Bill Barker
This has been given the bug # http://issues.apache.org/bugzilla/show_bug.cgi?id=43478 Rainer Jung [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi Lary, Larry Reisler wrote: Thanks for your reply. There is a holiday here right now, so I'm not sure if I will be able to get to

AJP Flush Packet causing text/plain output

2007-09-24 Thread Larry Reisler
We recently switched our development JBOSS instance from 4.05GA to 4.21GA, where we are have been using mod_jk for connecting an Apache front end server (2.2) to the Tomcat AppServer. We have noticed periodic times when the apache web server will return data with a content-type of plain/text