https://bz.apache.org/bugzilla/show_bug.cgi?id=69362
--- Comment #17 from Michael Osipov <micha...@apache.org> --- Example: osipovmi@deblndw011x:~ $ curl --negotiate -u : -X DELETE https://example.com/backend-dev/dav/log/foo | xmllint --format - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 412 100 412 0 0 13181 0 --:--:-- --:--:-- --:--:-- 13290 <?xml version="1.0" encoding="utf-8"?> <D:multistatus xmlns:D="DAV:"> <D:response> <D:href>/backend-dev/dav/log/foo/bar</D:href> <D:status>HTTP/1.1 405 </D:status> </D:response> <D:response> <D:href>/backend-dev/dav/log/foo/baz/moo</D:href> <D:status>HTTP/1.1 405 </D:status> </D:response> <D:response> <D:href>/backend-dev/dav/log/foo</D:href> <D:status>HTTP/1.1 405 </D:status> </D:response> </D:multistatus> The last response should be there since it is the parent (root) collection, no? -- 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