Project:
View Revisions: Issue #37135 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0037135: OOM parsing corrupted JSON | ||
Revision | 2017-10-20 13:59 by alostale | ||
Description | When a corrupted JSON string is parsed to instantiate a JSONObject, an OOM Exception can be thrown. Even it is very unlikely this to happen because the string must be corrupted in a very particular manner, it can occur when data is sent from client to server. This is an issue in current version (1.3) of jettison library that is fixed in newer versions [1]. --- [1] https://github.com/jettison-json/jettison/commit/334f9ba080784b65da5 [^] |
||
Revision | 2017-10-20 13:54 by alostale | ||
Description | When a corrupted JSON string is parsed to instantiate a JSONObject, an OOM Exception can be thrown. Even it is very unlikely this to happen because the string must be corrupted in a very particular manner, it can occur when data is sent from client to server. |
Copyright © 2000 - 2009 MantisBT Group |