You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Petr Lampa <la...@fee.vutbr.cz> on 1997/02/05 22:20:03 UTC

mod_negotiation/156: handle_multi() doesn't return content_language of negotiated file (breaks old code).

	The contract type is `' with a response time of 3 business hours.
	A first analysis should be sent before: Wed Feb 05 16:00:03 PST 1997


>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:    gnats-admin (GNATS administrator)
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Wed Feb  5 13:20:03 1997
>Originator:     lampa@fee.vutbr.cz
>Organization:
apache
>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:
>Unformatted:



Re: mod_negotiation/156: handle_multi() doesn't return content_language of negotiated file (breaks old code).

Posted by Dean Gaudet <dg...@arctic.org>.
+1

On Thu, 6 Feb 1997, Paul Sutton wrote:

> On Wed, 5 Feb 1997, Petr Lampa wrote:
> > >Number:         156
> > >Category:       mod_negotiation
> > >Synopsis:       handle_multi() doesn't return content_language of negotiated file (breaks old code).
> 
> > ***************
> > *** 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
> 
> +1 on this fix.
> 
> //pcs
> 
> 
> 
> 
> 


Re: mod_negotiation/156: handle_multi() doesn't return content_language of negotiated file (breaks old code).

Posted by Paul Sutton <pa...@ukweb.com>.
On Wed, 5 Feb 1997, Petr Lampa wrote:
> >Number:         156
> >Category:       mod_negotiation
> >Synopsis:       handle_multi() doesn't return content_language of negotiated file (breaks old code).

> ***************
> *** 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

+1 on this fix.

//pcs