Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/logging/impl/
DLogFactoryImpl.java257 private boolean allowFlawedDiscovery; field in LogFactoryImpl
753 allowFlawedDiscovery = getBooleanConfiguration(ALLOW_FLAWED_DISCOVERY_PROPERTY, true); in initConfiguration()
1295 if (!allowFlawedDiscovery) { in handleFlawedDiscovery()
1383 if (!allowFlawedDiscovery) { in handleFlawedHierarchy()
/external/apache-http/api/
Dapache-http-legacy-current.txt830 …ang.String ALLOW_FLAWED_DISCOVERY_PROPERTY = "org.apache.commons.logging.Log.allowFlawedDiscovery";