Repository: tez Updated Branches: refs/heads/master a83b1e9d4 -> 927781566
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) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/92778156 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/92778156 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/92778156 Branch: refs/heads/master Commit: 927781566bccd0900357691fc4de76e7469492de Parents: a83b1e9 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:04 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/92778156/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>
