Robert Munteanu created SLING-3823:
--------------------------------------
Summary: ConnectorRegistryImpl uses java.net.URL.equals
Key: SLING-3823
URL: https://issues.apache.org/jira/browse/SLING-3823
Project: Sling
Issue Type: Bug
Components: Extensions
Affects Versions: Discovery Impl 1.0.8
Reporter: Robert Munteanu
Assignee: Robert Munteanu
Fix For: Discovery Impl 1.0.10
Reported at
https://analysis.apache.org/drilldown/issues/35893?&rule=findbugs%3ADMI_BLOCKING_METHODS_ON_URL&rule_sev=BLOCKER&severity=BLOCKER#
.
The problem with java.net.URL.equals is that it can perform name resolution,
and therefore block for large amounts of time ( large in terms of how fast an
'equals' method is expected to return )
--
This message was sent by Atlassian JIRA
(v6.2#6252)