On some Linux distros like Ubunto and Sles, the default environment variables can lead to the non-ascii characters in this string causing any tests using this class to fail due to the unmappable characters.
--------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - Replacing non-ascii characters in HttpServerAdapters.java Changes: https://git.openjdk.org/jdk/pull/31932/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=31932&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8388339 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/31932.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31932/head:pull/31932 PR: https://git.openjdk.org/jdk/pull/31932
