Describe the Bug
Within the \public directory, I allow users to upload files, which can no extension. When attempting to browse to that file, it will return a 404.
Steps To Reproduce
Steps to reproduce the behavior:
- Add an extensionless file to
\public
- Attempt to browse or download the file
- Observe the 404 error
Expected Behavior
The extensionless file should be served, following the "Static Routes order" section at https://badgerati.github.io/Pode/Tutorials/Routes/Utilities/StaticContent/#static-routes-order
Platform
- OS: Windows
- Browser: Chrome
- Versions:
- Pode: 2.12.1
- PowerShell: 7.5.2
Describe the Bug
Within the
\publicdirectory, I allow users to upload files, which can no extension. When attempting to browse to that file, it will return a 404.Steps To Reproduce
Steps to reproduce the behavior:
\publicExpected Behavior
The extensionless file should be served, following the "Static Routes order" section at https://badgerati.github.io/Pode/Tutorials/Routes/Utilities/StaticContent/#static-routes-order
Platform