Hello,
I applied the last update on a MVC core project, which uses the authentication through cookies.
Everything was running fine before the update ( from 2.0.3 ) but now, I'm not able to reach my controller called "Auth".
If I rename it, its OK, but Auth fails to a 404.
Does anyone knows if Auth is now a protected name for controller ?
Regards,