{return;}
checkForUpdates(broker, document.getURI(), document);
final XmldbURI uri = document.getCollection().getURI();
if (uri.startsWith(SecurityManager.SECURITY_COLLECTION_URI)) {
try {
broker.getBrokerPool().getSecurityManager().processPramatter(broker, document);
} catch (final ConfigurationException e) {
LOG.error("Configuration can't be processed [" + document.getURI() + "]", e);
//TODO : raise exception ? -pb