Skip to content

Commit d91b30b

Browse files
committed
fix: Remove useless call to handleApacheAuth
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent e3e499a commit d91b30b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/dav/lib/Connector/Sabre/Auth.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ private function auth(RequestInterface $request, ResponseInterface $response): a
184184
($this->userSession->isLoggedIn() && is_null($this->session->get(self::DAV_AUTHENTICATED)))
185185
//Well behaved clients that only send the cookie are allowed
186186
|| ($this->userSession->isLoggedIn() && $this->session->get(self::DAV_AUTHENTICATED) === $this->userSession->getUser()->getUID() && empty($request->getHeader('Authorization')))
187-
|| \OC_User::handleApacheAuth()
188187
) {
189188
$user = $this->userSession->getUser()->getUID();
190189
$this->currentUser = $user;

0 commit comments

Comments
 (0)