Mailing List Archive

cvs commit: apache-1.3/src/modules/standard mod_negotiation.c
brian 98/05/03 23:58:09

Modified: . STATUS
src CHANGES
src/modules/standard mod_negotiation.c
Log:
Submitted by: Ronald.Tschalaer@psi.ch
Reviewed by: Dean Gaudet, Brian Behlendorf

Preserve the 'x-' if the client used it in its Accept-Encoding headers.
I had to make a small cosmetic change to mod_negotiation.c so that this
report would be attached to the change, since the actual one had a blank
log message. Oops.

For more details about this whole mess, check out
<Pine.LNX.3.96dg4.980418001055.4893D-100000@twinlark.arctic.org>
From the April 1998 archives, and the whole thread around it.

Revision Changes Path
1.364 +0 -4 apache-1.3/STATUS

Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.363
retrieving revision 1.364
diff -u -r1.363 -r1.364
--- STATUS 1998/05/04 06:06:07 1.363
+++ STATUS 1998/05/04 06:57:56 1.364
@@ -62,10 +62,6 @@
414 responses.
<Pine.GSO.3.95.980204191834.4314K-200000@aether.organic.com>

- * Ronald Tschalaer's Accept-Encoding patch
- <Pine.LNX.3.96dg4.980418001055.4893D-100000@twinlark.arctic.org>
- Status: Dean +1
-
* Wilfredo Sanchez's port to Rhapsody 5.1 for 1.2.6 - forward port to
1.3?
<199804182347.QAA05438@scv2.apple.com>



1.815 +5 -0 apache-1.3/src/CHANGES

Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.814
retrieving revision 1.815
diff -u -r1.814 -r1.815
--- CHANGES 1998/05/04 02:38:39 1.814
+++ CHANGES 1998/05/04 06:58:02 1.815
@@ -1,5 +1,10 @@
Changes with Apache 1.3b7

+ *) Ronald Tschalaer's Accept-Encoding patch - preserve the "x-" in
+ the encoding type from the Accept-Encoding header (if it's there)
+ and use it in the response, as that's probably what it'll be expecting.
+ [Ronald.Tschalaer@psi.ch]
+
*) Fix to mod_alias: translate_alias_redir is dealing with
a URI, not a filename, so the check for drive letters for win32
and emx is not necessary. [Dean Gaudet]



1.79 +1 -1 apache-1.3/src/modules/standard/mod_negotiation.c

Index: mod_negotiation.c
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/modules/standard/mod_negotiation.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- mod_negotiation.c 1998/05/04 06:44:42 1.78
+++ mod_negotiation.c 1998/05/04 06:58:09 1.79
@@ -79,7 +79,7 @@
/*#define TCN_02 */

/* Commands --- configuring document caching on a per (virtual?)
- * server basis...
+ * server basis...
*/

typedef struct {