From dev-return-28963-archive-asf-public=cust-asf.ponee.io@knox.apache.org Mon Nov 2 01:13:03 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 9A94D18066B for ; Mon, 2 Nov 2020 02:13:03 +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 CE8CC64029 for ; Mon, 2 Nov 2020 01:13:02 +0000 (UTC) Received: (qmail 80996 invoked by uid 500); 2 Nov 2020 01: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 80696 invoked by uid 99); 2 Nov 2020 01:13:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2020 01:13:01 +0000 Received: from jira2-he-de.apache.org (static.54.33.119.168.clients.your-server.de [168.119.33.54]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 951A743262 for ; Mon, 2 Nov 2020 01: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 17CB3C8050D for ; Mon, 2 Nov 2020 01:13:00 +0000 (UTC) Date: Mon, 2 Nov 2020 01:13:00 +0000 (UTC) From: "ASF subversion and git services (Jira)" To: dev@knox.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=17224370#comment-17224370 ] ASF subversion and git services commented on KNOX-2467: ------------------------------------------------------- Commit 11a9b6e47465ddc5d374d2fcd444b915cb1bd32d in knox's branch refs/heads/master from Larry McCay [ https://gitbox.apache.org/repos/asf?p=knox.git;h=11a9b6e ] KNOX-2467 - Enable Jetty's X-Forwarded Header Support (#382) * KNOX-2467 - Enable Jetty's X-Forwarded Header Support > 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)