Project

General

Profile

Actions

Bug #2001

closed

webdav: Allow propfind requests for specific properties

Added by treitmayr almost 15 years ago. Updated over 7 years ago.

Status:
Fixed
Priority:
Normal
Category:
mod_webdav
Target version:
ASK QUESTIONS IN Forums:

Description

The handler for PROPFIND (in mod_webdav_subrequest_handler) treats a missing SQL database like a request with an empty body, which is a request for all available properties. So requesting just a single DAV property always returns all properties.
However even without an SQL database specific DAV properties may be requested. Therefore the attached patch removes the requirement to have an SQL database for PROPFIND.


Files

allow-propfind.patch (476 Bytes) allow-propfind.patch patch against trunk treitmayr, 2009-06-08 19:32

Related issues 1 (0 open1 closed)

Related to Feature #1953: Improve DAV support to be able to handle git as a clientFixed2009-04-03Actions
Actions #1

Updated by treitmayr almost 15 years ago

Of course this bug should have the category "mod_webdav" selected, but I do not seem to be able to set it after initial submission.

Actions #2

Updated by stbuehler almost 15 years ago

  • Category set to mod_webdav
Actions #3

Updated by stbuehler almost 15 years ago

  • Target version set to 1.5.0
Actions #4

Updated by gstrauss over 7 years ago

  • Status changed from Patch Pending to Fixed
  • Target version changed from 1.5.0 to 1.4.x
Actions #5

Updated by stbuehler over 7 years ago

  • Related to Feature #1953: Improve DAV support to be able to handle git as a client added
Actions #6

Updated by stbuehler over 7 years ago

  • Target version changed from 1.4.x to 1.4.40
Actions

Also available in: Atom