Gary Albelli wrote:

> I was reading this bug report and could not find where the jsp spec
> indicates that the buffer should be flushed prior to processing the include.
>

You're right ... the servlet spec does not require this behavior (although JSP 1.1
pages that use <jsp:include page="/xxxxx" flush="true"/> are already used to causing
the flush to happen).

This patch is a workaround to a design flaw in Tomcat 3.2 -- fixing it requires both a
volunteer to do this work (which might be substantial) and an unknown, but probably
significant, amount of time.

>
> Thanks
> Gary
>

Craig McClanahan


Reply via email to