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 #6860 IPv6 Format (#6861 for jetty-10) #6885

Merged
merged 1 commit into from Sep 22, 2021

Conversation

gregw
Copy link
Contributor

@gregw gregw commented Sep 21, 2021

Fix #6860 IPv6 format by adding an extensible HttpChannel method

cherry-pick to 10

Signed-off-by: Greg Wilkins gregw@webtide.com
Co-authored-by: Lachlan Roberts lachlan@webtide.com
Signed-off-by: Greg Wilkins gregw@webtide.com

Fix #6860 IPv6 format by adding an extensible HttpChannel method

Signed-off-by: Greg Wilkins <gregw@webtide.com>
Co-authored-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Greg Wilkins <gregw@webtide.com>
# Conflicts:
#	jetty-server/src/main/java/org/eclipse/jetty/server/HttpChannel.java
#	jetty-server/src/main/java/org/eclipse/jetty/server/Request.java
#	jetty-server/src/main/java/org/eclipse/jetty/server/handler/ContextHandler.java
#	jetty-server/src/test/java/org/eclipse/jetty/server/RequestTest.java
Copy link
Contributor

@lachlan-roberts lachlan-roberts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One note about a change in Request.getServerName(), other than that LGTM.

@gregw gregw merged commit 9a14de0 into jetty-10.0.x Sep 22, 2021
@gregw gregw deleted the jetty-10.0.x-6860-Ipv6Format branch September 22, 2021 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IPv6 format
2 participants