nextcloud/apps/dav/lib/Connector
MichaIng cb35794f02 fix(dav): fallback realm for HTTP authentication
By default, the name of the Nextcloud instance is an empty string, until changed by the admin. This leads to an empty realm sent with the WWW-Authenticate header, while the realm is mandatory for Basic HTTP authentication. Some clients have issues with an empty realm, e.g. Thunderbird cannot store passwords in this case.

This commit applies "Nextcloud" as fallback for the realm, in case the name of the Nextcloud instance is not set.

Solves: https://help.nextcloud.com/t/thunderbird-dont-save-caldav-password-because-of-missing-httprealm-or-formsubmiturl/93233

Signed-off-by: MichaIng <micha@dietpi.com>
2024-02-23 20:32:20 +00:00
..
Sabre fix(dav): fallback realm for HTTP authentication 2024-02-23 20:32:20 +00:00
LegacyDAVACL.php Update php licenses 2021-06-04 22:02:41 +02:00
PublicAuth.php fix(dav): fallback realm for HTTP authentication 2024-02-23 20:32:20 +00:00