https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #120 from Roch D'Amour <roch.damour@inlibro.com> --- Created attachment 72309 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=72309&action=edit Bug 11317 - File with same name in different directories now has distinct hash + QA followup Testing: 0. Make sure the requirements from the last patches are met 1. Add 2 accessdir in your koha-conf, i.e. "/tmp/test" and "/tmp/moretest". 2. Add a file in both directories using the same name for the file: - echo "small file" > /tmp/test/log - echo "the size of this file is quite huge" > /tmp/moretest/log 3. Go to Home › Tools › Report/log files and you should see both files with different size. 4. Download (or open) both files. They should be different. Thanks for testing -- You are receiving this mail because: You are watching all bug changes.