EBroersen

Results 1 issues of EBroersen

We were wondering whether the code for checking isNoMediaCache might be incorrect. ~~~ if (!requestDto.isNoMediaCache()) { log.debug("File cannot be cached: {}", file.getAbsolutePath()); binaryComponent.setLastPublishDate(new DateTime().toString()); } ~~~ We always get a...