Carsten Ziegeler created SLING-5488:
---------------------------------------
Summary: 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.3.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)