Any opinions ?
This is a significant change - I won't do it unless I have some feedback.
The issues is moving flush() out of PageContextImpl.release() and into
the generated java code, just before calling releasePageContext().
My assertion is that release() shouldn't have the flush() as side ef
Remy Maucherat wrote:
>> If we let the servlet wrapper deal with it - then we need a 'partial
>> flush'
>> in release() - which will just move the data to the parent buffer (
>> OutputBuffer from what I see ), but without calling flush on it.
>>
>> Remy, what do you think ?
>
> Yes, I think I agr