Can't set `java.security.egd` system property #5132
Closed
Labels
Milestone
Comments
Oops! |
Ok, I've committed a fix for this to our I also confirmed that the native |
I suppose we should have a test for this...probably in test_command_line_options? And perhaps another in https://github.com/jruby/jruby-launcher? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Expected Behavior
java.security.egd
java system property.Actual Behavior
Note that the value of the system property starts with
-DJava.security...
. Introduced in 1a4f888 (the fix for #4685), the value of JAVA_SECURITY_EGD is set to the whole argument, and not the value substring.The text was updated successfully, but these errors were encountered: