-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 2.8, 2.8.1, 2.8.2, 2.9
-
Component/s: None
The DefaultPathConverterManager has an error when loading a plugin that provided a path converter.
removePathConverter will throw a ClassCastException as its using the wrong key to remove the plugin (generics ftw!).