-
Type:
Bug
-
Status: Open
-
Priority:
Trivial
-
Resolution: Unresolved
-
Affects Version/s: 11.0.0, 11.0.1, 11.0.2, 11.0.3, 12.0.0, 12.0.1, 12.0.2, 12.0.3, 13.0.0, 13.5.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:
com.sun.identity.shared.datastruct.CollectionHelper defines
private static final String SEPARATOR = "|";
but does not always reuse it like
public static String getServerMapAttr(Map map, String attrName) { .... int index = result.indexOf("|");
public static Set<String> getServerMapAttrs(Map<String, Set<?>> map, String attrName) { .... int index = attr.indexOf("|");