Jörg Hoh created SLING-8802:
-------------------------------
Summary: JcrResourceBundle should not consider dictionaries with a
basename, if no basename is provided
Key: SLING-8802
URL: https://issues.apache.org/jira/browse/SLING-8802
Project: Sling
Issue Type: Improvement
Components: i18n
Affects Versions: i18n 2.5.14
Reporter: Jörg Hoh
In a situation where 2 dictionaries are available (one with a basename
configured, the other without any basename), the {{JcrResourceBundle}} will
load (and merge) both if no basename is provided (see [1]).
This breaks applications where basenames are used to separate multiple
ResourceBundles from each other, and there are definitely cases where the
basename is not provided (and thu assumed as {{null}}).
I would propose to make the behavior consistent and return only dictionaries
with no basename configured if basename is null.
[1]
https://github.com/apache/sling-org-apache-sling-i18n/blob/master/src/main/java/org/apache/sling/i18n/impl/JcrResourceBundle.java#L340
--
This message was sent by Atlassian Jira
(v8.3.4#803005)