summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi EungJun <eungjun.yi@navercorp.com>2014-06-15 04:09:29 +0900
committerJunio C Hamano <gitster@pobox.com>2014-06-16 12:00:43 -0700
commit04953bc888e648dc22c172ffa74de1b2a08a209a (patch)
treedb1a0a11f2ae92dbe766813a5cf4371c32b25b30
parent9a597edc831038b8c449bd3e527ca2976e4e55a6 (diff)
downloadgit-ye/doc-http-proto.tar.gz
http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616ye/doc-http-proto
Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/technical/http-protocol.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/http-protocol.txt b/Documentation/technical/http-protocol.txt
index 20525d98bb..58c7e872d7 100644
--- a/Documentation/technical/http-protocol.txt
+++ b/Documentation/technical/http-protocol.txt
@@ -60,7 +60,7 @@ Because Git repositories are accessed by standard path components
server administrators MAY use directory based permissions within
their HTTP server to control repository access.
-Clients SHOULD support Basic authentication as described by RFC 2616.
+Clients SHOULD support Basic authentication as described by RFC 2617.
Servers SHOULD support Basic authentication by relying upon the
HTTP server placed in front of the Git server software.