Re: [PATCH v2] t5551: mark half-auth no-op fetch test as v0-only

2019-04-08 Thread Jonathan Tan
> > + # NEEDSWORK: When using HTTP(S), protocol v0 supports a "half-auth" > > + # configuration with authentication required only when downloading > > + # objects and not refs, by having the HTTP server only require > > + # authentication for the "git-upload-pack" path and not "info/refs".

Re: [PATCH v2] t5551: mark half-auth no-op fetch test as v0-only

2019-04-06 Thread Jonathan Nieder
Hi, Jonathan Tan wrote: > When using protocol v0, upload-pack over HTTP permits a "half-auth" > configuration in which, at the web server layer, the info/refs path is > not protected by authentication but the git-upload-pack path is, so that > a user can perform fetches that do not download any o

Re: [PATCH v2] t5551: mark half-auth no-op fetch test as v0-only

2019-03-23 Thread Jeff King
On Fri, Mar 22, 2019 at 12:01:39PM -0700, Jonathan Tan wrote: > When using protocol v0, upload-pack over HTTP permits a "half-auth" > configuration in which, at the web server layer, the info/refs path is > not protected by authentication but the git-upload-pack path is, so that > a user can perfo