[
https://issues.jboss.org/browse/TEIID-4055?page=com.atlassian.jira.plugin...
]
Ramesh Reddy resolved TEIID-4055.
---------------------------------
Fix Version/s: 9.0
8.12.5
Resolution: Done
Labels: Beta1 (was: )
The previous code it differentiated the $value calls, but did not differentiate
serializer in those cases, but the updated code does, and the new interface of the
ServiceHandler has flag defining the $value as binary data. In cases of binary data, the
service needs to convert into right data types.
OData - updating of raw value fails (PUT method to URL with path
$value)
------------------------------------------------------------------------
Key: TEIID-4055
URL:
https://issues.jboss.org/browse/TEIID-4055
Project: Teiid
Issue Type: Sub-task
Components: OData
Reporter: Juraj DurĂ¡ni
Assignee: Ramesh Reddy
Labels: Beta1
Fix For: 9.0, 8.12.5
*URL:*
http://localhost:8080/odata4/olingo_basic/Source/PutPropTable(1)/name/$value
*Method:* PUT
*Header:* Content-type: text/plain
*Body of request:* it is build like this:
{code:java}
new ByteArrayInputStream("6".getBytes())
{code}
*Response:* The content-type range 'application/xml' is not supported as value of
the Accept header.
*Status code:* 406
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)