Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/logging/impl/
DLogFactoryImpl.java262 private boolean allowFlawedHierarchy; field in LogFactoryImpl
754 allowFlawedHierarchy = getBooleanConfiguration(ALLOW_FLAWED_HIERARCHY_PROPERTY, true); in initConfiguration()
1360 if (!allowFlawedHierarchy) { in handleFlawedHierarchy()
/external/apache-http/api/
Dapache-http-legacy-current.txt831 …ang.String ALLOW_FLAWED_HIERARCHY_PROPERTY = "org.apache.commons.logging.Log.allowFlawedHierarchy";