-
Bug
-
Resolution: Fixed
-
Minor
-
4.4
Discovered by laurent.david@moodle.com while testing MDLQA-18745.
The reason for this is likely the use of _user and user, password and _password:
- In the constructor : https://github.com/moodle/moodle/blob/main/lib/webdavlib.php#L122
- The use of the unitialized _user and _password here: https://github.com/moodle/moodle/blob/main/lib/webdavlib.php#L1357
- Discovered while testing
-
MDLQA-18745 CLONE - A user can access WebDav repository with basic authentication
- Passed
- has a non-specific relationship to
-
MDL-78159 PHP 8.2: Dynamic Properties are deprecated for core libraries
- Closed