From e7883877a98dfcae3f75f1c1a562120d89aed22a Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 09 Feb 2012 08:33:16 -0500 Subject: [PATCH] Fixed session fixation vulnerability (issue 62) --- test-gitblit.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-gitblit.properties b/test-gitblit.properties index 72a5db4..9249bbd 100644 --- a/test-gitblit.properties +++ b/test-gitblit.properties @@ -6,8 +6,8 @@ git.searchRepositoriesSubfolders = true git.enableGitServlet = true groovy.scriptsFolder = groovy -groovy.preReceiveScripts = blockpush.groovy -groovy.postReceiveScripts = sendemail.groovy jenkins.groovy +groovy.preReceiveScripts = blockpush +groovy.postReceiveScripts = sendmail web.authenticateViewPages = false web.authenticateAdminPages = true web.allowCookieAuthentication = true -- Gitblit v1.9.1