throw new PackageException("Package extraction requires admin session (userid not allowed).");
}
}
Importer importer = new Importer(opts);
AccessControlHandling ac = getACHandling();
if (opts.getAccessControlHandling() == null) {
opts.setAccessControlHandling(ac);
}
String cndPattern = getProperty(NAME_CND_PATTERN);
if (cndPattern != null) {