Re: Problem with git-http-backend.exe as iis cgi

2016-06-22 Thread Johannes Schindelin
Hi Junio, On Tue, 21 Jun 2016, Junio C Hamano wrote: > Konstantin Khomoutov writes: [purportedly on 10 Mar 13:55 2016, see $gmane/297739] > Isn't this responding to a stale thread? I was puzzled, too. I think the mail somehow got re-sent (and another one by Konst, too). Ciao, Dscho -- To uns

Re: Problem with git-http-backend.exe as iis cgi

2016-06-21 Thread Junio C Hamano
Konstantin Khomoutov writes: > On Thu, 10 Mar 2016 07:28:50 + > Florian Manschwetus wrote: > >> I tried to setup git-http-backend with iis, as iis provides proper >> impersonation for cgi under windows, which leads to have the >> filesystem access performed with the logon user, therefore the

Re: Problem with git-http-backend.exe as iis cgi

2016-06-20 Thread Konstantin Khomoutov
On Thu, 10 Mar 2016 07:28:50 + Florian Manschwetus wrote: > I tried to setup git-http-backend with iis, as iis provides proper > impersonation for cgi under windows, which leads to have the > filesystem access performed with the logon user, therefore the > webserver doesn't need generic acces

Re: [PATCH] Fix http-backend reading till EOF, ignoring CONTENT_LENGTH, violating rfc3875 -- WAS: Problem with git-http-backend.exe as iis cgi

2016-04-01 Thread Jeff King
On Wed, Mar 30, 2016 at 09:08:56AM +, Florian Manschwetus wrote: > After additional analysis it turned out, that in the case you > mentioned, at least IIS, sets CONTENT_LENGTH to -1 resulting in the > current behavior of git-http-backend being sufficient in this > situation. > Therefore I refa

AW: [PATCH] Fix http-backend reading till EOF, ignoring CONTENT_LENGTH, violating rfc3875 -- WAS: Problem with git-http-backend.exe as iis cgi

2016-03-30 Thread Florian Manschwetus
g > CONTENT_LENGTH, violating rfc3875 -- WAS: Problem with git-http- > backend.exe as iis cgi > > On Tue, Mar 29, 2016 at 10:38:23AM +, Florian Manschwetus wrote: > > > > | A request-body is supplied with the request if the CONTENT_LENGTH > > > | is not N

Re: [PATCH] Fix http-backend reading till EOF, ignoring CONTENT_LENGTH, violating rfc3875 -- WAS: Problem with git-http-backend.exe as iis cgi

2016-03-29 Thread Jeff King
On Tue, Mar 29, 2016 at 10:38:23AM +, Florian Manschwetus wrote: > > | A request-body is supplied with the request if the CONTENT_LENGTH is > > | not NULL. The server MUST make at least that many bytes available > > | for the script to read. The server MAY signal an end-of-file > > | cond

[PATCH] Fix http-backend reading till EOF, ignoring CONTENT_LENGTH, violating rfc3875 -- WAS: Problem with git-http-backend.exe as iis cgi

2016-03-29 Thread Florian Manschwetus
-Ursprüngliche Nachricht- Von: Chris Packham [mailto:judge.pack...@gmail.com] Gesendet: Dienstag, 29. März 2016 11:28 An: Florian Manschwetus Cc: Konstantin Khomoutov; git@vger.kernel.org Betreff: Re: Problem with git-http-backend.exe as iis cgi Hi Florian On Tue, Mar 29, 2016 at 7:01

Re: Problem with git-http-backend.exe as iis cgi

2016-03-29 Thread Chris Packham
> Von: Konstantin Khomoutov [mailto:kostix+...@007spb.ru] > Gesendet: Donnerstag, 10. März 2016 13:55 > An: Florian Manschwetus > Cc: git@vger.kernel.org > Betreff: Re: Problem with git-http-backend.exe as iis cgi > > On Thu, 10 Mar 2016 07:28:50 + > Florian Manschwetu

AW: Problem with git-http-backend.exe as iis cgi

2016-03-28 Thread Florian Manschwetus
: Problem with git-http-backend.exe as iis cgi On Thu, 10 Mar 2016 07:28:50 + Florian Manschwetus wrote: > I tried to setup git-http-backend with iis, as iis provides proper > impersonation for cgi under windows, which leads to have the > filesystem access performed with the l

Problem with git-http-backend.exe as iis cgi

2016-03-09 Thread Florian Manschwetus
Moin, I tried to setup git-http-backend with iis, as iis provides proper impersonation for cgi under windows, which leads to have the filesystem access performed with the logon user, therefore the webserver doesn't need generic access to the files. I stumbled across a problem, ending up with pos