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

Conversation

codeconsole
Copy link
Contributor

…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.

…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.
… 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.
…cialAuthenticationService. Add Oath2 proxy fix to Oath1 implementation. Fixes spring-attic#261.
…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
Copy link
Contributor Author

@habuma please merge

@codeconsole
Copy link
Contributor Author

@habuma

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant