From b6c93c7ce871664c07c244a2587233e180fdf3e0 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Sun, 5 Sep 2010 19:58:31 +0530 Subject: [PATCH] (http) I'm sorry DAV, I can't let you do that... --- src/gl-auth-command | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gl-auth-command b/src/gl-auth-command index 10c8930..15fdfaf 100755 --- a/src/gl-auth-command +++ b/src/gl-auth-command @@ -85,6 +85,8 @@ if (@ARGV and $ARGV[0] eq '-s') { my $user; if ($ENV{REQUEST_URI}) { + die "fallback to DAV not supported\n" if $ENV{REQUEST_METHOD} eq 'PROPFIND'; + # these patterns indicate normal git usage; see "services[]" in # http-backend.c for how I got that. Also note that "info" is overloaded; # git uses "info/refs...", while gitolite uses "info" or "info?...". So