Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616
author
Yi EungJun
<eungjun.yi@navercorp.com>
Sat, 14 Jun 2014 19:09:29 +0000
(
04:09
+0900)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 16 Jun 2014 19:00:43 +0000
(12:00 -0700)
Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/http-protocol.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
9a597ed
)
diff --git
a/Documentation/technical/http-protocol.txt
b/Documentation/technical/http-protocol.txt
index 20525d98bb67cd3710c9738f99020c01f2d1d885..58c7e872d7b3eb0c9e1687600b102fcfd18695d5 100644
(file)
--- 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.
server administrators MAY use directory based permissions within
their HTTP server to control repository access.
-Clients SHOULD support Basic authentication as described by RFC 261
6
.
+Clients SHOULD support Basic authentication as described by RFC 261
7
.
Servers SHOULD support Basic authentication by relying upon the
HTTP server placed in front of the Git server software.
Servers SHOULD support Basic authentication by relying upon the
HTTP server placed in front of the Git server software.