ConfigurationStrSubstitutor (Log4j 2.24.1)
Small Javadoc inconsistency - probably copy/paste error?
In the ConfigurationStrSubstitutor javadoc, the RuntimeStrStubstitutoris incorrectly referenced.
/**
* {@link RuntimeStrSubstitutor} is a {@link StrSubstitutor} which only supports recursive evaluation of lookups.
* This can be dangerous when combined with user-provided inputs, and should only be used on data directly from
* a configuration.
*/
public final class ConfigurationStrSubstitutor extends StrSubstitutor {
ConfigurationStrSubstitutor (Log4j 2.24.1)
Small Javadoc inconsistency - probably copy/paste error?
In the
ConfigurationStrSubstitutorjavadoc, theRuntimeStrStubstitutoris incorrectly referenced.