Skip to content

Commit

Permalink
Merge branch 'ye/doc-http-proto'
Browse files Browse the repository at this point in the history
* ye/doc-http-proto:
  http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616
  • Loading branch information
Junio C Hamano committed Jun 25, 2014
2 parents 8d87e35 + 04953bc commit ccca6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/technical/http-protocol.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ccca6b6

Please sign in to comment.