[Koha-bugs] [Bug 11317] Add a way to access files from the intranet

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 22 20:12:29 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317

Roch D'Amour <roch.damour at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roch.damour at inlibro.com
             Status|Failed QA                   |Needs Signoff

--- Comment #118 from Roch D'Amour <roch.damour at inlibro.com> ---
Forgot to add test plan... Here we go :

- Generate file hash based on fullpath + filename. This make sure all files are
accessible, even if they have the same filename.

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.


More information about the Koha-bugs mailing list