https://bz.apache.org/bugzilla/show_bug.cgi?id=69365

--- Comment #4 from Michael Osipov <micha...@apache.org> ---
(In reply to Christopher Schultz from comment #1)
> (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.

Yes, of course my bad. If either one is read-only then break.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to