Skip to content
Snippets Groups Projects
Commit d5c6b2c2 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- added hint about workaround

parent 419aadbb
No related branches found
No related tags found
No related merge requests found
......@@ -188,6 +188,8 @@ public class SLUBStoragePlugin extends AbstractStorageHandler {
pluginname = "";
}
finally {
// HINT: Workaround for Rosetta case 06472860 - Storage Plugin: Empty custom fixity plugin name breaks file updates [Rosetta 7.3.0.0]
// -> use fallback names in case fixity plugin name is missing
if (pluginname == null || pluginname.length() == 0) {
log.warn("SLUBStoragePlugin failed to get pluginname, because it is empty. Possibly, there is no valid fixity type used or a CustomFixityPlugin missed");
log.warn("SLUBStoragePlugin.checkFixityByPlugin() trying to use fallback table to determine plugin name");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment