dont' set applicationcontext to null on dispose for request based lifespan instances since applicationcontext is a singleton lifespan.

This commit is contained in:
Shannon
2015-12-17 11:32:50 +01:00
parent 87109b0747
commit 887bbdc3b0
2 changed files with 2 additions and 4 deletions

View File

@@ -462,7 +462,6 @@ namespace Umbraco.Web.Security
protected override void DisposeResources()
{
_httpContext = null;
_applicationContext = null;
}