- Issue created by @RobinCS
- First commit to issue fork.
- 🇩🇪Germany lukas_w
I created an issue fork changing XsendfileFileDownloadController to also use absolute path. I changed XsendfileFileDownloadController to use absolute paths, because it had also a bug, creating the wrong path.
If base_path() returned "/" and file_private_path was relative, e.g. ../private, the path in the end would be /../private, which is an invalid absolute path. This is now fixed by using the absolute path of the file.
(As a side note, for Apache I encountered no problems using both absolute paths and relative paths.)