RFR: 8290367: Update default value and extend the scope of com.sun.jndi.ldap.object.trustSerialData system property [v2]
Aleksei Efimov
aefimov at openjdk.org
Mon Sep 12 12:41:42 UTC 2022
On Mon, 12 Sep 2022 10:53:10 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
> is there a convention in our documentation where we state that the value is case insensitive?
I think there isn't. Therefore, it will be cleaner to update the property description in `module-info.java` to something like: `"the system property value can be set to {@code true} (case insensitive)"`
And to update the test to check the `case insensitive` clause:
* @run main/othervm -Dcom.sun.jndi.ldap.object.trustSerialData=TrUe
* RemoteLocationAttributeTest
Thanks
-------------
PR: https://git.openjdk.org/jdk/pull/10228
More information about the core-libs-dev
mailing list