DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16903>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16903
[PATCH] No caching if serializer buffer-size < content length
cziegeler@apache.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From cziegeler@apache.org 2003-02-27 11:18 -------
I think your approach is a little bit too complicated. I guess the
real problem is in the AbstractTextSerializer that does not flush
the buffer when the complete document is processed. The buffer
is flushed in the recycle() method - which is absolutely too late.
So, I changed this in 2.0.x, can you test if this is working for you?
|