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/technical/http-protocol.txt | |
parent | Merge branch 'jc/rev-parse-argh-dashed-multi-words' into maint (diff) | |
download | tgif-04953bc888e648dc22c172ffa74de1b2a08a209a.tar.xz |
http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616
Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/http-protocol.txt')
-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. |