Skip to content
  1. Aug 22, 2014
  2. Aug 21, 2014
  3. Aug 14, 2014
  4. Aug 09, 2014
  5. Jul 26, 2014
  6. Jul 24, 2014
  7. Jul 18, 2014
  8. Jul 17, 2014
  9. Jul 16, 2014
    • William A. Rowe Jr's avatar
      Correct CHANGES entry with attribution · cf46e459
      William A. Rowe Jr authored
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1611195 13f79535-47bb-0310-9956-ffa450edef68
      cf46e459
    • William A. Rowe Jr's avatar
      Fix PR 56480: PROPFIND walker doesn't encode hrefs properly · 21f14aba
      William A. Rowe Jr authored
      Reverts r1529559 partially (specifically the dav_xml_escape_uri) bit.
      Reverts r1531505 entirely.
      
      * modules/dav/main/mod_dav.c
        (dav_xml_escape_uri): Revert the piece of r1529559 that removes the URI
          escaping from this function.
      
      * modules/dav/main/props.c
        (dav_do_prop_subreq): Escape the URI before doing a sub request with it.
          This resolves some properties like getcontenttype from failing to be
          returned for files that contain characters that require encoding in their
          path.
      
      * modules/dav/main/mod_dav.h
        (dav_resource): Note the inconsistency in the documentation.
      
      * modules/dav/fs/repos.c
        (dav_fs_get_resource): Don't use the unparsed_uri to set the uri field of
          the resource.  This is the correct fix for the double encoding in mod_dav_fs
          that led to the dav_xml_escape_uri() change and r1531505.
        (dav_fs_walker, dav_fs_append_uri): Revert r1531505 changes.
      
      Submitted by: breser
      PR: 56480
      Backports: r1602338
      Reviewed by: breser, rpluem, ylavic
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1611189 13f79535-47bb-0310-9956-ffa450edef68
      21f14aba
    • William A. Rowe Jr's avatar
      SECURITY: CVE-2014-0231 · ca0b7d78
      William A. Rowe Jr authored
        mod_cgid: Fix a denial of service against CGI scripts that do
        not consume stdin that could lead to lingering HTTPD child processes
        filling up the scoreboard and eventually hanging the server.
      
      Submitted by: Rainer Jung, Eric Covener, Yann Ylavic
      Backports: r1610509, r1535125
      Reviewed by: covener, trawick, ylavic
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1611185 13f79535-47bb-0310-9956-ffa450edef68
      ca0b7d78