stable

Clone or download

Read-only

Webdav cannot be accessed by anonymous

Unlike advertise by the comments, it's never been possible to access webdav as anonymous because the username was always required. Commit 7b166353f057dc70c aligned the code behaviour to the comment but it's unclear from a functional stand-point if it ever was wanted and it's safer today to revert to the previous behaviour: no anonymous access. The corresponding code was also removed from WebDAVRoot to avoid confusions. Part of story #18435: access webdav with a personal access key Change-Id: I4ef6c964592dd8397265b790646e8ed895faa761

Modified Files

Name
M plugins/webdav/include/FS/WebDAVRoot.class.php +4 −22 Go to diff View file
M plugins/webdav/include/WebDAVAuthentication.class.php +1 −3 Go to diff View file
M plugins/webdav/site-content/fr_FR/LC_MESSAGES/tuleap-webdav.po +11 −1 Go to diff View file
M plugins/webdav/tests/unit/WebDAVAuthenticationTest.php +7 −2 Go to diff View file
M plugins/webdav/tests/unit/WebDAVRootTest.php +2 −32 Go to diff View file