jsoref commented on a change in pull request #613:
URL: https://github.com/apache/logging-log4j2/pull/613#discussion_r767203869
##########
File path: src/site/asciidoc/manual/appenders.adoc
##########
@@ -1270,12 +1270,12 @@ new `<JMS/>` configuration element.
[cols=",,,",options="header",]
|=======================================================================
|Parameter Name |Type |Default |Description
-|allowdLdapClasses|String|null|A comma separated list of fully qualified class
names that may be accessed by LDAP.
-The classes must implement Serializable. Only applies when the JMS Appender By
default only Java primative classes
+|allowedLdapClasses|String|null|A comma separated list of fully qualified
class names that may be accessed by LDAP.
+The classes must implement Serializable. Only applies when the JMS Appender By
default only Java primitive classes
are allowed.
-|allowdLdapHosts|String|null|A comma separated list of host names or ip
addresses that may be accessed by LDAP.
+|allowedLdapHosts|String|null|A comma separated list of host names or ip
addresses that may be accessed by LDAP.
By default only the local host names and ip addresses are allowed.
-|allowdJndiProtocols|String|null|A comma separated list of protocol names that
JNDI will allow. By default only java,
+|allowedJndiProtocols|String|null|A comma separated list of protocol names
that JNDI will allow. By default only java,
Review comment:
Normally my tooling doesn't merge commits together, but this probably
happened because of a merge conflict when I sorted my commits. Sorry about that.
--
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]