quirkey / sammy

Sammy is a tiny javascript framework built on top of jQuery, It's RESTful Evented Javascript.
http://sammyjs.org
MIT License
2.99k stars 384 forks source link

Capability to configure case-sensitivity #234

Closed aidapsibr closed 6 years ago

aidapsibr commented 9 years ago

This change allows a user to opt-in to case-insensitivity for routes at a Sammy.Application level. This feature is pivotal for inclusion in ASP.NET WebForms and MVC platforms where URL casing is not enforced in general any IIS hosted application as well.

This is a more friendly form of a prior request #215 ( #213 ).