You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Georg Herdt (JIRA)" <ji...@apache.org> on 2017/01/19 08:18:26 UTC

[jira] [Created] (OLINGO-1070) ODataBatch: HTTP headers with , not handled properly

Georg Herdt created OLINGO-1070:
-----------------------------------

             Summary: ODataBatch: HTTP headers with , not handled properly
                 Key: OLINGO-1070
                 URL: https://issues.apache.org/jira/browse/OLINGO-1070
             Project: Olingo
          Issue Type: Bug
          Components: odata2-core
    Affects Versions: V2 2.0.7
            Reporter: Georg Herdt
         Attachments: OlingoHttpHeaderParsing_JSON.java

Custom HTTP response headers within a ODataBatch Response get crippled and whitespace might be inserted when a , appears inside the header value.
Example:

custom-header: this,is,a,test, that will break,test
will be modfied into
custom-header: this, is, a, test, that will break.
Also see the attached  unit test.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)