From 3c6a6b872738aa31bdc87c4e9dd316cc4a2533d3 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 4 Oct 2009 07:29:33 +0000 Subject: [PATCH] "fix for bug in kde4.2, which seems to have a problem with a 401 without a body" --- groupdav.php | 1 + 1 file changed, 1 insertion(+) diff --git a/groupdav.php b/groupdav.php index 434c109f5e..ff511b78c3 100644 --- a/groupdav.php +++ b/groupdav.php @@ -33,6 +33,7 @@ function check_access(&$account) ($GLOBALS['egw']->session->reason ? ': '.$GLOBALS['egw']->session->reason : '').'"'); header('HTTP/1.1 401 Unauthorized'); header('X-WebDAV-Status: 401 Unauthorized', true); + echo "\n\n401 Unauthorized\n\nAuthorization failed.\n\n\n"; exit; } return $sessionid;