-
Bug
-
Resolution: Not a bug
-
Minor
-
None
-
3.3
See: https://github.com/moodle/moodle/blob/master/lib/filestorage/stored_file.php#L261
In the case of the file_system_filedir this is not an issue as local and remote paths are the same. However in other file systems
the file may only be readable locally when this is checked. I propose that both local and remote file paths are checked here.
- has been marked as being related by
-
MDL-46375 Move file-system specific components of file_storage and stored_file to new overridable API
- Closed