Inconsistent flushing of serializers ------------------------------------ Key: XALANC-628 URL: https://issues.apache.org/jira/browse/XALANC-628 Project: XalanC Issue Type: Bug Components: XalanC Affects Versions: CurrentCVS Reporter: David Bertoni Assigned To: David Bertoni
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. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]