RE: FW: httpd.exp for Apache 2.0.43

2003-06-04 Thread Rahul Kohli
Thanks Jeff, Thanks for you inputs. Regarding the function ap_custom_response() , for this we have added our own implementation that is specific to apache 2.0 on AIX. Regards, Rahul Kohli -Original Message- From: Jeff Trawick [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003

Re: FW: httpd.exp for Apache 2.0.43

2003-06-04 Thread Jeff Trawick
Rahul Kohli wrote: Regarding the function ap_custom_response() , for this we have added our own implementation that is specific to apache 2.0 on AIX. Don't call it that! You shouldn't use the ap_ or apr_ or apu_ prefixes at all for your symbols, much less implement a function/method with the

Re: cvs commit: httpd-2.0/docs/manual/mod directives.html.ja.jis mpm_winnt.html.ja.jis prefork.html.ja.jis quickreference.html.ja.jis worker.html.ja.jis

2003-06-04 Thread André Malo
* [EMAIL PROTECTED] wrote: yoshiki 2003/06/03 02:54:44 Modified:docs/manual/mod directives.html.ja.jis mpm_winnt.html.ja.jis prefork.html.ja.jis quickreference.html.ja.jis worker.html.ja.jis Log: Update transformations.

[PATCH] Winnt MPM missing my_pid in some ap_log_error calls

2003-06-04 Thread Juan Rivera
Two ap_log_error calls had the "Child %d" but no my_pid in the argument list. This patch adds my_pid so that the messages are displayed correctly. Juan child.c.patch Description: Binary data

Bug 18388: Set-Cookie header not honored on 304 (Not modified) status

2003-06-04 Thread Ryan Eberhard
All, I've reopened bug 18388 with the comments below. I'd love to have a discussion about Set-Cookie's proper definition -- I believe it is a response-header (and thus allowed under a 304) rather than an entity-header. Given that, the proper algorithm would be to filter out

Re: Bug 18388: Set-Cookie header not honored on 304 (Not modified)status

2003-06-04 Thread Ryan Eberhard
All, I apologize that I didn't see the discussion that had occurred on this topic already... I had previously gone through the archives, but neglected to before sending the previous mail. Despite the quote from Roy Fielding, I stand by my claim that Set-Cookie is a response-header and not an

Re: Bug 18388: Set-Cookie header not honored on 304 (Not modified)status

2003-06-04 Thread Graham Leggett
Ryan Eberhard wrote: Despite the quote from Roy Fielding, I stand by my claim that Set-Cookie is a response-header and not an entity-header. I would say a cookie is an entity header, in that in its typical use, the cookie value is bound somehow to the page that comes along with it. For

Re: Bug 18388: Set-Cookie header not honored on 304 (Not modified) status

2003-06-04 Thread Joe Schaefer
Ryan Eberhard [EMAIL PROTECTED] writes: [...] Despite the quote from Roy Fielding, I stand by my claim that Set-Cookie is a response-header and not an entity-header. How so? The extension-header mechanism for HTTP headers is in the entity-header section of 2616. Since cookie headers don't

RE: Bug 18388: Set-Cookie header not honored on 304 (Not modified) status

2003-06-04 Thread David Burry
Since there seems to be some disagreement on this, and the RFC doesn't really specify which it is but instead makes a point of leaving it open for discussion, and there are many other popular servers out there that behave differently than apache and therefore some people may come to expect (nay

[PATCH] stream mod_dav PROPFIND responses

2003-06-04 Thread Ben Collins-Sussman
mod_dav improvement: make dav_method_propfind stream its response, rather than cache every response object and send the whole 207 at once. This patch has already gone through one iteration of review by gstein. Note: this patch doesn't affect the mod_dav provider API at all. Providers still

Replacing ap_get_client_block()

2003-06-04 Thread P. Dwayne Miller
I was trying to replace a call to ap_get_client_block() in a module with appropriate apr*brigade*() calls. Several readers posted some code and I thank them for that. But, when trying to figure out all of the details, I tracked down the source of ap_get_client_block() and it is already using

Re: Replacing ap_get_client_block()

2003-06-04 Thread Justin Erenkrantz
--On Tuesday, June 03, 2003 17:33:49 -0400 P. Dwayne Miller [EMAIL PROTECTED] wrote: I was trying to replace a call to ap_get_client_block() in a module with appropriate apr*brigade*() calls. Several readers posted some code and I thank them for that. But, when trying to figure out all of the

Re: [PATCH] stream mod_dav PROPFIND responses

2003-06-04 Thread Justin Erenkrantz
--On Tuesday, June 03, 2003 16:24:19 -0500 Ben Collins-Sussman [EMAIL PROTECTED] wrote: mod_dav improvement: make dav_method_propfind stream its response, rather than cache every response object and send the whole 207 at once. Looks okay at first glance modulo some style nits. One potential

Re: [PATCH] stream mod_dav PROPFIND responses

2003-06-04 Thread Greg Stein
On Tue, Jun 03, 2003 at 02:50:20PM -0700, Justin Erenkrantz wrote: --On Tuesday, June 03, 2003 16:24:19 -0500 Ben Collins-Sussman [EMAIL PROTECTED] wrote: mod_dav improvement: make dav_method_propfind stream its response, rather than cache every response object and send the whole 207 at

[STATUS] (apache-1.3) Wed Jun 4 23:45:08 EDT 2003

2003-06-04 Thread Rodent of Unusual Size
APACHE 1.3 STATUS: -*-text-*- Last modified at [$Date: 2003/06/02 13:13:45 $] Release: 1.3.28-dev: In development. Jim proposes a release mid-June and offers to be RM. 1.3.27: Tagged September 30, 2002. Announced Oct 3, 2002.

[STATUS] (httpd-2.0) Wed Jun 4 23:45:13 EDT 2003

2003-06-04 Thread Rodent of Unusual Size
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2003/06/03 22:14:41 $] Release: 2.0.47 : in development 2.0.46 : released May 28, 2003 as GA. 2.0.45 : released April 1, 2003 as GA. 2.0.44 : released January 20, 2003 as GA.

[STATUS] (httpd-2.1) Wed Jun 4 23:45:19 EDT 2003

2003-06-04 Thread Rodent of Unusual Size
APACHE 2.1 STATUS: -*-text-*- Last modified at [$Date: 2003/05/29 15:07:11 $] Release [NOTE that only Alpha/Beta releases occur in 2.1 development]: 2.1.0 : in development Please consult the following STATUS files for information on related