1. 13 Nov, 2005 2 commits
  2. 11 Nov, 2005 1 commit
  3. 10 Nov, 2005 3 commits
  4. 08 Nov, 2005 2 commits
  5. 07 Nov, 2005 3 commits
  6. 05 Nov, 2005 2 commits
  7. 03 Nov, 2005 1 commit
  8. 02 Nov, 2005 2 commits
  9. 30 Oct, 2005 9 commits
  10. 29 Oct, 2005 4 commits
  11. 28 Oct, 2005 1 commit
  12. 26 Oct, 2005 8 commits
  13. 25 Oct, 2005 2 commits
    • Ruediger Pluem's avatar
      Merge r327185 from trunk: · a77b67b4
      Ruediger Pluem authored
      * Fix PR37100 (SEGV in mod_proxy_ajp), by sending the data up the filter
        chain immediately instead of spooling it completely before passing it
        to the filter chain. It contains a bandaid to handle intentional
        flushes from Tomcat side. Further explanation in code and report.
      
        ajp.h:           Add ajp_msg_reuse prototype
      
        mod_proxy_ajp.c: Adjust logic of ap_proxy_ajp_request
      
        ajp_msg.c:       Add ajp_msg_reuse
      
        ajp_header.c:    Adjusting logic of ajp_read_header
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328467 13f79535-47bb-0310-9956-ffa450edef68
      a77b67b4
    • Ruediger Pluem's avatar
      Merge r325960 from trunk: · bf7e8e3d
      Ruediger Pluem authored
      * Create new filters CACHE_OUT_SUBREQ / CACHE_SAVE_SUBREQ which only differ
        by the type (AP_FTYPE_CONTENT_SET-1) from CACHE_OUT / CACHE_SAVE
        (AP_FTYPE_CONTENT_SET+1). This ensures that subrequests to non local
        resources do not get stuck in the middle of the road with the contents
        only written to the temp file, because CACHE_OUT_SUBREQ / CACHE_SAVE_SUBREQ
        are inserted *before* the SUBREQ_CORE filter in the filter chain.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328466 13f79535-47bb-0310-9956-ffa450edef68
      bf7e8e3d