[
https://issues.apache.org/jira/browse/KNOX-980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16088308#comment-16088308
]
Chandana Mirashi commented on KNOX-980:
---------------------------------------
Knox-791 is causing regression when parsing multiple query parameters in spark2
history server UI. The original url
/history/application_123/1/stages/stage?id=0&attempt=0 after parsing the
parameters were broken into id=0 and amp;attempt=0 attributes due to which the
url got built as /history/application_123/1/stages/stage?amp;attempt=0 & id=0.
The real problem seems to be with Jericho HTML parser, which should ideally
parse depending on whether its XML entities or multiple query parameters. For
IOP, I had to revert Knox-791 so that the above mentioned link works.
> Update Spark History Server UI
> ------------------------------
>
> Key: KNOX-980
> URL: https://issues.apache.org/jira/browse/KNOX-980
> Project: Apache Knox
> Issue Type: Bug
> Components: Server
> Affects Versions: 0.11.0
> Reporter: Chandana Mirashi
> Assignee: Chandana Mirashi
> Attachments: Knox-980.patch
>
>
> Update Spark History server UI
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)