From fbe714fc5ba090d86b524399277d6400e6ff6d70 Mon Sep 17 00:00:00 2001 From: Christopher hubing Date: Thu, 12 Oct 2017 15:39:32 +0000 Subject: [PATCH] fixed logout URL --- test-compose/www/container_files/httpd/logout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-compose/www/container_files/httpd/logout.php b/test-compose/www/container_files/httpd/logout.php index 6199830..0114317 100644 --- a/test-compose/www/container_files/httpd/logout.php +++ b/test-compose/www/container_files/httpd/logout.php @@ -2,6 +2,6 @@ # expire confluence session cookie setcookie ("JSESSIONID", "1", 1, "/"); - header("Location: /SShibboleth.sso/Logout"); + header("Location: /Shibboleth.sso/Logout"); ?>