-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dcache-webdav: revert improve efficiency of directory listing (14085/…
…14088) Motivation: See `RT 10505: Problem with webdav PROPFIND request for dirs with symlinks` https://rt.dcache.org/Ticket/Display.html?id=10505 The problem may be more generalized than the discussion suggests. Since we cut off user requests when at the `PERFORMANCE` setting, if the user wants locality, for instance, it fails. Modification: We propose to commit #14082, #14086, and #14087 on top of the reverted base. We will also add a modification to ignore quota requests when the default setting is `PERFORMANCE`. Result: reverts commit 3567dde https://rb.dcache.org/r/14088/ `dcache-webdav: fix incorrect parameter value given to DcacheDirectoryResource constructor` reverts commit 707000c. https://rb.dcache.org/r/14085/ `dcache-webdav: improve efficiency of directory listing – revised` (metalink addition conflicts resolved) Target: master Request: 9.1 Request: 9.0 Request: 8.2 Requires-notes: absolutely Patch: https://rb.dcache.org/r/14101/ Acked-by: Dmitry
- Loading branch information
Showing
5 changed files
with
25 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters