Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 1207:7121a40671ff
HashedFile: Forget to call the file hashing so only the file lengths were compared.
flys-backend/trunk@2316 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 11 Jul 2011 10:02:13 +0000 |
parents | c7370734b872 |
children | 2b57edd94735 |
comparison
equal
deleted
inserted
replaced
1206:c7370734b872 | 1207:7121a40671ff |
---|---|
1 2011-07-08 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 1 2011-07-11 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | |
3 * src/main/java/de/intevation/flys/utils/FileTools.java: Argh! | |
4 Forget to call the file hashing so only the file lengths were | |
5 compared. | |
6 | |
7 2011-07-11 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | 8 |
3 * src/main/java/de/intevation/flys/utils/FileTools.java: | 9 * src/main/java/de/intevation/flys/utils/FileTools.java: |
4 Added a class HashedFile to compare files by there length | 10 Added a class HashedFile to compare files by there length |
5 and a message digest. Digest can be set with system property | 11 and a message digest. Digest can be set with system property |
6 "flys.backend.file.cmp.digest" and defaults to MD5. Useful to | 12 "flys.backend.file.cmp.digest" and defaults to MD5. Useful to |