[
https://issues.apache.org/jira/browse/OLINGO-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Bolz closed OLINGO-1015.
--------------------------------
> Wrong batch content header handling
> -----------------------------------
>
> Key: OLINGO-1015
> URL: https://issues.apache.org/jira/browse/OLINGO-1015
> Project: Olingo
> Issue Type: Bug
> Components: odata4-server
> Affects Versions: (Java) V4 4.2.0
> Reporter: Michael Bolz
> Assignee: Michael Bolz
> Fix For: (Java) V4 4.3.0
>
>
> The parsing of the header in the batch content (in {{BatchParserCommon}}) is
> not correct.
> Current regex {code}([a-zA-Z\-]+):\s?(.*)\s*{code} does not fit the allowed
> RFC 7230 HTTP header names consist of the following characters:
> {code}
> "!" / "#" / "$" / "%" / "&" / "'" / "*"
> / "+" / "-" / "." / "^" / "_" / "`" / "|" / "~"
> / DIGIT / ALPHA
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)