Repository: tez
Updated Branches:
  refs/heads/branch-0.9 10f270c53 -> f7cd49a3b


TEZ-3961. Tez UI web.xml tries to reach out to java.sun.com for validation 
after moving to jetty-9 (Kuhu Shukla via jeagles)

(cherry picked from commit 927781566bccd0900357691fc4de76e7469492de)


Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/f7cd49a3
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/f7cd49a3
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/f7cd49a3

Branch: refs/heads/branch-0.9
Commit: f7cd49a3b22702c5d8ae2a68a0748dbe38f34576
Parents: 10f270c
Author: Jonathan Eagles <[email protected]>
Authored: Wed Oct 10 16:59:04 2018 -0500
Committer: Jonathan Eagles <[email protected]>
Committed: Wed Oct 10 16:59:41 2018 -0500

----------------------------------------------------------------------
 tez-ui/src/main/webapp/WEB-INF/web.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/f7cd49a3/tez-ui/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/tez-ui/src/main/webapp/WEB-INF/web.xml 
b/tez-ui/src/main/webapp/WEB-INF/web.xml
index 62bfe31..49a34d8 100644
--- a/tez-ui/src/main/webapp/WEB-INF/web.xml
+++ b/tez-ui/src/main/webapp/WEB-INF/web.xml
@@ -16,10 +16,6 @@
 * limitations under the License.
 -->
 
-<!DOCTYPE web-app PUBLIC
- "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
- "http://java.sun.com/dtd/web-app_2_3.dtd"; >
-
 <web-app>
   <display-name>TEZ UI</display-name>
-</web-app>
\ No newline at end of file
+</web-app>

Reply via email to