[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-cvs
Subject:    cvs commit: httpd-2.0/modules/http http_request.c
From:       wrowe () apache ! org
Date:       2001-11-30 5:29:40
[Download RAW message or body]

wrowe       01/11/29 21:29:40

  Modified:    modules/http http_request.c
  Log:
    Ensure we include path_info in ap_internal_fast_redirect() for multiview
    mapping.  This isn't the end of these bugs, only one puzzle piece.
  
  Revision  Changes    Path
  1.121     +3 -2      httpd-2.0/modules/http/http_request.c
  
  Index: http_request.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/http/http_request.c,v
  retrieving revision 1.120
  retrieving revision 1.121
  diff -u -r1.120 -r1.121
  --- http_request.c	2001/11/13 07:37:13	1.120
  +++ http_request.c	2001/11/30 05:29:40	1.121
  @@ -425,14 +425,15 @@
       apr_pool_join(r->pool, rr->pool);
       r->mtime = rr->mtime;
       r->uri = rr->uri;
  -    r->args = rr->args;
       r->filename = rr->filename;
       r->canonical_filename = rr->canonical_filename;
  +    r->path_info = rr->path_info;
  +    r->args = rr->args;
  +    r->finfo = rr->finfo;
       r->handler = rr->handler;
       r->content_type = rr->content_type;
       r->content_encoding = rr->content_encoding;
       r->content_languages = rr->content_languages;
  -    r->finfo = rr->finfo;
       r->per_dir_config = rr->per_dir_config;
       /* copy output headers from subrequest, but leave negotiation headers */
       r->notes = apr_table_overlay(r->pool, rr->notes, r->notes);
  
  
  

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic