[
https://issues.apache.org/jira/browse/SLING-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carsten Ziegeler resolved SLING-5488.
-------------------------------------
Resolution: Fixed
Restored the old attribute handling
> Attribute handling is not correct
> ---------------------------------
>
> Key: SLING-5488
> URL: https://issues.apache.org/jira/browse/SLING-5488
> Project: Sling
> Issue Type: Bug
> Components: ResourceResolver
> Reporter: Carsten Ziegeler
> Assignee: Carsten Ziegeler
> Fix For: Resource Resolver 1.4.0
>
>
> Due to the refactoring the attribute handling of resource providers is not
> correct anymore:
> it should first iterate over the providers and finally over the auth info
> Right now its using one provider, then auth info, then the next provider,
> auth info again etc.
> The implementation could also be improved to use a lazy iterator to iterate
> over the providers, instead of first creating a list
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)