#2564·express

Shouldn't app.set("case sensitive routing") propagate to new Routers?

Author: ibcCreated Feb 23, 2015Updated Jul 25, 2026
Labelsenhancement

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).