Shouldn't app.set("case sensitive routing") propagate to new Routers?
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 69.5k
- Forks
- 25k
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 9
Description
Just wondering if app settings such as "case sensitive routing" should be also applied in new `Router` instances created by the user.
Of course that would require some kind of magic in what `express.Router` returns (it should be a function that creates a new `Router` and applies the app settings unless provided by the user).
Contributor guide
Assessment
This issue has not been assessed yet.