1
0
şunun yansıması https://github.com/nextcloud/server.git eşitlendi 2024-08-26 17:55:04 +02:00

PasswordLoginForbidden must extend NotAuthenticated

The auth code from Sabre will forward NotAuthenticated exceptions but
in the case of a generic exception, it is packaged as "service not
available".
Bu işleme şunda yer alıyor:
Vincent Petry 2016-06-17 15:50:24 +02:00
ebeveyn 5a8cfab68f
işleme 2340660a5b
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: AF8F9EFC56562186

Dosyayı Görüntüle

@ -23,10 +23,10 @@
namespace OCA\DAV\Connector\Sabre\Exception;
use DOMElement;
use Sabre\DAV\Exception;
use Sabre\DAV\Server;
use Sabre\DAV\Exception\NotAuthenticated;
class PasswordLoginForbidden extends Exception {
class PasswordLoginForbidden extends NotAuthenticated {
const NS_OWNCLOUD = 'http://owncloud.org/ns';