From: William A. Rowe Jr Date: Tue, 28 Aug 2001 03:08:31 +0000 (+0000) Subject: This small patch I committed last week broke the transparent negotiation X-Git-Tag: 2.0.25~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbca0b9d4bd52f9089b5d82f0006684454a01dcd;p=apache This small patch I committed last week broke the transparent negotiation 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 --- diff --git a/modules/mappers/mod_negotiation.c b/modules/mappers/mod_negotiation.c index 35f68a29e3..6939cd63e6 100644 --- a/modules/mappers/mod_negotiation.c +++ b/modules/mappers/mod_negotiation.c @@ -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 {