cvs commit: apache-1.3/src/modules/standard mod_negotiation.c

1999-06-04 Thread dgaudet
dgaudet 99/06/04 10:15:53 Modified:htdocs/manual content-negotiation.html src CHANGES src/modules/standard mod_negotiation.c Log: This patch removes the processing of `mxb' parameters in Accept headers in mod_negotiation. A second patch updates

cvs commit: apache-1.3/src/modules/standard mod_negotiation.c

1999-02-06 Thread fielding
fielding99/02/06 01:58:05 Modified:src CHANGES src/modules/standard mod_negotiation.c Log: Remove unused code to disable transparent negotiation when negotiating on encoding only, as we now handle encoding too (though this is nonstandard for TCN), and fix

cvs commit: apache-1.3/src/modules/standard mod_negotiation.c

1999-02-06 Thread fielding
fielding99/02/06 03:00:18 Modified:src CHANGES src/modules/standard mod_negotiation.c Log: Explain why we do not round the TCN quality calculation to 5 decimal places, unlike RFC 2296, because the calculation might need 12 decimal places to get the right

cvs commit: apache-1.3/src/modules/standard mod_negotiation.c

1999-02-06 Thread fielding
fielding99/02/06 03:58:46 Modified:src CHANGES src/modules/standard mod_negotiation.c Log: Remove charset=ISO-8859-1 fiddle from the RVSA comparison, since RVSA doesn't need such fiddles. Submitted by: Koen Holtman Reviewed by: Roy Fielding

cvs commit: apache-1.3/src/modules/standard mod_negotiation.c

1999-02-06 Thread fielding
fielding99/02/06 06:36:27 Modified:src CHANGES src/modules/standard mod_negotiation.c Log: Fix ordering of language variants for the case where the traditional negotiation algorithm is being used with multiple language variants and no Accept-Language is

cvs commit: apache-1.3/src/modules/standard mod_negotiation.c

1998-12-29 Thread dgaudet
dgaudet 98/12/29 10:28:11 Modified:src/modules/standard mod_negotiation.c Log: The US is the only English speaking country which uses these misspellings, I'm Canadian. Revision ChangesPath 1.89 +1 -1 apache-1.3/src/modules/standard/mod_negotiation.c

Re: cvs commit: apache-1.3/src/modules/standard mod_negotiation.c

1998-12-29 Thread Dean Gaudet
On 29 Dec 1998 [EMAIL PROTECTED] wrote: dgaudet 98/12/29 10:28:11 Modified:src/modules/standard mod_negotiation.c Log: The US is the only English speaking country which uses these misspellings, I'm Canadian. Revision ChangesPath 1.89 +1 -1

cvs commit: apache-1.3/src/modules/standard mod_negotiation.c

1998-12-04 Thread pcs
pcs 98/12/04 09:37:14 Modified:htdocs/manual content-negotiation.html src CHANGES src/modules/standard mod_negotiation.c Log: Fix negotiation so that we prefer an encoded variant over an unencoded variant if the user-agent explicitly says it

cvs commit: apache-1.3/src/modules/standard mod_negotiation.c

1998-12-04 Thread pcs
pcs 98/12/04 10:29:45 Modified:src CHANGES src/modules/standard mod_negotiation.c Log: Fix negotiation so that a Vary response header is correctly generated when, for a particular dimension, variants only vary in having or not having a value for that

cvs commit: apache-1.3/src/modules/standard mod_negotiation.c

1998-11-23 Thread pcs
pcs 98/11/23 01:56:39 Modified:src/modules/standard mod_negotiation.c Log: Fix SEGV in TCN negotiation if no variants are acceptable. PR: 1987 Submitted By: Martin Plechsmid [EMAIL PROTECTED] Reviewed By: Paul Sutton [EMAIL PROTECTED] Revision ChangesPath

cvs commit: apache-1.3/src/modules/standard mod_negotiation.c

1998-05-30 Thread dgaudet
dgaudet 98/05/30 12:15:39 Modified:src CHANGES src/modules/standard mod_negotiation.c Log: Using a type map file as a custom error document was not possible. PR: 1031 Submitted by: Lars Eilebrecht Revision ChangesPath 1.879 +3 -0

cvs commit: apache-1.3/src/modules/standard mod_negotiation.c

1998-05-04 Thread brian
brian 98/05/03 23:44:44 Modified:src/modules/standard mod_negotiation.c Log: Revision ChangesPath 1.78 +63 -18apache-1.3/src/modules/standard/mod_negotiation.c Index: mod_negotiation.c ===

cvs commit: apache-1.3/src/modules/standard mod_negotiation.c

1998-05-04 Thread brian
brian 98/05/03 23:58:09 Modified:.STATUS src CHANGES src/modules/standard mod_negotiation.c Log: Submitted by: [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Brian Behlendorf Preserve the 'x-' if the client used it in its

cvs commit: apache-1.3/src/modules/standard mod_negotiation.c

1998-01-27 Thread dgaudet
dgaudet 98/01/27 02:00:46 Modified:src/main alloc.c alloc.h src/modules/standard mod_negotiation.c Log: Another iteration in getting POOL_DEBUG to work correctly. It turns out there are many more subtle interactions caused by the mod_negotiation fast redirect.