Fix HTTPS violation in the ZipTransformer

This commit is contained in:
abilan
2023-02-21 17:21:18 -05:00
parent bea8c88d27
commit 42b11d2d0a

View File

@@ -37,11 +37,10 @@ import org.springframework.util.FileCopyUtils;
import org.springframework.util.StringUtils;
/**
* {@link Transformer} implementation that applies a Zip transformation to the
* message payload. Keep in mind that Zip entry timestamps are recorded only to
* two 2 second precision:
* {@link Transformer} implementation that applies a Zip transformation to the message payload.
* Keep in mind that Zip entry timestamps are recorded only to 2 second precision:
* <p>
* See also: <a href="http://mindprod.com/jgloss/zip.html"/>
* See also: <a href="https://www.mindprod.com/jgloss/zip.html"/>
* <p>
* If you want to generate Zip files larger than {@code 4GB}, you must use Java 7:
* <p>