Robert Levas created AMBARI-23653:
-------------------------------------
Summary: Ensure URLs to Ambari server resources are valid
Key: AMBARI-23653
URL: https://issues.apache.org/jira/browse/AMBARI-23653
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.7.0
Reporter: Robert Levas
Assignee: Robert Levas
Fix For: 2.7.0
Ensure URLs to Ambari server resources are valid. For example, fix URLs like
{noformat}
http://ambari_server_host:8080/resources//DBConnectionVerification.jar
{noformat}
To
{noformat}
http://ambari_server_host:8080/resources/DBConnectionVerification.jar
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)