Skip to content
  1. May 25, 2004
  2. May 24, 2004
  3. May 23, 2004
  4. May 22, 2004
  5. May 21, 2004
  6. May 20, 2004
  7. May 18, 2004
  8. May 17, 2004
    • Joe Orton's avatar
      Backport some mod_dav fixes: · d5c35f81
      Joe Orton authored
      * modules/dav/fs/repos.c (MAP_IO2HTTP): New macro.
      (dav_fs_copymove_file): Use it to give a 507 if open() returns ENOSPC,
      and use it to handle apr_file_write_full() return code.
      (dav_fs_open_stream): Use MAP_IO2HTTP.
      (dav_fs_create_collection): Use APR_STATUS_IS_ENOSPC.
      
      * modules/dav/fs/repos.c (dav_fs_copymove_file): Update for the fact
      that apr_file_read() has guaranteed len == 0 at EOF for a looong time;
      and avoid a redundant call to write(,,0) when EOF is reached.
      
      * modules/dav/main/util.c (dav_validate_resource_state): Fix a 2617
      violation: if the lock user validation fails, rather than giving a 401
      without a WWW-Authenticate header, give a 403.
      
      Reviewed by: Andr�� Malo, Jeff Trawick
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103685 13f79535-47bb-0310-9956-ffa450edef68
      d5c35f81
  9. May 14, 2004
  10. May 13, 2004
  11. May 12, 2004
  12. May 07, 2004