[
https://issues.apache.org/jira/browse/WW-4774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944095#comment-15944095
]
ASF GitHub Bot commented on WW-4774:
------------------------------------
GitHub user sdutry opened a pull request:
https://github.com/apache/struts-extras/pull/3
added module for extra result types
This is still work in progress.
The reason i'm already having it as pull request is because any input is
welcome.
related to WW-4774
## So far
- `HttpsOffloadAwareServletRedirectResult`
- checks `X-Forwarded-Proto` header
## TODO
- support official `Forwarded` header
- `HttpsOffloadAwareServletActionRedirectResult`
- add `struts-plugin.xml` file with result type definitions
- add `README.md`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sdutry/struts-extras httpsfix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/struts-extras/pull/3.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3
----
commit 1a64217f87566831864371622673951d29dca79a
Author: Stefaan Dutry <[email protected]>
Date: 2017-03-27T21:20:48Z
added HttpsOffloadAwareServletRedirectResult
commit 7879bafe58fd7d82d8e31f34dd88736e337f0a12
Author: Stefaan Dutry <[email protected]>
Date: 2017-03-27T21:25:40Z
used spaces for indentation
----
> 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)