// now save
realmConfigSource.storeConfiguration();
// because we change the configuration directly we need to tell the SecuritySystem to clear the
// cache,
// although at this point nothing should be cached, but better safe the sorry
eventBus.post(new SecurityConfigurationChanged());
}
}
catch (ConfigurationIsCorruptedException e) {
log.error("Failed to upgrade security.xml: " + e);
startedEvent.putVeto(this, e);