]
RH Bugzilla Integration commented on TEIID-4055:
------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug
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