-
Notifications
You must be signed in to change notification settings - Fork 131
8353698: Output of Simple Web Server is garbled if the console's encoding is not UTF-8 #1981
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
base: pr/1980
Are you sure you want to change the base?
8353698: Output of Simple Web Server is garbled if the console's encoding is not UTF-8 #1981
Conversation
👋 Welcome back tkurashige! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
This backport pull request has now been updated with issue from the original commit. |
/approval request Backporting this patch eliminates the problem that output of Simple Web Server is garbled if the console's encoding is not UTF-8. |
@kurashige23 |
Hi @kurashige23 |
Hi @GoeLin This PR has dependent PR #1980, so I created this PR against pr/1980 branch according to "What to do with changes depending on each other?" in https://wiki.openjdk.org/display/JDKUpdates/How+to+contribute+or+backport+a+fix . IPv6BoundHost.java was added in #1980. Sorry for forgetting refering to dependent fix in Fix Request. Thanks. |
/approval request Backporting this patch eliminates the problem that output of Simple Web Server is garbled if the console's encoding is not UTF-8. |
@kurashige23 |
Hi @kurashige23 |
Hi,
This is a backport of JDK-8353698: Output of Simple Web Server is garbled if the console's encoding is not UTF-8
Original patch applies cleanly to 21u.
This PR depends on #1980. So #1980 shoud be integrated first.
Testing: test/jdk/com/sun/net/httpserver/simpleserver passes on Japanese Windows and English Windows.
Thanks.
Progress
Integration blocker
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/1981/head:pull/1981
$ git checkout pull/1981
Update a local copy of the PR:
$ git checkout pull/1981
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/1981/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1981
View PR using the GUI difftool:
$ git pr show -t 1981
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/1981.diff
Using Webrev
Link to Webrev Comment