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

--- Comment #16 from Michael Osipov <micha...@apache.org> ---
(In reply to Mark Thomas from comment #15)
> Fixed in:
> - 11.0.x for 11.0.0 onwards
> - 10.1.x for 10.1.31 onwards
> -  9.0.x for  9.0.96 onwards

Thank your for the fix, are you sure this is complete?
What about this spot?
            deleteCollection(req, path, errorList);
            if (!resource.delete()) {
                errorList.put(path,
Integer.valueOf(WebdavStatus.SC_METHOD_NOT_ALLOWED));
            }

Collection could not be deleted and the parent resource as well. In this case
the parent shouldn't appear in the list, but it does. Am I wrong?

-- 
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