Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix forward-headers-strategy documentation regarding cloud defaults #40054

Conversation

ViliusS
Copy link
Contributor

@ViliusS ViliusS commented Mar 21, 2024

forward-headers-strategy=NATIVE is actually used on all cloud platforms:

public boolean isUsingForwardHeaders() {
return true;
}

This PR adjusts for that. I didn't know how to correctly specify what are exactly those supported Cloud Platforms, though. I'm linking it to API docs, hopefully that's OK.

forward-headers-strategy=NATIVE is actually used on all cloud platforms
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 21, 2024
@philwebb philwebb added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 18, 2024
@philwebb philwebb added this to the 3.3.x milestone Apr 18, 2024
@philwebb philwebb self-assigned this Apr 18, 2024
philwebb pushed a commit that referenced this pull request Apr 18, 2024
Update the reference documentation since all cloud platform use
forward-headers-strategy=NATIVE.

See gh-40054
@philwebb philwebb closed this in 54595c6 Apr 18, 2024
@philwebb
Copy link
Member

Thanks very much @ViliusS!

@philwebb philwebb modified the milestones: 3.3.x, 3.3.0-RC1 Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants