Page MenuHomePhorge

Disable unauthenticated access
ClosedPublic

Authored by mollekopf on Jan 14 2023, 11:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 30, 9:35 PM
Unknown Object (File)
Sun, Apr 21, 5:04 PM
Unknown Object (File)
Sun, Apr 21, 5:04 PM
Unknown Object (File)
Sun, Apr 21, 5:04 PM
Unknown Object (File)
Wed, Apr 17, 9:58 AM
Unknown Object (File)
Sun, Apr 7, 10:14 AM
Unknown Object (File)
Wed, Apr 3, 1:13 PM
Unknown Object (File)
Wed, Apr 3, 1:13 PM
Subscribers

Details

Summary

The WWW-Authenticate header was not returned on an unauthenticated
propfind, but thunderbird relies on that.

I believe it's basically because in Sabre\DAVACL\Plugin::beforeMethod,
nodeExists is called, which ultimately attempts to list calendars in the
backend. This cannot work without some form of proxy authorization.

This likely broke in 28bbce1c30abada11d0e1d49094c120ff1e3084c of the
sabre dav repo (where this unauthenticated access was introduced and
enabled by default).

Diff Detail

Repository
rI iRony
Lint
Lint Not Applicable
Unit
Tests Not Applicable