Re: [PATCH 3/2] doc/http-backend: match query-string in apache half-auth example

2013-04-13 Thread Jakub Narębski
W dniu 13.04.2013 05:33, Jeff King pisze: > When setting up a "half-auth" repository in which reads can > be done anonymously but writes require authentication, it is > best if the server can require authentication for both the > ref advertisement and the actual receive-pack POSTs. [...] Thanks f

[PATCH 3/2] doc/http-backend: match query-string in apache half-auth example

2013-04-12 Thread Jeff King
When setting up a "half-auth" repository in which reads can be done anonymously but writes require authentication, it is best if the server can require authentication for both the ref advertisement and the actual receive-pack POSTs. This alleviates the need for the admin to set http.receivepack in