mccalltd / AttributeRouting

Define your routes using attributes on actions in ASP.NET MVC and Web API.
http://mccalltd.github.io/AttributeRouting/
MIT License
416 stars 89 forks source link

RouteLoggingInfo: Don't crash if a null default is present #266

Open Daniel15 opened 11 years ago

Daniel15 commented 11 years ago

Area routes using T4MVC can sometimes have nulls in the defaults dictionary, causing the RouteLoggingInfo class to crash when it tries to iterate through the defaults.