rse         98/07/18 04:35:54

  Modified:    src      CHANGES
               conf     magic
  Log:
  Disable a too problematic entry for application/msword in the
  magic file for mod_mime_magic. It matched also other Office
  documents for which application/msword is incorrect.
  
  PR: 2608
  
  Revision  Changes    Path
  1.969     +5 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.968
  retrieving revision 1.969
  diff -u -r1.968 -r1.969
  --- CHANGES   1998/07/18 10:51:51     1.968
  +++ CHANGES   1998/07/18 11:35:51     1.969
  @@ -1,5 +1,10 @@
   Changes with Apache 1.3.1
   
  +  *) Disable a too problematic entry for application/msword in the magic file
  +     for mod_mime_magic. It matched also other Office documents for which
  +     application/msword is incorrect.
  +     [Ralf S. Engelschall] PR#2608
  +
     *) Fix broken RANLIB handling in src/Configure (the entry from
        src/Configuration.tmpl was ignored) and additionally force RANLIB to
        /bin/true under HP/UX where ranlib exists but is deprecated.
  
  
  
  1.3       +4 -1      apache-1.3/conf/magic
  
  Index: magic
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/conf/magic,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- magic     1998/07/09 11:24:56     1.2
  +++ magic     1998/07/18 11:35:53     1.3
  @@ -288,8 +288,11 @@
   #
   
   0    string          \376\067\0\043                  application/msword
  -0    string          \320\317\021\340\241\261        application/msword
   0    string          \333\245-\0\0\0                 application/msword
  +
  +# disable this one because it applies also to other
  +# Office/OLE documents for which msword is not correct. See PR#2608.
  +#0   string          \320\317\021\340\241\261        application/msword
   
   
   
  
  
  

Reply via email to