From 7e2bdd52551f5894c07b47dd540468a82e8b9702 Mon Sep 17 00:00:00 2001 From: Haohui Mai Date: Tue, 24 Jun 2014 17:51:21 +0000 Subject: [PATCH] HADOOP-10717. HttpServer2 should load jsp DTD from local jars instead of going remote. Contributed by Dapeng Sun. --- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ hadoop-common-project/hadoop-common/pom.xml | 5 +++++ hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 9d4d2c6a7f1..37bbc6d133f 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -538,6 +538,9 @@ Release 2.5.1 - 2014-09-05 HADOOP-10956. Fix create-release script to include docs and necessary txt files. (kasha) + HADOOP-10717. HttpServer2 should load jsp DTD from local jars instead of + going remote. (Dapeng Sun via wheat9) + OPTIMIZATIONS BUG FIXES diff --git a/hadoop-common-project/hadoop-common/pom.xml b/hadoop-common-project/hadoop-common/pom.xml index 4ee0c72a9a6..3018bf0da9c 100644 --- a/hadoop-common-project/hadoop-common/pom.xml +++ b/hadoop-common-project/hadoop-common/pom.xml @@ -104,6 +104,11 @@ compile + + javax.servlet.jsp + jsp-api + runtime + com.sun.jersey jersey-core diff --git a/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml index 0e400e9cc85..b5d17ac81a1 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml @@ -110,6 +110,10 @@ javax.servlet servlet-api + + javax.servlet.jsp + jsp-api + org.mortbay.jetty jetty