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 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
  <[EMAIL PROTECTED]>
  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.
         <[EMAIL PROTECTED]>
   
  -    * Ronald Tschalaer's Accept-Encoding patch
  -      <[EMAIL PROTECTED]>
  -      Status: Dean +1
  -
       * Wilfredo Sanchez's port to Rhapsody 5.1 for 1.2.6 - forward port to
         1.3?
         <[EMAIL PROTECTED]>
  
  
  
  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.
  +     [EMAIL PROTECTED]
  +
     *) 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 {
  
  
  

Reply via email to