diff options
author | Yi EungJun <eungjun.yi@navercorp.com> | 2014-06-15 04:09:29 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-16 12:00:43 -0700 |
commit | 04953bc888e648dc22c172ffa74de1b2a08a209a (patch) | |
tree | db1a0a11f2ae92dbe766813a5cf4371c32b25b30 /Documentation | |
parent | 9a597edc831038b8c449bd3e527ca2976e4e55a6 (diff) | |
download | git-04953bc888e648dc22c172ffa74de1b2a08a209a.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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/technical/http-protocol.txt | 2 |
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. |