Branch: Tag:

2009-04-28

2009-04-28 11:07:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

try_get_file() now propagates vary information from the subrequest.

Rev: server/base_server/configuration.pike:1.675

5:   // @appears Configuration   //! A site's main configuration    - constant cvs_version = "$Id: configuration.pike,v 1.674 2009/04/21 18:11:39 mast Exp $"; + constant cvs_version = "$Id: configuration.pike,v 1.675 2009/04/28 11:07:48 grubba Exp $";   #include <module.h>   #include <module_constants.h>   #include <roxen.h>
3107:       m = a[1];    +  // Propagate vary callbacks from the subrequest. +  id->propagate_vary_callbacks(fake_id); +     if (result_mapping) {    foreach(indices(m), string i)    result_mapping[i] = m[i];