On Mon, 12 Sep 2022 10:53:10 GMT, Jaikiran Pai <j...@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