Searched refs:allowFlawedContext (Results 1 - 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/commons/logging/impl/
H A DLogFactoryImpl.java118 * The name (<code>org.apache.commons.logging.Log.allowFlawedContext</code>)
130 "org.apache.commons.logging.Log.allowFlawedContext";
247 private boolean allowFlawedContext; field in class:LogFactoryImpl
747 allowFlawedContext = getBooleanConfiguration(ALLOW_FLAWED_CONTEXT_PROPERTY, true);
1149 * of the context classloader <i>and</i> the allowFlawedContext option
1178 if (allowFlawedContext) {
1204 if (allowFlawedContext) {

Completed in 71 milliseconds