exceptionfactory commented on code in PR #7313:
URL: https://github.com/apache/nifi/pull/7313#discussion_r1213328925


##########
nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/src/main/resources/docs/org.apache.nifi.jms.cf.JndiJmsConnectionFactoryProvider/additionalDetails.html:
##########
@@ -91,5 +91,77 @@ <h2>Example:</h2>
     the jar(s) containing the 
org.apache.activemq.jndi.ActiveMQInitialContextFactory class and the other JMS 
client classes can be found within the /opt/apache-activemq-5.15.2/lib/ 
directory.
 </p>
 
+<h2>Property Validation</h2>
+
+<p>
+  The following component properties include additional validation to restrict 
allowed values:
+</p>
+
+<ul>
+  <li>JNDI Initial Context Factory Class</li>
+  <li>JNDI Provider URL</li>
+</ul>
+
+<h3>JNDI Initial Context Factory Class Validation</h3>
+
+<p>
+  The default validation for <code>JNDI Initial Context Factory Class</code> 
disallows the following class values:
+</p>
+
+<ul>
+  <li><code>com.sun.jndi.ldap.LdapCtxFactory</code></li>
+</ul>
+
+<p>
+  Specialized configurations can retrieve JNDI JMS settings from an LDAP 
server, requiring the use of the LDAP Context Factory.
+  Property validation for the Context Factory Class can be adjusted using Java 
System properties.
+</p>
+<p>
+  The following Java System property can be configured to override the default 
disallowed Context Factory Class:
+</p>
+
+<ul>
+  <li>
+    <code>org.apache.nifi.jms.cf.jndi.context.factory.disallowed</code>
+  </li>
+</ul>

Review Comment:
   Removed this validator and associated documentation section.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to