if (!isWidgetValid && !rejectInvalid) {
_logger.warn("The author signature \'" + file.getName()
+ "\' is not valid, but widget will be imported");
}
} catch (Exception e) {
throw new BadAuthorSignatureException("Invalid Author Signature.");
}
}
for (File file : distributorSignaturesList) {
try {