alexbeletsky / elmah-mvc

Painless integration of ELMAH into ASP.NET MVC application
http://nuget.org/packages/Elmah.MVC
Apache License 2.0
266 stars 61 forks source link

Also ignore /elmah route under folders if IgnoreDefaultRoute is true #56

Closed DavidDeSloovere closed 9 years ago

DavidDeSloovere commented 9 years ago

Using the scanner at https://asafaweb.com/ I notice that elmah was still accessible under a subfolder.

The root of my application redirects to a culturecode /nl-be. The scanner detected that /nl-be/elmah is accessible, although IgnoreDefaultRoute is on and /elmah itself is not accessible.