Dietmar Glachs created MARMOTTA-606:
---------------------------------------
Summary: Accept Header parsing in SPARQL Web Service not correct
Key: MARMOTTA-606
URL: https://issues.apache.org/jira/browse/MARMOTTA-606
Project: Marmotta
Issue Type: Bug
Components: Platform
Affects Versions: 3.3.0
Reporter: Dietmar Glachs
Assignee: Dietmar Glachs
Priority: Minor
The parsing of the provided accept headers (HttpServletRequest) checks only the
first header entry - see HttpServletRequest#getHeader-Method
Implementation should use the getHeaders in order to check all provided accept
header parameters. Proposed solution: provide method in MarmottaHttpUtils to
check the Enumeration<String>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)