• Robert Stepanek's avatar
    webdav: Add XML and HTTP handler support for PROPPATCH. · 169f4226
    Robert Stepanek authored
    This change adds support to parse and handle PROPPATCH requests. It adds the
    Patch method to the PropSystem interface. In order to keep this CL small,
    it does not add support to set "dead" DAV properties. Instead, any patched
    property is reported with HTTP status code 403 Forbidden. Once this CL is
    accepted, I will submit a CL to store dead DAV properties in-memory. The
    litmus test coverage of the 'props' test suite remains as-is:
    
    16 tests were skipped, 14 tests run. 10 passed, 4 failed. 71.4%
    
    Change-Id: I14a25464e94b3316c16976f79b4457bf646d0d24
    Reviewed-on: https://go-review.googlesource.com/8937Reviewed-by: 's avatarNigel Tao <nigeltao@golang.org>
    169f4226
Name
Last commit
Last update
..
file.go Loading commit data...
file_test.go Loading commit data...
if.go Loading commit data...
if_test.go Loading commit data...
litmus_test_server.go Loading commit data...
lock.go Loading commit data...
lock_test.go Loading commit data...
prop.go Loading commit data...
prop_test.go Loading commit data...
webdav.go Loading commit data...
xml.go Loading commit data...
xml_test.go Loading commit data...