drogonframework / drogonframework/drogon
Aligned Static File Routes
Open
- Dominant language
- C++
- Stars
- 14.3k
- Forks
- 1.4k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 15
Description
Currently, if drogon checks a route to a static file folder and does not find it, it returns not found, the desired behavior would be for it to continue checking subsequent routes like nginx, giving priority to larger routes, example:
"/static/an- folder/to-file/"
over
"/static/"
is also desired
Contributor guide
Assessment
This issue has not been assessed yet.