git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: nori <semtlenori@gmail.com>
To: unlisted-recipients:; (no To-header on input)
Subject: [PATCH] http-protocol.txt: Basic Auth is RFC 2617, not RFC 2616
Date: Sun, 15 Jun 2014 04:09:29 +0900	[thread overview]
Message-ID: <539cafe8.c1a4420a.08dd.fffff66e@mx.google.com> (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

             reply	other threads:[~2014-06-14 20:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-14 19:09 nori [this message]
2014-06-15  8:20 ` [PATCH] http-protocol.txt: Basic Auth is RFC 2617, not RFC 2616 Yi EungJun
2014-06-16 18:26   ` Junio C Hamano
2014-06-17  1:10     ` Yi, EungJun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=539cafe8.c1a4420a.08dd.fffff66e@mx.google.com \
    --to=semtlenori@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).