You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Tom Beerbower (JIRA)" <ji...@apache.org> on 2015/05/13 15:42:00 UTC

[jira] [Created] (AMBARI-11106) Views : Disable redirect for null path info

Tom Beerbower created AMBARI-11106:
--------------------------------------

             Summary: Views : Disable redirect for null path info
                 Key: AMBARI-11106
                 URL: https://issues.apache.org/jira/browse/AMBARI-11106
             Project: Ambari
          Issue Type: Bug
            Reporter: Tom Beerbower
            Assignee: Tom Beerbower
             Fix For: 2.1.0


Supplying null path info for an Ambari view request causes a redirect to the target '/'.

For example ...
{code}
    http://c6401:8080/views/TEZ/0.7.0.2.3.0.0-1497/t1 
{code}

causes the server to redirect to ...

{code}
    http://c6401:8080/views/TEZ/0.7.0.2.3.0.0-1497/t1/
{code}

This can be an issue in some cases (i.e. if the request is going through an https proxy).




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)