From issues-return-39915-archive-asf-public=cust-asf.ponee.io@tez.apache.org Wed Oct 10 19:53:05 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 80F0F18067A for ; Wed, 10 Oct 2018 19:53:04 +0200 (CEST) Received: (qmail 93864 invoked by uid 500); 10 Oct 2018 17:53:03 -0000 Mailing-List: contact issues-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list issues@tez.apache.org Received: (qmail 93855 invoked by uid 99); 10 Oct 2018 17:53:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2018 17:53:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 42B52C8DF0 for ; Wed, 10 Oct 2018 17:53:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.001 X-Spam-Level: X-Spam-Status: No, score=-109.001 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id IxwHVfP4DbC5 for ; Wed, 10 Oct 2018 17:53:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id F2D825F470 for ; Wed, 10 Oct 2018 17:53:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 04092E25AA for ; Wed, 10 Oct 2018 17:53:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 770EB24827 for ; Wed, 10 Oct 2018 17:53:00 +0000 (UTC) Date: Wed, 10 Oct 2018 17:53:00 +0000 (UTC) From: "Jonathan Eagles (JIRA)" To: issues@tez.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TEZ-3961) Tez UI web.xml tries to reach out to java.sun.com for validation after moving to jetty-9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TEZ-3961?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D166453= 28#comment-16645328 ]=20 Jonathan Eagles commented on TEZ-3961: -------------------------------------- [~kshukla], can you address the ASF license warnings? > Tez UI web.xml tries to reach out to java.sun.com for validation after mo= ving to jetty-9 > -------------------------------------------------------------------------= --------------- > > Key: TEZ-3961 > URL: https://issues.apache.org/jira/browse/TEZ-3961 > Project: Apache Tez > Issue Type: Bug > Affects Versions: 0.9.1 > Reporter: Kuhu Shukla > Assignee: Kuhu Shukla > Priority: Major > Attachments: TEZ-3961.001.patch > > > Tez UI can throw a 503 error when hosted on a server that cannot reach pu= blic IPs like java.sun.com which are listed as servers for DTDs in web.xml.= This behavior change comes from moving to jetty 9 (Tez and Hadoop 3.0) wh= ich removed provided schemas that were being shipped with earlier versions.= It is suboptimal even in cases where public IPs are accessible to fetch th= e DTD for a very very simple web.xml file. We can choose to either remove t= he DTD validation or add dependency explicitly to org.eclipse.jetty.toolcha= in =C2=BB jetty-osgi-servlet-api to allow for this jetty change to not affe= ct the behavior of tez-ui. -- This message was sent by Atlassian JIRA (v7.6.3#76005)