Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

No need to manually force port 80 when X-Forwarded-Port is not specif… #259

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 15, 2018

  1. No need to manually force port 80 when X-Forwarded-Port is not specif…

    …ied. This results in a bug when having X-Forwarded-Proto as https and X-Forwarded-Port not specified. It will produce a URL with https and port 80 appended at the end. This bug is prevelant on the most current App Engine Java Flexible environment. It specified the scheme, but no port which causes the code to fail and redirect to a non-existant url.
    codeconsole committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    b255198 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2018

  1. If there is no forwarded scheme, use the existing scheme. Previously,…

    … if you were using non-proxied https, it would force you to use http. Now it will default to whatever scheme you currently are using.
    codeconsole committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    197cd1e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Move OAuth#AuthenticationService common elements to parent AbstractSo…

    …cialAuthenticationService. Add Oath2 proxy fix to Oath1 implementation. Fixes spring-attic#261.
    codeconsole committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    d7d31f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2018

  1. If there is no forwarded scheme, use the existing scheme. Previously …

    …If you were using non-proxied https, it would force you to use http. Now it will default to whatever scheme you currently are using.
    codeconsole committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    6596ffa View commit details
    Browse the repository at this point in the history