From c0276a73695d30c579f05158538af7796304faa3 Mon Sep 17 00:00:00 2001 From: feodor_fitsner Date: Thu, 20 Sep 2012 13:12:23 -0700 Subject: [PATCH 1/2] SessionValidationKey bug in update fixed --- .../Sources/WebsitePanel.Setup/Wizard/ExpressInstallPage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebsitePanel.Installer/Sources/WebsitePanel.Setup/Wizard/ExpressInstallPage.cs b/WebsitePanel.Installer/Sources/WebsitePanel.Setup/Wizard/ExpressInstallPage.cs index 9db3a3c7..2542406b 100644 --- a/WebsitePanel.Installer/Sources/WebsitePanel.Setup/Wizard/ExpressInstallPage.cs +++ b/WebsitePanel.Installer/Sources/WebsitePanel.Setup/Wizard/ExpressInstallPage.cs @@ -346,7 +346,7 @@ namespace WebsitePanel.Setup if (appSettings != null) { var sessionKey = doc.CreateElement("add"); - sessionKey.SetAttribute("name", "SessionValidationKey"); + sessionKey.SetAttribute("key", "SessionValidationKey"); sessionKey.SetAttribute("value", StringUtils.GenerateRandomString(16)); appSettings.AppendChild(sessionKey); } From 073028f55eec94e4f15ef08a9e3165d0ccc0d4d1 Mon Sep 17 00:00:00 2001 From: Virtuworks Date: Thu, 20 Sep 2012 16:39:07 -0400 Subject: [PATCH 2/2] Added tag build-2.0.0.43 for changeset 51656fb827dc