openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 62c9e62dcfd27e87accc7cbaa63f60ef589f93ed
parent 43d0a070744b755daa632686ed40b9c52dd43e12
Author: Jan Dankert <devnull@localhost>
Date:   Mon,  8 Apr 2013 19:22:01 +0200

Nur Kommentar.

Diffstat:
action/WebdavAction.class.php | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/action/WebdavAction.class.php b/action/WebdavAction.class.php @@ -16,6 +16,11 @@ * * Implementiert wird DAV-Level 1 (d.h. ohne LOCK). * + * Der Zugang über WebDAV beinhaltet einige Nachteile: + * - Login ist nur mit Name/Kennwort möglich (kein OpenId) + * - Nur die Standard-Datenbank kann verwendet werden + * - Der Client muss Cookies unterstützen + * * @author Jan Dankert * @package openrat.actions */