Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.7.2, 2.6.4
-
None
-
None
Description
When KeyProvider.rollNewVersion(String name) is called, it first gets the metadata for the given name. The javadoc states that the getMetadata(String name) method can return null if the key doesn't exist. However rollNewVersion throws a NPE if the returned metadata is null.