- 🇬🇧United Kingdom longwave UK
🐛 Cannot use a / in route parameter Needs work has a possible better solution to the RouteProvider changes I made here.
- First commit to issue fork.
Fixing #3312198: Regression concerning the cache of private files is tricky because of PathProcessorFiles, which converts paths like system/files/path/to/private/file.txt to an internal path of system/files?file=path/to/private/file.txt.
From my findings, that doesn't seem to be the case if the file path is is within a folder such as
2022-10/test.txt
, mainly because the current logic doesn't attempt to normalize the inbound URI path.Here's a simplified patch that works for me, as I haven't had time to test the other patch to see if it breaks anything else.
- @codebymikey opened merge request.