[PATCH] mod_fcgid: SEGV with empty output from fcgi process

2010-01-29 Thread Tatsuki Sugiura
Hello all, I found a problem that mod_fcgi makes segmentation fault when FastCGI process returns empty outout. It's caused with missing to check end of brigade when parsing CGI response header. I worte a patch to fix this, and attach on this mail. Please review. Regards, -- Tatsuki Sugiura

Re: mod_dav inconsistent behaviour for GET requests

2010-01-29 Thread Julian Reschke
Stefan Fritsch wrote: Hi, mod_dav doesn't handle GET requests in a consistent way: If a repos provider has handle_get == 1, mod_dav will handle GET requests by itself. This means no other handler will get a chance to interpret the file as script or SSI. On the other hand, if the repos

RE: mod_dav inconsistent behaviour for GET requests

2010-01-29 Thread Plüm, Rüdiger, VF-Group
-Original Message- From: Stefan Fritsch Sent: Freitag, 29. Januar 2010 08:43 To: dev@httpd.apache.org Subject: mod_dav inconsistent behaviour for GET requests Hi, mod_dav doesn't handle GET requests in a consistent way: If a repos provider has handle_get == 1, mod_dav will

Re: mod_dav inconsistent behaviour for GET requests

2010-01-29 Thread Stefan Fritsch
It seems my mail was not so clear. On Friday 29 January 2010, Plüm, Rüdiger, VF-Group wrote: The documentation http://httpd.apache.org/docs/trunk/mod/mod_dav.html#complex suggests using ForceType 'text/plain' to circumvent this. Apart from the fact that this is not enough and one may

Re: mod_dav inconsistent behaviour for GET requests

2010-01-29 Thread Stefan Fritsch
On Friday 29 January 2010, Julian Reschke wrote: And if you really really have to, consider using the MS extension request header Translate. Not all DAV clients send this header. Therefore it is not an option.

RE: mod_dav inconsistent behaviour for GET requests

2010-01-29 Thread Plüm, Rüdiger, VF-Group
-Original Message- From: Stefan Fritsch Sent: Freitag, 29. Januar 2010 11:26 To: dev@httpd.apache.org Subject: Re: mod_dav inconsistent behaviour for GET requests It seems my mail was not so clear. On Friday 29 January 2010, Plüm, Rüdiger, VF-Group wrote: The

Re: mod_dav inconsistent behaviour for GET requests

2010-01-29 Thread Stefan Fritsch
On Friday 29 January 2010, Plüm, Rüdiger, VF-Group wrote: Thanks for clarification. I guess I understand your intension better now. So basicly you want those providers that do not implement GET by themselves to enforce the usage of the default handler, correct? Mind to sent a patch to the

Re: mod_dav inconsistent behaviour for GET requests

2010-01-29 Thread Roy T. Fielding
On Jan 29, 2010, at 10:46 AM, Stefan Fritsch wrote: On Friday 29 January 2010, Plüm, Rüdiger, VF-Group wrote: Thanks for clarification. I guess I understand your intension better now. So basicly you want those providers that do not implement GET by themselves to enforce the usage of the