You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Matthew Jarvis (JIRA)" <ji...@apache.org> on 2013/10/14 19:01:45 UTC

[jira] [Created] (WINK-413) org.apache.wink.json4j.JSONArray#write(OutputStream, boolean) doesn't flush BufferedWriter

Matthew Jarvis created WINK-413:
-----------------------------------

             Summary: org.apache.wink.json4j.JSONArray#write(OutputStream, boolean) doesn't flush BufferedWriter
                 Key: WINK-413
                 URL: https://issues.apache.org/jira/browse/WINK-413
             Project: Wink
          Issue Type: Bug
    Affects Versions: 1.3
            Reporter: Matthew Jarvis


The BufferedWriter that is used to write to the specified OutputStream is never flushed.  The method should attempt to flush the writer before returning like JSONObject#write(OutputStream, boolean) does.



--
This message was sent by Atlassian JIRA
(v6.1#6144)