Skip to content

Commit

Permalink
XWIKI-22530: A broken document initializer can prevent XWiki from sta…
Browse files Browse the repository at this point in the history
…rting at all

(cherry picked from commit 89ba9ea)
  • Loading branch information
tmortagne committed Sep 26, 2024
1 parent 2793f59 commit f5318af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@ private void initializeMandatoryDocument(MandatoryDocumentInitializer initialize
localizePlainOrKey("core.model.xclass.mandatoryUpdateProperty.versionSummary"), context);
}
}
} catch (XWikiException e) {
} catch (Exception e) {
LOGGER.error("Failed to initialize mandatory document [{}]", initializer.getDocumentReference(), e);
}
}
Expand Down

0 comments on commit f5318af

Please sign in to comment.