[
https://issues.apache.org/jira/browse/AXIS2-5616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14614021#comment-14614021
]
Hiranya Jayathilaka commented on AXIS2-5616:
--------------------------------------------
That's what I thought. In that case, can we resolve this issue as fixed?
AbstractJSONDataSource already has the following bit of code:
while((readLen = br.read(tempBuf)) != -1) {
sb.append(tempBuf, 0, readLen);
}
> OOM with AbstractJSONOMBuilder
> ------------------------------
>
> Key: AXIS2-5616
> URL: https://issues.apache.org/jira/browse/AXIS2-5616
> Project: Axis2
> Issue Type: Bug
> Components: json
> Affects Versions: 1.6.2
> Reporter: Ben Jaing
> Attachments: AXIS2-5616.patch
>
>
> At line 123 in AbstractJSONOMBuilder.java, it doesn't check if the Reader has
> reached the end of the stream. The result is Out of memory in JVM.
> Fix: check if reader.read() returns -1, which means end of stream.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]