Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/logging/impl/
DLogFactoryImpl.java252 private boolean allowFlawedContext; field in LogFactoryImpl
752 allowFlawedContext = getBooleanConfiguration(ALLOW_FLAWED_CONTEXT_PROPERTY, true); in initConfiguration()
1183 if (allowFlawedContext) { in getBaseClassLoader()
1209 if (allowFlawedContext) { in getBaseClassLoader()
/external/apache-http/api/
Dapache-http-legacy-current.txt829 …va.lang.String ALLOW_FLAWED_CONTEXT_PROPERTY = "org.apache.commons.logging.Log.allowFlawedContext";