Description
while working on OAK-5793 i spotted a bug in CompositeConfiguration.addConfiguration: the raking is obtain from the params associated with the configuration (CompositeConfiguration.PARAM_RANKING) or from additional params (Constants.SERVICE_RANKING). However, when searching for the proper insertion order in the list the latter is no longer available and will lead to those configurations not being properly handled upon addition of new configurations.
Attachments
Issue Links
- is related to
-
OAK-5793 Improve coverage for spi.security code in oak-core
- Closed