yx lin
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
aspnet-core/framework/mvc/LINGYUN.Abp.AspNetCore.Mvc.Wrapper/LINGYUN/Abp/AspNetCore/Mvc/Wrapper/WrapResultChecker.cs
|
|
@ -129,7 +129,7 @@ public class WrapResultChecker : IWrapResultChecker, ISingletonDependency |
|
|
return true; |
|
|
return true; |
|
|
} |
|
|
} |
|
|
var url = BuildUrl(context.HttpContext); |
|
|
var url = BuildUrl(context.HttpContext); |
|
|
return !Options.IgnorePrefixUrls.Any(urlPrefix => urlPrefix.StartsWith(url)); |
|
|
return !Options.IgnorePrefixUrls.Any(urlPrefix => url.StartsWith(urlPrefix)); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
protected virtual bool CheckForController(ControllerActionDescriptor controllerActionDescriptor) |
|
|
protected virtual bool CheckForController(ControllerActionDescriptor controllerActionDescriptor) |
|
|
|