1. 31 Aug, 2001 3 commits
    • William A. Rowe Jr's avatar
      · 6b388bef
      William A. Rowe Jr authored
        Move the ap_run_insert_filters to consistently occur in
        ap_process_request_internal.  This allows the sub_req handler
        to alter the filters before the subreq is actually run.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90834 13f79535-47bb-0310-9956-ffa450edef68
      6b388bef
    • William A. Rowe Jr's avatar
      · 08227c21
      William A. Rowe Jr authored
          Normalize all paths to run the same, common code for pre-request setup
          from the primary request, redirects and sub-requests.
      
          This will significantly reduce opporunities for inconsistancy (such
          as Ian observed, and as I repaired only a month ago.)
      
          This promotes process_request_internal to an ap_ namespace protected
          entity in server/request.c (from it's old home in http/http_request.c)
          since this fn has no http specifics.
      
      Reviewed (in concept): Cliff Woolley, Ian Holsman
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90833 13f79535-47bb-0310-9956-ffa450edef68
      08227c21
    • William A. Rowe Jr's avatar
      · 2bc0acf5
      William A. Rowe Jr authored
        Normalize all paths to run the same, common code for pre-request setup
        from the primary request, redirects and sub-requests.
      
        This will significantly reduce opporunities for inconsistancy (such
        as Ian observed, and as I repaired only a month ago.)
      
        This promotes process_request_internal to an ap_ namespace protected
        entity in server/request.c (from it's old home in http/http_request.c)
        since this fn has no http specifics.
      
      Reviewed (in concept): Cliff Woolley, Ian Holsman
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90832 13f79535-47bb-0310-9956-ffa450edef68
      2bc0acf5
  2. 30 Aug, 2001 28 commits
  3. 29 Aug, 2001 5 commits
  4. 28 Aug, 2001 4 commits