[
https://issues.apache.org/jira/browse/KNOX-1727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16737157#comment-16737157
]
ASF subversion and git services commented on KNOX-1727:
-------------------------------------------------------
Commit 193502a3000b04d2121364dd0b3989cd70df99f0 in knox's branch
refs/heads/master from Kevin Risden
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=193502a ]
KNOX-1727 - Values should not be forced in query parameters when proxying
through Knox
Signed-off-by: Kevin Risden <[email protected]>
> Values should not be forced in query parameters when proxying through Knox
> --------------------------------------------------------------------------
>
> Key: KNOX-1727
> URL: https://issues.apache.org/jira/browse/KNOX-1727
> Project: Apache Knox
> Issue Type: Bug
> Components: Server
> Reporter: Robert Levas
> Assignee: Kevin Risden
> Priority: Major
> Fix For: 1.3.0
>
> Attachments: KNOX-1727.patch, KNOX-1727.patch
>
>
> Values should not be forced in query parameters when proxying through Knox.
> For example if the following query is received by Knox to be forwarded:
> {noformat}
> GET /some_topology/some_service/some_path?param1=value1¶m2¶m3=value3
> {noformat}
> Knox should not force all query parameters to have (empty) values, like
> {noformat}
> GET /some_topology/some_service/some_path?param1=value1¶m2=¶m3=value3
> {noformat}
> Notice {{param2}} vs {{param2=}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)