RFR: 8290368: Introduce LDAP and RMI protocol-specific object factory filters to JNDI implementation [v3]
Aleksei Efimov
aefimov at openjdk.org
Thu Oct 13 19:38:51 UTC 2022
On Thu, 13 Oct 2022 12:37:36 GMT, Jaikiran Pai <jpai at 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
More information about the security-dev
mailing list