Skip to content
  1. Jun 13, 2014
    • Takashi Sato's avatar
      eventMPM: · dcac3d2c
      Takashi Sato authored
      fix SEGV in the case socket callback was registered
      and no timeout function was registered.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602409 13f79535-47bb-0310-9956-ffa450edef68
      dcac3d2c
    • Ben Reser's avatar
      Fix PR 56480: PROPFIND walker doesn't encode hrefs properly · bd5008c8
      Ben Reser 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.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602338 13f79535-47bb-0310-9956-ffa450edef68
      bd5008c8
  2. Jun 12, 2014
  3. Jun 11, 2014
  4. Jun 10, 2014
  5. Jun 09, 2014
  6. Jun 08, 2014
  7. Jun 07, 2014
  8. Jun 05, 2014
  9. Jun 04, 2014
  10. Jun 03, 2014