Problem/Motivation
It appears #2630230: Image effect convert fails when image file is in the public files root may be an issue for s3fs.
Additionally I believe DIRECTORY_SEPARATOR will create invalid URI's on Windows.
Steps to reproduce
Test Needed
Proposed resolution
Import #2630230: Image effect convert fails when image file is in the public files root however do not use DIRECTORY_SEPARATOR
Remaining tasks
User interface changes
None
API changes
None
Data model changes
None
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | s3fsimagestyledownlo-3264636-3.patch | 3.13 KB | cmlara |
Comments
Comment #2
cmlaraPostponed on #3264640: S3fs does not handle paths with './' or '..' the same as core.
Comment #3
cmlaraThis should solve the issue.
Comment #5
cmlaraCredit Bladedu from #3264718: Converted image uri wrong when file is placed in root folder
Comment #7
cmlara