Skip to content
  1. Aug 24, 2010
    • Ruediger Pluem's avatar
      Merge r833738, r834006, r834013, r834500 from trunk: · f23984d1
      Ruediger Pluem authored
      mod_log_config: Make ${cookie}C correctly match whole cookie names
      instead of substrings.
      
      Submitted by: Dan Franklin <dan dan-franklin.com>, Stefan Fritsch
      
      Simplify code by using apr_strtok
      
      Also remove trailing whitespace in the value
      
      fix off by one error
      PR: 28037
      
      Reviewed by: sf, jim, rpluem
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@988403 13f79535-47bb-0310-9956-ffa450edef68
      f23984d1
    • Ruediger Pluem's avatar
      Merge r620133, r724515, r724805, r725077, r952828 from trunk: · b288f69a
      Ruediger Pluem authored
      Sub-requests are created and used with two purposes; sometimes
      simply to 'see' what a request would do; as to fill out an SSI,
      validate access or similar - and is then discarded. And sometimes
      as the precursor to becoming the actual request; e.g. when mod_dir
      checks if an /index.html can be served for a '/'.
      
      In the latter case it is important to preserve the output filters
      'for real'; whereas in the first case they have to be reset to
      purely the minimal proto filters (if at all). This patch instates
      the output filters in 3 cases where sub-requests are/may in fact
      be used as the real request later on.
      
      This is a relatively risky change (which should not be back-ported 
      without further discussion) and may break caches in combination 
      with internal redirects/vary/negotiation in subtle ways.
      
      See the thread starting at [1] and in particular the general 
      concerns of rpluem at [2] with respect to sub requests 
      and (fast_)internal redirects possibly needing a more 
      thorough overhaul.
      
      1: http://mail-archives.apache.org/mod_mbox/httpd-dev/200802.mbox/ajax/%3c335D1A4B-25E2-4FF1-8CDF-5010A7FBD293@webweaving.org%3e
      2: http://mail-archives.apache.org/mod_mbox/httpd-dev/200802.mbox/%3c47ACE1D4.4060702@apache.org%3e
      
      
      
      * Correctly remove the SUBREQ_CORE filter from the filter chain if we do an
        internal fast redirect and if the new redirected request is NO subrequest.
        This fixes at least one of the possible subtle issues mentioned in the
        comment to r620133.
      
      
      reset chain if we need to...
      
      
      Hopefully the final fix for the subreq/filter issue. The
      prob was that we at this point could still have some
      stale and incorrect refs when we adjusted the f-stack.
      So move the update earlier so when we adjust, we're
      affecting r. Ruediger and Jim pretty much
      simultaneously :)
      
      
      * modules/http/http_request.c (internal_internal_redirect): For a
        subrequest, preserve any filters in the output filter chain which
        were not specific to the subrequest across the redirect (where
        f->r does not point to the subreq's request_rec).
      
      PR: 17629, 43939
      
      Reviewed by: rpluem, jim, niq
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@988400 13f79535-47bb-0310-9956-ffa450edef68
      b288f69a
  2. Aug 23, 2010
  3. Aug 22, 2010
  4. Aug 21, 2010
  5. Aug 20, 2010
  6. Aug 19, 2010
  7. Aug 18, 2010
  8. Aug 11, 2010
  9. Aug 10, 2010
  10. Aug 06, 2010
  11. Aug 04, 2010
  12. Aug 02, 2010
  13. Jul 31, 2010
  14. Jul 29, 2010
  15. Jul 27, 2010
  16. Jul 26, 2010
  17. Jul 25, 2010