StackID icon indicating copy to clipboard operation
StackID copied to clipboard

One overload of RouteAttribute doesn't use the correct AuthorizedUsers

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

https://code.google.com/p/stackid/source/browse/OpenIdProvider/Helpers/RouteAttr
ibute.cs?spec=svnb44c18dab004cdab39d92ac3329151952be69b63&r=b44c18dab004cdab39d9
2ac3329151952be69b63#131

This overload of RouteAttribute ignores the users passed as argument and uses 
all users instead (AuthorizedUser.Administrator | AuthorizedUser.Anonymous | 
AuthorizedUser.LoggedIn).

Note that this overload is used 16 times in 5 different controllers.

Original issue reported on code.google.com by [email protected] on 20 Jan 2015 at 3:59

GoogleCodeExporter avatar Oct 06 '15 16:10 GoogleCodeExporter