1. 30 Oct, 2005 3 commits
  2. 29 Oct, 2005 4 commits
  3. 28 Oct, 2005 1 commit
  4. 26 Oct, 2005 8 commits
  5. 25 Oct, 2005 3 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
    • Ruediger Pluem's avatar
      Merge r328463 from trunk: · 3aa71176
      Ruediger Pluem authored
      * Fix PR36906 by not lower caseing the whole worker name. Only lower case the
        schema when storing the worker url. Thus preventing case sensitive URI's in
        BalancerMembers to get broken.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328465 13f79535-47bb-0310-9956-ffa450edef68
      3aa71176
  6. 24 Oct, 2005 9 commits
  7. 23 Oct, 2005 1 commit
    • Ruediger Pluem's avatar
      Merge r327179 from trunk: · 889e831b
      Ruediger Pluem authored
      * Fix PR31226 (AddOutputFilterByType deflate not active with mod_proxy), by
        allowing ap_add_output_filters_by_type to handle proxied requests.
        Basic tests by jorton and me show that this works, nobody can actually
        remember why this limitation was introduced at all (r94028) and the mailing
        list archives also gave no hint.
      
      Submitted by: Joe Orton
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@327793 13f79535-47bb-0310-9956-ffa450edef68
      889e831b
  8. 21 Oct, 2005 1 commit
  9. 19 Oct, 2005 1 commit
  10. 18 Oct, 2005 5 commits
  11. 17 Oct, 2005 3 commits
  12. 16 Oct, 2005 1 commit