The default was changed in PR #40016 which has been merged to core master. The existing tests are all passing, and some of those explicitly check that infinite depth PROPFIND works when it is enabled.
Add some tests for:
- infinite depth PROPFIND is disabled, check doing various PROPFIND requests that ask for depth infinity and check the response (they should give some 4xx HTTP status)
- review the coverage of tests that have infinite depth PROPFIND enabled. Add a few tests so that there is reasonable coverage, to avoid accidental regression of the infinite depth PROPFIND behavior in future.
The default was changed in PR #40016 which has been merged to core master. The existing tests are all passing, and some of those explicitly check that infinite depth PROPFIND works when it is enabled.
Add some tests for: