-
Hi, we use standard sitemap with security in one of our project. When implementing **security trimming** via MvcSiteMapProvider, i've POSSIBLY stumbled upon a big **security issue - BUG**.
I've teste…
-
I just upgraded from 4.4.5 to 4.4.7, and now everything that i had that used preservedRouteParameters is broken.
Used to be that i would step through my nodes to get the correct URL for that node, a…
-
While trying to Authorize a `Controller` based on the presence of a particular claim type and value results in a `ArgumentNullException`.
```
[Authorize("ManageStore", "Allowed")]
public clas…
-
I can only report for now, maybe someone has experienced a similar problem.
When I have the time I'll simplify the problem to make it replicable.
I have a reasonable complex structure mainly from a d…
Sam7 updated
10 years ago
-
For testing purposes I'm replacing the default implementation of `IUserIdProvider` with a custom one like this:
```
class UserIdProvider : IUserIdProvider
{
public string GetUserId(IRequest reque…
-
I have this menu designed
``` code
…
-
It seems like if you add an AuthorizeAttribute to your hub, this does not extend to the longpolling 'negotiate' call, so if your connection falls back to longPolling, SignalR does not properly reject …
-
When I have multiple actions with the same name but one of them decorated with `[HttpPost]` attribute, then it finds wrong `ActionDescriptor`.
I assume links in sitemap are always meant for GET?
Fort…
siimv updated
10 years ago
-
Hi Brock,
Well I have been motoring on with my implementation of this (firstly let me say you are one smart cookie)
Due to using this in a closed environment where "we" as a development team/busin…
-
I'm stuck on this error message which I've started to get after upgrading to 1.1.0-beta1.
I've got several hubs that I'm using on the same page. I'm using the AuthorizeAttribute on a hub method requi…