https://bz.apache.org/bugzilla/show_bug.cgi?id=65302

--- Comment #4 from romain.manni-bucau <rmannibu...@gmail.com> ---
Hi,

Maybe a side question/issue: JNDI realm is actually not a JNDI realm but more a
sun JNDI realm in the sense its configuration is quite bound to a particular
implementation.
Assuming a new "String properties" property is added (with its setter) and read
with Properties#load and appended to the getDirectoryContextEnvironment if not
null then it will enable to use any implementation (and even not yet supported
sun impl -
https://github.com/openjdk/jdk11u/blob/73eef16128417f4a489c4dde47383bb4a00f39d4/src/java.naming/share/classes/com/sun/jndi/ldap/LdapCtx.java#L148).
In the context of this issue it will also enable to add any other com.sun.jndi
property and avoid tomcat to be updated each time.
Can't this issue move to a more generic properties support?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to