[
https://issues.jboss.org/browse/TEIID-2694?page=com.atlassian.jira.plugin...
]
Ramesh Reddy resolved TEIID-2694.
---------------------------------
Labels: Final (was: )
Fix Version/s: 8.10
Resolution: Done
Implemented the POST operation to only work with "multipart/form-data" which can
handle any binary and large file or payload support. The GET operation is still same as
before.
If you have client written before 8.10 that is doing POST operation, that will fail after
the upgrade to 8.10, those clients would need to change to use "multipart" HTTP
protocol.
You can find a full example of it here
[
https://github.com/teiid/teiid/blob/master/test-integration/common/src/te...]
Support for Blob Input in Teiid REST services
---------------------------------------------
Key: TEIID-2694
URL:
https://issues.jboss.org/browse/TEIID-2694
Project: Teiid
Issue Type: Enhancement
Affects Versions: 8.5
Environment: EAP 6.1 Alpha , Teiid 8.5
Reporter: Madhu Garimilla
Assignee: Ramesh Reddy
Labels: Final
Fix For: 8.10
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.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)