From dev-return-28989-archive-asf-public=cust-asf.ponee.io@knox.apache.org Wed Nov 11 17:13:02 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 40226180642 for ; Wed, 11 Nov 2020 18:13:02 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id A81A965D7C for ; Wed, 11 Nov 2020 17:13:01 +0000 (UTC) Received: (qmail 13457 invoked by uid 500); 11 Nov 2020 17:13:01 -0000 Mailing-List: contact dev-help@knox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@knox.apache.org Delivered-To: mailing list dev@knox.apache.org Received: (qmail 13443 invoked by uid 99); 11 Nov 2020 17:13:00 -0000 Received: from mailrelay1-he-de.apache.org (HELO mailrelay1-he-de.apache.org) (116.203.21.61) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Nov 2020 17:13:00 +0000 Received: from jira2-he-de.apache.org (unknown [IPv6:2a01:4f8:242:1f49::2]) by mailrelay1-he-de.apache.org (ASF Mail Server at mailrelay1-he-de.apache.org) with ESMTPS id 2AF5D3E824 for ; Wed, 11 Nov 2020 17:13:00 +0000 (UTC) Received: from jira2-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira2-he-de.apache.org (ASF Mail Server at jira2-he-de.apache.org) with ESMTP id 143DCC80338 for ; Wed, 11 Nov 2020 17:13:00 +0000 (UTC) Date: Wed, 11 Nov 2020 17:13:00 +0000 (UTC) From: "Larry McCay (Jira)" To: dev@knox.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (KNOX-2467) Enable Jetty's X-Forwarded Header Support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KNOX-2467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Larry McCay resolved KNOX-2467. ------------------------------- Resolution: Fixed > Enable Jetty's X-Forwarded Header Support > ----------------------------------------- > > Key: KNOX-2467 > URL: https://issues.apache.org/jira/browse/KNOX-2467 > Project: Apache Knox > Issue Type: Improvement > Components: Server > Reporter: Larry McCay > Assignee: Larry McCay > Priority: Major > Fix For: 1.5.0 > > Time Spent: 10m > Remaining Estimate: 0h > > In order for HttpServletRequest.getRequestURL to reflect the actual URL used by the user when going through a loadbalancer, we need to enable the embedded Jetty server's support for X-Forwarded Headers. > This will be enabled by a gateway-site.xml config property to preserve backward compatibility and be disabled by default. -- This message was sent by Atlassian Jira (v8.3.4#803005)