dont' set applicationcontext to null on dispose for request based lifespan instances since applicationcontext is a singleton lifespan.
This commit is contained in:
@@ -462,7 +462,6 @@ namespace Umbraco.Web.Security
|
||||
protected override void DisposeResources()
|
||||
{
|
||||
_httpContext = null;
|
||||
_applicationContext = null;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user