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)