Re: cvs commit: httpd-2.0/modules/mappers mod_negotiation.c

2002-07-24 Thread Jeff Trawick
[EMAIL PROTECTED] writes: wsanchez2002/07/24 13:47:29 Modified:.CHANGES modules/dav/main mod_dav.c modules/experimental mod_cache.c modules/http http_protocol.c modules/mappers mod_negotiation.c Log:

Re: cvs commit: httpd-2.0/modules/mappers mod_negotiation.c

2002-01-29 Thread Brad Nicholes
I asked this question yesterday but I didn't get a reply. I don't know if you are still working on this problem or if this is a different issue, but as it stands, mod_negotiation doesn't do anything.The reason is because a check for dirent.filetype != APR_REG was added but APR_FINFO_TYPE

Re: cvs commit: httpd-2.0/modules/mappers mod_negotiation.c

2002-01-28 Thread William A. Rowe, Jr.
From: [EMAIL PROTECTED] Sent: Monday, January 28, 2002 12:43 PM gregames02/01/28 10:43:19 Modified:modules/mappers mod_negotiation.c Log: handle_multi: pass along the original path info and query string if we redirect due to negotiation pointed out by: Bill Rowe

Re: cvs commit: httpd-2.0/modules/mappers mod_negotiation.c

2002-01-28 Thread Greg Ames
William A. Rowe, Jr. wrote: From: [EMAIL PROTECTED] Sent: Monday, January 28, 2002 12:43 PM gregames02/01/28 10:43:19 Modified:modules/mappers mod_negotiation.c Log: handle_multi: pass along the original path info and query string if we redirect due to

Re: cvs commit: httpd-2.0/modules/mappers mod_negotiation.c

2002-01-28 Thread William A. Rowe, Jr.
gregames02/01/28 13:18:10 Modified:modules/mappers mod_negotiation.c Log: backing out fix for missing path info and query string. wrowe beat me to it. Or so we thought :) It turns out the usual negotation and the var map file are treated very, very differently. The var

Re: cvs commit: httpd-2.0/modules/mappers mod_negotiation.c

2001-12-30 Thread Rodent of Unusual Size
William A. Rowe, Jr. wrote: Another side issue that I notice; we should _REALLY_ be presenting MULTIPLE CHOICES rather than serving the smallest file. The smallest file -hack- is exactly that, someone worthless for reasons debated on this list many times. If you are referring to the past

Re: cvs commit: httpd-2.0/modules/mappers mod_negotiation.c

2001-12-30 Thread William A. Rowe, Jr.
From: Rodent of Unusual Size [EMAIL PROTECTED] Sent: Sunday, December 30, 2001 10:14 AM William A. Rowe, Jr. wrote: Another side issue that I notice; we should _REALLY_ be presenting MULTIPLE CHOICES rather than serving the smallest file. The smallest file -hack- is exactly that,

Re: cvs commit: httpd-2.0/modules/mappers mod_negotiation.c

2001-12-29 Thread William A. Rowe, Jr.
wrowe 01/12/29 20:14:20 Modified:modules/mappers mod_negotiation.c Log: Introduce the ForceLanguagePriority options; Prefer will circumvent a Multiple Choices by electing the first matching language from the LanaguagePriority list. Fallback will

Re: cvs commit: httpd-2.0/modules/mappers mod_negotiation.c

2001-08-27 Thread Jeff Trawick
[EMAIL PROTECTED] writes: trawick 01/08/24 04:35:58 Modified:modules/mappers mod_negotiation.c Log: temporarily back out the buffering of .var files while folks have a chance to get APR ungetc working properly on buffered files Is this working on Win32 yet? ---

Re: cvs commit: httpd-2.0/modules/mappers mod_negotiation.c

2001-08-27 Thread William A. Rowe, Jr.
From: Jeff Trawick [EMAIL PROTECTED] Sent: Monday, August 27, 2001 3:42 PM [EMAIL PROTECTED] writes: trawick 01/08/24 04:35:58 Modified:modules/mappers mod_negotiation.c Log: temporarily back out the buffering of .var files while folks have a chance to get APR

Re: cvs commit: httpd-2.0/modules/mappers mod_negotiation.c

2001-08-23 Thread Ryan Bloom
On Thursday 23 August 2001 13:53, William A. Rowe, Jr. wrote: From: [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 3:29 PM trawick 01/08/23 13:29:47 Modified:modules/mappers mod_negotiation.c Log: please no // in Apache code... it doesn't compile everywhere a