Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7EB5D200B65 for ; Tue, 2 Aug 2016 09:30:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7D83A160A76; Tue, 2 Aug 2016 07:30:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F3275160A8C for ; Tue, 2 Aug 2016 09:30:21 +0200 (CEST) Received: (qmail 66952 invoked by uid 500); 2 Aug 2016 07:30:21 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 66867 invoked by uid 99); 2 Aug 2016 07:30:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2016 07:30:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id BF95E2C0D63 for ; Tue, 2 Aug 2016 07:30:20 +0000 (UTC) Date: Tue, 2 Aug 2016 07:30:20 +0000 (UTC) From: "Carsten Ziegeler (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FELIX-4923) SslFilterResponse doesn 't take in account ssl-forward.header property MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 02 Aug 2016 07:30:22 -0000 [ https://issues.apache.org/jira/browse/FELIX-4923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated FELIX-4923: ------------------------------------ Fix Version/s: http.sslfilter-1.0.8 > SslFilterResponse doesn 't take in account ssl-forward.header property > ---------------------------------------------------------------------- > > Key: FELIX-4923 > URL: https://issues.apache.org/jira/browse/FELIX-4923 > Project: Felix > Issue Type: Bug > Components: HTTP Service > Reporter: Antonio Sanso > Priority: Minor > Fix For: http.sslfilter-1.0.8 > > Attachments: FELIX-4923-patch.txt, FELIX-4923-patch.txt > > > {{SslFilterResponse}} doesn 't take in account {{ssl-forward}}.header property. > Indeed the {{SslFilterResponse}} constructor hardcodes {{HDR_X_FORWARDED_PROTO}}. > {code} > ... > request.getHeader(HDR_X_FORWARDED_PROTO); > ... > {code} > the {{ssl-forward}} osgin configuration should be taken in account IMHO. The default is even different than {{HDR_X_FORWARDED_PROTO}} indeed is rather {{X-Forwarded-SSL}} -- This message was sent by Atlassian JIRA (v6.3.4#6332)