Ignacio,

I was able to create a reproducible test case for you.  It turns out this
seems to be an Apache 2.0.39 issue only...

Anyway, attached are two HTML files (copies of the Jakarta developer's
guide).  The first copy (Apache2TestShort.htm) is roughly 7k in size and
displays without a problem.  The second copy (Apache2TestLong.htm) is
roughly 24k in size and doesn't display correctly.  It gets cut off at 8192
bytes.  I can reproduce this on my laptop (W2K Pro, P3) in both IE 5.5 and
Navigator 4.75.  On my tower (W2K Server, P4), I can reproduce on Navigator
4.79 only and it works in IE 5.5.

Dave


-----Original Message-----
From: Short, Dave 
Sent: July 24, 2002 3:28 PM
To: 'Tomcat Users List'
Subject: RE: Re[2]: Apache 2.0.39 and Tomcat 4.1.8 Servlet issue


Ignacio,

I can't provide a test case because my servlet is calling a component from
an application server.  The HTML is actually built in the component, within
the application server, and returned to the servlet, web server and
ultimately to the browser.

Basically, some of the HTML pages are around 30-50k in size.

Dave

-----Original Message-----
From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]]
Sent: July 24, 2002 1:34 PM
To: 'Tomcat Users List'
Subject: RE: Re[2]: Apache 2.0.39 and Tomcat 4.1.8 Servlet issue


I'm little out if this thread, could anyone give detaails about the test
case, maybe attaching it to an ad hoc bug in bugzilla, thanks

I'll take a look on this, if i can reproduce it..

Saludos ,
Ignacio J. Ortega


> -----Mensaje original-----
> De: Short, Dave [mailto:[EMAIL PROTECTED]]
> Enviado el: 24 de julio de 2002 21:21
> Para: 'Tomcat Users List'
> Asunto: RE: Re[2]: Apache 2.0.39 and Tomcat 4.1.8 Servlet issue
> 
> 
> Perhaps one of the mod_jk2 developers could comment?
> 
> -----Original Message-----
> From: Jacob Kjome [mailto:[EMAIL PROTECTED]]
> Sent: July 24, 2002 12:15 PM
> To: Tomcat Users List
> Subject: Re[2]: Apache 2.0.39 and Tomcat 4.1.8 Servlet issue
> 
> 
> Hello Dave,
> 
> Yeah, I've noticed the same thing with Mozilla (latest nightly build).
> It think mod_jk2 is doing something wrong with the http headers.  IE
> tends to be really lax in enforcing various specs which is why you
> always hear complaints saying "but it works in IE" thinking it is
> Netscape's fault for not doing it right when, in fact, Netscape is
> doing things propery and IE is just ignoring bad syntax.
> 
> Either way, something is not quite right with mod_jk2 and http1.1
> 
> Jake
> 
> Wednesday, July 24, 2002, 12:11:59 PM, you wrote:
> 
> SD> I'm using mod_jk2...  
> 
> SD> It seems to work somewhat consistently on IE 5.5 and VERY 
> inconsistently
> on
> SD> Netscape 4.7x on my W2K professional laptop.  It works 
> fine with IE 5.5
> on
> SD> my W2K server tower, but not with Navigator 4.7x.  Strange.
> 
> SD> -----Original Message-----
> SD> From: Chris McCabe [mailto:[EMAIL PROTECTED]]
> SD> Sent: July 24, 2002 10:06 AM
> SD> To: Tomcat Users List
> SD> Subject: Re: Apache 2.0.39 and Tomcat 4.1.8 Servlet issue
> 
> 
> SD> I ran into the same problem, and it appears to be related to the 
> SD> mod_webapp module.  I switched to using mod_jk and it now 
> works.  I 
> SD> could not find any clues to what was causing the problem 
> (exceptions, 
> SD> etc.) and searching the web only turned up others having the same 
> SD> problem with no solution.
> 
> SD> Chris
> 
> SD> Short, Dave wrote:
> 
> >>There is an issue with Apache 2.0.39 and Tomcat 4.1.8 
> (actually this issue
> >>first appeared with Apache 2.0.36 and Tomcat 4.0.x).  It seems, if a
> SD> servlet
> >>returns content (dynamically built HTML for instance) which 
> exceeds 8192
> in
> >>length, the content is truncated at 8192 and a blank page 
> is rendered by
> >>Apache.  Actually, Apache renders what was returned by 
> Tomcat (8192 bytes
> SD> of
> >>the dynamically generated HTML page).  Basically, an 
> incomplete HTML page
> -
> >>hence it is displayed as blank.
> >>
> >>--
> >>To unsubscribe, e-mail:
> SD> <mailto:[EMAIL PROTECTED]>
> >>For additional commands, e-mail:
> SD> <mailto:[EMAIL PROTECTED]>
> >>
> >>
> >>  
> >>
> 
> 
> 
> 
> 
> -- 
> Best regards,
>  Jacob                            mailto:[EMAIL PROTECTED]
> 
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> 

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

Attachment: Apache2Test.zip
Description: Binary data

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to