[
https://issues.apache.org/jira/browse/ASTERIXDB-2805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17236424#comment-17236424
]
ASF subversion and git services commented on ASTERIXDB-2805:
------------------------------------------------------------
Commit 7cd610ebbb02958f17d423da6e28a36d5721e2fe in asterixdb's branch
refs/heads/master from Ali Alsuliman
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=7cd610e ]
[ASTERIXDB-2805][API] Fix http server handling of duplicate parameters
- user model changes: yes
- storage format changes: no
- interface changes: yes
Details:
Do not reduce multiple parameter values into one value
(i.e. joining the values using a comma). Keep multiple
values separate. For APIs that accept a single value,
return the first value.
Change-Id: I115caa4b2ad890cb5fc30cc3c67514b5cba7049a
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/8946
Integration-Tests: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Reviewed-by: Michael Blow <[email protected]>
> Fix http server handling of duplicate parameters
> ------------------------------------------------
>
> Key: ASTERIXDB-2805
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2805
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: API - HTTP API
> Affects Versions: 0.9.4
> Reporter: Ali Alsuliman
> Assignee: Ali Alsuliman
> Priority: Major
> Fix For: 0.9.5
>
>
> The hyracks http server joins duplicate parameters with a comma, presenting
> these as a single parameter to consumers of the API. This API should be
> improved to ensure duplicate parameters are kept separate and only allowed
> when supported by the endpoint.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)