On Thu, 13 Oct 2022 12:37:36 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
>> Aleksei Efimov has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Change checkInput to be the global filter centric > > src/java.base/share/conf/security/java.security line 1423: > >> 1421: # >> 1422: # The default pattern value allows any object factory class defined in >> the java.naming module >> 1423: # to be specified by the reference instance, but rejects any other. > > Should this instead say: >> The default pattern value allows any object factory class belonging to the >> `com.sun.jndi.ldap` and its sub-packages of the `java.naming` module to be >> specified by the reference instance...? I would prefer to keep a filter default value explanation sentences simpler since exact default values are listed just one line after. ------------- PR: https://git.openjdk.org/jdk/pull/10578