Hi all

The LoginAdminWhitelist has two lists of whitelisted bundles,
"default" and "additional". The rational as I understand it was to
distinguish between a whitelist that is shipped with a product
(default) and a whitelist that a user of the product can administer
(additional).

This kind of works with the default value of the "default" whitelist,
i.e. the bundles hard-coded as defaults in Sling. However, if a
product provides its own "default" configuration via config admin, any
user of the product setting their own "additional" config will wipe
out the product's "default" config (or copy it over and cause issues
with later updates).

Therefore I am wondering if we shouldn't create a factory
configuration instead and scrap the "additional" config property.
WDYT?

Regards
Julian

Reply via email to