Support for Blob Input in Teiid REST services
---------------------------------------------
Key: TEIID-2694
URL:
https://issues.jboss.org/browse/TEIID-2694
Project: Teiid
Issue Type: Enhancement
Components: Server
Affects Versions: 8.5
Environment: EAP 6.1 Alpha , Teiid 8.5
Reporter: Madhu Garimilla
Assignee: Steven Hawkins
Fix For: 9.0, 8.12.5
We are trying to upload large files as Blobs using Teiid REST service through VDB. Though
we are writing the Blob objects to HttpUrlConnection object, it is not received on REST
method. As per the conversation in the thread
"https://community.jboss.org/thread/232840" Current parameter handling is done
through strings and needs be enhanced to support Blob objects.