Searched refs:allowFlawedContext (Results 1 – 2 of 2) sorted by relevance
252 private boolean allowFlawedContext; field in LogFactoryImpl752 allowFlawedContext = getBooleanConfiguration(ALLOW_FLAWED_CONTEXT_PROPERTY, true); in initConfiguration()1183 if (allowFlawedContext) { in getBaseClassLoader()1209 if (allowFlawedContext) { in getBaseClassLoader()
747 …c final String ALLOW_FLAWED_CONTEXT_PROPERTY = "org.apache.commons.logging.Log.allowFlawedContext";