From nobody@hyperreal.com Wed Feb 5 13:16:02 1997 Received: by taz.hyperreal.com (8.8.4/V2.0) id NAA01720; Wed, 5 Feb 1997 13:16:02 -0800 (PST) Message-Id: <199702052116.NAA01720@taz.hyperreal.com> Date: Wed, 5 Feb 1997 13:16:02 -0800 (PST) From: Petr Lampa Reply-To: lampa@fee.vutbr.cz To: apbugs@hyperreal.com Subject: handle_multi() doesn't return content_language of negotiated file (breaks old code). X-Send-Pr-Version: 3.2 >Number: 156 >Category: mod_negotiation >Synopsis: handle_multi() doesn't return content_language of negotiated file (breaks old code). >Confidential: no >Severity: critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Wed Feb 5 13:20:03 1997 >Last-Modified: Thu Feb 6 23:13:49 PST 1997 >Originator: lampa@fee.vutbr.cz >Organization: >Release: 1.2b2, b3, b4, b6 >Environment: FreeBSD-2.2BETA >Description: Problem reported for 1.2b2, still unresolved, fix is very simple, see below. >How-To-Repeat: >Fix: *************** *** 1939,1944 **** --- 1940,1946 ---- r->content_type = sub_req->content_type; r->content_encoding = sub_req->content_encoding; r->content_languages = sub_req->content_languages; + r->content_language = sub_req->content_language; r->finfo = sub_req->finfo; return OK; %0 >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Thu Feb 6 23:13:48 PST 1997 State-Changed-Why: Fixed in revision 1.32 of mod_negotiation.c, which will be in the next beta. >Unformatted: