Daniel15 / RouteJs

JavaScript URL routing for ASP.NET MVC and WebForms
84 stars 19 forks source link

Controller whitelist/blacklist only checks name, not namespace #20

Closed Daniel15 closed 9 years ago

Daniel15 commented 11 years ago

The controller white/blacklists currently only check the controller based on its name. This means that if there's multiple controllers with the same name in different areas, they won't be filtered correctly. Namespace needs to be checked in addition to class name.

Also see #18

Daniel15 commented 9 years ago

Not going to get time to work on this and nobody's requested it so far.