]
Ted Jones updated TEIIDDES-2431:
--------------------------------
Fix Version/s: 9.0.1
Git Pull Request:
Designer generated REST WAR handles the LOBS incorrectly
--------------------------------------------------------
Key: TEIIDDES-2431
URL:
https://issues.jboss.org/browse/TEIIDDES-2431
Project: Teiid Designer
Issue Type: Bug
Components: Web Services Support
Affects Versions: 8.0
Reporter: Ramesh Reddy
Assignee: Ted Jones
Priority: Critical
Fix For: 9.0.1
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.