Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The current implementation of the resource-path injector does not support multiple values. I think it could be useful to inject a list of paths from the valuemap.
I have created a small patch to allow this. Right now it only allows them from the value map since I didn't want to change the API without consulting you first. I you agree I can do this change as well. I also added a test case for it.
You can see a pull request in https://github.com/apache/sling/pull/51
If there anything I can do to improve this patch, please let me know.