From 4e92b1e89e19547e2dbb508c86f9acea19ad7158 Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Wed, 6 Dec 2017 11:40:33 +0900 Subject: [PATCH] HDFS-12889. Router UI is missing robots.txt file. Contributed by Bharat Viswanadham. (cherry picked from commit 44b06d34a537f8b558007cc92a5d1a8e59b5d86b) --- hadoop-hdfs-project/hadoop-hdfs/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml index 5241bfa23c0..88d916ff69a 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml @@ -394,6 +394,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> src/main/webapps/hdfs/robots.txt src/main/webapps/journal/robots.txt src/main/webapps/secondary/robots.txt + src/main/webapps/router/robots.txt src/contrib/** src/site/resources/images/* src/main/webapps/static/bootstrap-3.0.2/**