-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: CurrentCVS
-
Fix Version/s: CurrentCVS
-
Component/s: XalanC
-
Labels:None
The new serializers do not flush the underlying writer during the endDocument() call. This leads to inconsistent behavior with respect to the old serializers. Normally, it's not a problem, but it can lead to confusing in users' code, and it does mean that the final buffer of output is not flushed until the underlying XalanPrintWriter is destroyed.