[ 
https://issues.apache.org/jira/browse/SLING-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler resolved SLING-2202.
-------------------------------------

    Resolution: Won't Fix

WrappedResourceResolver does not exist anymore :)
                
> WrappedResourceProvider.equals is not symmetric 
> ------------------------------------------------
>
>                 Key: SLING-2202
>                 URL: https://issues.apache.org/jira/browse/SLING-2202
>             Project: Sling
>          Issue Type: Bug
>          Components: JCR
>            Reporter: Michael Dürig
>
> The equals method of WrappedResourceProvider is not symmetric as mandated by 
> its contract:
> ResourceProvider rp = ...
> WrappedResourceProvider wrp = new WrappedResourceProvider(rp, null);
> assertEquals(wrp.equals(rp), rp.equals(wrp));  // FAILS

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to