I'll work on this ( I'm in the middle of something - as soon as I get 
some time, this is on the top of my list ). 


>> I reverted tc5 for my own convenience.  I didn't revert tomcat_4_branch
>> becuase I thought that you may want hack more there.  :-)

Yes, but if it brakes something... I'll revert it today - hopefully 4.1.15 
is not yet built.

>> >I think the main question is if releasePageContext is required by the
>> >spec to flush() ( i.e. commit the message ) or not.
>> >
>>
>>
>> The spec is not specific about this.  So it is up to the
>> implementation. :-)
> 
> Good, then we *have to* avoid flushing. (better performance from the
> client side - Coyote makes chunking almost free already, so no gain on
> the server -, plus we comply better with the spirit of the specification).


Performance is the secondary issue here - if the spec doesn't define it
then it's a compliance bug. Side effects ( like flushing the out stream ) 
must be defined in the method documentation. Flushing/commiting/closing the 
stream is too important.

Kin-Man - if you have some quick way to get a confirmation from some
jsp spec people - it could save us some time :-)


> It seems like an unwanted Jasper limitation. We should fix it.

I'll do it ASAP. Sorry I couldn't yesterday.

Costin



--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to