} catch (IOException e) {
log.warn("Could not save to file: " + fileToSave.getAbsolutePath(), e);
return resource;
}
Resource transformed = new FileResource(fileToSave);
if (log.isDebugEnabled()) {
log.debug("Transformed resource is saved to " + fileToSave.getAbsolutePath());
}