Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.0
-
Fix Version/s: 2.1.2
-
Component/s: Engine - Security and Credential Manager
-
Labels:None
Description
The credential manager sorts MasterPasswordProviderSPI implementations by putting them in a TreeMap by the priority returned from canProvidePassword() - however this means that any providers with the same priority (which they might not know off) would overwrite eachother in the map.
done for 2.1.1 - sort as a List instead