https://bugs.freedesktop.org/show_bug.cgi?id=57248
--- Comment #2 from Patrick Ohly <patrick.ohly(a)gmx.de> ---
The commit introduced a regression, fixed in this:
WebDAV: send Basic Auth via http in some cases (FDO #57248)
It turned out that finding databases on an Apple Calendar server accessed
via
http depends on sending Basic Auth even when the server does not ask for
it:
without authentication, there is no information about the current
principal,
which is necessary for finding the user's databases.
To make this work again, sending the authentication header is now forced
for
plain http if (and only if) the request which should have returned the
principal URL fails to include it. This implies sending the same request
twice, but as this scenario should be rare in practise (was only done for
testing), this is acceptable.
--
You are receiving this mail because:
You are on the CC list for the bug.