]> granicus.if.org Git - apache/commitdiff
This small patch I committed last week broke the transparent negotiation
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 28 Aug 2001 03:08:31 +0000 (03:08 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 28 Aug 2001 03:08:31 +0000 (03:08 +0000)
  behavior.  I hope this is now settled.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90754 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_negotiation.c

index 35f68a29e39c43a559945fa10333c71af8194689..6939cd63e65720ab6800f5898ff1ef59cc65cf85 100644 (file)
@@ -959,7 +959,7 @@ static int read_type_map(apr_file_t **map, negotiation_state *neg, request_rec *
                      break;
                 }
                 mime_info.bytes = len;
-                mime_info.file_name = apr_filename_of_pathname(rr->filename);
+                mime_info.file_name = rr->filename;
             }
         }
         else {