/[Apache-SVN]/httpd/httpd/trunk/modules/filters/mod_include.c
ViewVC logotype

Diff of /httpd/httpd/trunk/modules/filters/mod_include.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 807930, Wed Aug 26 08:56:13 2009 UTC revision 832886, Wed Nov 4 22:26:23 2009 UTC
# Line 1801  static apr_status_t handle_printenv(incl Line 1801  static apr_status_t handle_printenv(incl
1801          if (val_text == LAZY_VALUE) {          if (val_text == LAZY_VALUE) {
1802              val_text = add_include_vars_lazy(r, elts[i].key, ctx->time_str);              val_text = add_include_vars_lazy(r, elts[i].key, ctx->time_str);
1803          }          }
1804          val_text = ap_escape_html(ctx->dpool, elts[i].val);          val_text = ap_escape_html(ctx->dpool, val_text);
1805          v_len = strlen(val_text);          v_len = strlen(val_text);
1806    
1807          /* assemble result */          /* assemble result */

Legend:
Removed from v.807930  
changed lines
  Added in v.832886

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2