MUFEED USMAN created DRILL-1591: ----------------------------------- Summary: Drill Web UI Page Source Has Links To External Sites Key: DRILL-1591 URL: https://issues.apache.org/jira/browse/DRILL-1591 Project: Apache Drill Issue Type: Bug Components: Client - HTTP Affects Versions: 0.6.0 Reporter: MUFEED USMAN Priority: Minor
The Drill web UI page source has links to external sites that can break the functionality on clusters that do not have access to the internet. <link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> An advisable thing would be to put the .js and .css files on the web server itself and not link them to external servers. -- This message was sent by Atlassian JIRA (v6.3.4#6332)