You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NRE fixed in the original PR is no longer an issue because the method (GetControllerType(...)) now throws an ArgumentNullExceptiona few lines earlier when requestContext == null.
On the other hand, DefaultControllerFactory lacks a null check for the RequestContext parameter in GetControllerInstance(...) and CreateController(...) and GetControllerType(...) both mishandle requestContext.RouteData. I'll send out a PR to address those small issues.
See original code in https://aspnetwebstack.codeplex.com/SourceControl/network/forks/Therzok/fixNRERegression/contribution/5358
The text was updated successfully, but these errors were encountered: