You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@@ -49,7 +49,8 @@ namespace System.Web.Hosting {
|
||||
|
||||
ApplicationManager appManager = ApplicationManager.GetApplicationManager();
|
||||
|
||||
String appId = (String.Concat(virtualDir, physicalDir).GetHashCode()).ToString("x");
|
||||
String appId = StringUtil.GetNonRandomizedHashCode(String.Concat(virtualDir, physicalDir)).ToString("x");
|
||||
|
||||
|
||||
ObjectHandle h = appManager.CreateInstanceInNewWorkerAppDomain(
|
||||
hostType, appId, VirtualPath.CreateNonRelative(virtualDir), physicalDir);
|
||||
|
Reference in New Issue
Block a user