We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e499a commit d91b30bCopy full SHA for d91b30b
1 file changed
apps/dav/lib/Connector/Sabre/Auth.php
@@ -184,7 +184,6 @@ private function auth(RequestInterface $request, ResponseInterface $response): a
184
($this->userSession->isLoggedIn() && is_null($this->session->get(self::DAV_AUTHENTICATED)))
185
//Well behaved clients that only send the cookie are allowed
186
|| ($this->userSession->isLoggedIn() && $this->session->get(self::DAV_AUTHENTICATED) === $this->userSession->getUser()->getUID() && empty($request->getHeader('Authorization')))
187
- || \OC_User::handleApacheAuth()
188
) {
189
$user = $this->userSession->getUser()->getUID();
190
$this->currentUser = $user;
0 commit comments