From: Yi EungJun Date: Sat, 14 Jun 2014 19:09:29 +0000 (+0900) Subject: http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616 X-Git-Tag: v2.0.3~8^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/04953bc888e648dc22c172ffa74de1b2a08a209a?ds=sidebyside http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616 Signed-off-by: Yi EungJun Signed-off-by: Junio C Hamano --- 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.