[
https://issues.apache.org/jira/browse/AMBARI-9529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14316836#comment-14316836
]
Srimanth Gunturi commented on AMBARI-9529:
------------------------------------------
Tests pass with patch
{code}
[exec]
[exec] 5361 tests complete (8 seconds)
[exec] 62 tests pending
[exec]
{code}
+1 for patch.
> Ambari view - View iframe pointing to invalid link when ambari url contains
> query parameters
> --------------------------------------------------------------------------------------------
>
> Key: AMBARI-9529
> URL: https://issues.apache.org/jira/browse/AMBARI-9529
> Project: Ambari
> Issue Type: Bug
> Reporter: Sreenath Somarajapuram
> Assignee: Andrii Tkach
> Attachments: AMBARI-9529.patch, AMBARI-9529_v2.patch
>
>
> We are facing a problem with the view iframe src.
> Problem
> On entering the following in the address bar
> http://ip:8080/#/main/views/<name>/<version>/<instance-name>?foo=bar
> instead of at-least pointing to
> http://ip:8080/views/<name>/<version>/<instance-name>
> the view iframe is pointing to
> http://ip:8080undefined ! (And our app doesn't load)
> Why it is a bug: Because there is a weird way make it work!
> To make it work: From the address bar first load
> http://ip:8080/views/<name>/<version>/<instance-name>
> and then load
> http://ip:8080/#/main/views/<name>/<version>/<instance-name>?foo=bar
> Result
> Intention is to pass a path as parameter. Because of this bug we are not able
> to create link to a specific tez-ui page
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)