git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] http-protocol.txt: Basic Auth is RFC 2617, not RFC 2616
@ 2014-06-14 19:09 nori
  2014-06-15  8:20 ` Yi EungJun
  0 siblings, 1 reply; 4+ messages in thread
From: nori @ 2014-06-14 19:09 UTC (permalink / raw)


Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com>
---
 Documentation/technical/http-protocol.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/technical/http-protocol.txt b/Documentation/technical/http-protocol.txt
index 544373b..2d0eb19 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.
 
-- 
2.0.0.422.gb6302de

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-17  1:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-14 19:09 [PATCH] http-protocol.txt: Basic Auth is RFC 2617, not RFC 2616 nori
2014-06-15  8:20 ` Yi EungJun
2014-06-16 18:26   ` Junio C Hamano
2014-06-17  1:10     ` Yi, EungJun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).