You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Amarjit Thouna (JIRA)" <ji...@apache.org> on 2018/10/26 22:12:00 UTC

[jira] [Created] (OLINGO-1314) "OData-MaxVersion" string inputs are thrown back in the response

Amarjit Thouna created OLINGO-1314:
--------------------------------------

             Summary: "OData-MaxVersion" string inputs are thrown back in the response
                 Key: OLINGO-1314
                 URL: https://issues.apache.org/jira/browse/OLINGO-1314
             Project: Olingo
          Issue Type: Bug
          Components: odata4-server
    Affects Versions: (Java) V4 4.4.0
            Reporter: Amarjit Thouna


When we sent a request with a header like:
{code:java}
OData-MaxVersion: Hello world{code}
it returns something like:
{    "error": {        "code": null,        "message": "Hello world"    }
}
Probably this is where the issue is coming  from [https://github.com/apache/olingo-odata4/blob/master/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/constants/ODataServiceVersion.java#L68] 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)