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 11D1F200C44 for ; Mon, 27 Mar 2017 09:06:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 103A3160B85; Mon, 27 Mar 2017 07:06:46 +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 5A30B160B5D for ; Mon, 27 Mar 2017 09:06:45 +0200 (CEST) Received: (qmail 70783 invoked by uid 500); 27 Mar 2017 07:06:44 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 70773 invoked by uid 99); 27 Mar 2017 07:06:44 -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; Mon, 27 Mar 2017 07:06:44 +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 DEDCEC211A for ; Mon, 27 Mar 2017 07:06:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id U9tLdsKRMBAa for ; Mon, 27 Mar 2017 07:06:43 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 1F6CE5F253 for ; Mon, 27 Mar 2017 07:06:43 +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 1DE7DE0596 for ; Mon, 27 Mar 2017 07:06:42 +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 B197F24065 for ; Mon, 27 Mar 2017 07:06:41 +0000 (UTC) Date: Mon, 27 Mar 2017 07:06:41 +0000 (UTC) From: "Stefaan Dutry (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4774) Upgrding Struts 2.3.1 to 2.5.10.1 - Redirect issues HTTPS to HTTP MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 27 Mar 2017 07:06:46 -0000 [ https://issues.apache.org/jira/browse/WW-4774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15942750#comment-15942750 ] Stefaan Dutry commented on WW-4774: ----------------------------------- [~lukaszlenart] I have to agree and disagree at the same time. *Not really related to Struts itself?* Indeed, not realy a struts issue *So this is mainly an issue with using ELB/Proxy/etc* Not realy, they are setting the correct {{X-Forwarded-Proto}} which should indicate what the protocol was *the servlet container must convert the relative URL to an absolute URL before sending the response to the client.* It's basicaly the implementation of the HttpServletResponse that's not handling it correctly. I was only thinking about a workaround where we provided the full url to send it to the {{sendRedirect}} method > Upgrding Struts 2.3.1 to 2.5.10.1 - Redirect issues HTTPS to HTTP > ------------------------------------------------------------------ > > Key: WW-4774 > URL: https://issues.apache.org/jira/browse/WW-4774 > Project: Struts 2 > Issue Type: Bug > Affects Versions: 2.5.10 > Reporter: upendar > Priority: Critical > Fix For: 2.5.next > > > We are upgrading Struts2 from 2.3.1 to 2.5.10.1 ; redirect making https:// to http:// . The following errors in chrome and IE are seen while redirecting from the popup to main window > redirecting popup (create user) --- main window (viewdashboard) - the URL shows https:// to http:// > We are blocked completely due to this issue and need support ASAP. We also reviewed the apache server configurations and looks good. Please share the fix in detail. > Error Issue in chrome : > Mixed Content: The page at 'https://XXXXX/XX/XX/viewdashboard?clear&Id=1&uar=44' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://XXX/XX/XX/viewdashboard?uar=44&Id=1'. This request has been blocked; the content must be served over HTTPS. > Issue in IE > SEC7127: Redirect was blocked for CORS request. > File: account > SCRIPT7002: XMLHttpRequest: Network Error 0x2ef1, Could not complete the operation due to error 00002ef1. -- This message was sent by Atlassian JIRA (v6.3.15#6346)