Skip to content
New issue

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

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

Already on GitHub? # to your account

Fixes #842 - Implement RFC7239 support in Proxy and Middleman. #12352

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

sbordet
Copy link
Contributor

@sbordet sbordet commented Oct 8, 2024

Updated ee10/ee11 AbstractProxyServlet to use the Forwarded header rather than the now deprecated X-Forwarded-For headers.

Updated ee10/ee11 AbstractProxyServlet to use the `Forwarded` header rather than the now deprecated `X-Forwarded-For` headers.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@sbordet sbordet requested review from gregw and lorban October 8, 2024 19:19
@sbordet sbordet linked an issue Oct 8, 2024 that may be closed by this pull request
@sbordet sbordet merged commit e9b4624 into jetty-12.1.x Oct 10, 2024
10 checks passed
@sbordet sbordet deleted the fix/jetty-12.1.x/842/rfc-7239-proxyservlet branch October 10, 2024 15:12
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Implement RFC7239 support in Proxy and Middleman
2 participants