-
Bug
-
Resolution: Done
-
Critical
-
8.0
-
None
The REST war generated when dealing with XML, CLOBs and BLOBs materializes the content to a string before posting to a response. This can lead to OOM in the JVM. It needs to write the contents as a stream to HTTP Response object.