-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34167/
-----------------------------------------------------------
Review request for Ambari, Jonathan Hurley and Robert Levas.
Bugs: AMBARI-11106
https://issues.apache.org/jira/browse/AMBARI-11106
Repository: ambari
Description
-------
Supplying null path info for an Ambari view request causes a redirect to the
target '/'.
For example ...
http://c6401:8080/views/TEZ/0.7.0.2.3.0.0-1497/t1
causes the server to redirect to ...
http://c6401:8080/views/TEZ/0.7.0.2.3.0.0-1497/t1/
This can be an issue in some cases (i.e. if the request is going through an
https proxy).
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariHandlerList.java
4207007
ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariHandlerListTest.java
afad6ce
Diff: https://reviews.apache.org/r/34167/diff/
Testing
-------
Manual tested.
Unit tests updated.
Thanks,
Tom Beerbower