We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Non-ASCII characters are not saved correctly in JVM options added using the JVM Options page.
"-Dtest=あああ" is converted to "-Dtest=u3042u3042u3042", this is not expected behavior.
You can also confirm that it is not the expected JVM option value by using the asadmin command:
# /glassfish7/glassfish/bin/asadmin list-jvm-options --add-opens=java.base/java.io=ALL-UNNAMED : -Xmx512m -Dtest=u3042u3042u3042 -Dorg.glassfish.gmbal.no.multipleUpperBoundsException=true : -XX:NewRatio=2 Command list-jvm-options executed successfully.
Configulation
server-config
JVM Settings
JVM Options
save
Users cannot create JVM options that contain Non-ASCII characters in Admin GUI, such as directory paths.
The text was updated successfully, but these errors were encountered:
Merge pull request #24817 from kaido207/fix_nonascii_encode
7a65c43
Fixes #24816 Non-ASCII characters are not saved correctly in JVM options added using the JVM Options page
Successfully merging a pull request may close this issue.
Environment Details
Problem Description
Non-ASCII characters are not saved correctly in JVM options added using the JVM Options page.
"-Dtest=あああ" is converted to "-Dtest=u3042u3042u3042", this is not expected behavior.
You can also confirm that it is not the expected JVM option value by using the asadmin command:
Steps to reproduce
Configulation
>server-config
>JVM Settings
.JVM Options
.save
clicked.Impact of Issue
Users cannot create JVM options that contain Non-ASCII characters in Admin GUI, such as directory paths.
The text was updated successfully, but these errors were encountered: