Closed (fixed)
Project:
Filename Transliteration
Version:
1.1.0
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
27 Jun 2023 at 07:27 UTC
Updated:
31 Jan 2024 at 05:39 UTC
Jump to comment: Most recent
If a file is uploaded to the root of a stream, such as public or private, with no sub-directory, an extra / is added after the stream wrapper. In the case of private files Drupal then fails to serve them.
* Create a file field with no subdirectory (ideally use private file scheme)
* Upload a file that requires transliteration
* File is stored with a uri private:///
* File gives 403 as it can't be found
* Check if the directory already ends in /
* Alternative: Check if the directory is a stream wrapper
* MR opened already
* Confirm approach
* Testing
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
alexj12 commentedComment #4
alexj12 commentedComment #7
jwilson3Merged. This will be included in the final release 1.2.0
Comment #8
jwilson3