throw new WebdavException( statusCode );
}
isCollection = isCollection(toDelete);
try {
if ( WebdavEvent.DELETE.isEnabled() ) EventDispatcher.getInstance().fireVetoableEvent(WebdavEvent.DELETE, new WebdavEvent(this));
macro.delete(slideToken, toDelete, null, this);
resp.setStatus(WebdavStatus.SC_NO_CONTENT);
} catch (DeleteMacroException dme) {
// If it's not a collection, we don't want to give a 207,