https://bz.apache.org/bugzilla/show_bug.cgi?id=69365
--- Comment #1 from Christopher Schultz <[email protected]> --- (In reply to Michael Osipov from comment #0) > if (!readOnly || !resource.isReadOnly()) { Should this be an && instead of || ? I would think that DELETE is only allowed if both all-of-webdav is writable *and* resource-is-writable. If either are read-only, then DELETE is not allowed. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
