diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-06-25 12:23:52 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-25 12:23:52 -0700 |
commit | ccca6b6523d7071cd0ee09fd00ea3e05d4b8e3eb (patch) | |
tree | 677faa2b5acbe6fe7ecaf8db4b3b0f1822ad4566 /Documentation | |
parent | 8d87e35babb0f9d8657ef530dd9d77eed0bfec9a (diff) | |
parent | 04953bc888e648dc22c172ffa74de1b2a08a209a (diff) | |
download | git-ccca6b6523d7071cd0ee09fd00ea3e05d4b8e3eb.tar.gz git-ccca6b6523d7071cd0ee09fd00ea3e05d4b8e3eb.tar.xz |
Merge branch 'ye/doc-http-proto'
* ye/doc-http-proto:
http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616
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 59be59b0e..229f845df 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. |