nextcloud/lib/private/Http
Marco Ziech 4923c6be25
Use RFC-compliant URL encoding for cookies
PHP 7.4.2 changed the way how cookies are decoded, applying RFC-compliant raw URL decoding. This leads to a conflict Nextcloud's own cookie encoding, breaking the remember-me function if the UID contains a space character.

Fixes #24438

Signed-off-by: Marco Ziech <marco@ziech.net>
2021-01-24 14:18:28 +01:00
..
Client Fix option in the client code itself as well 2021-01-12 12:36:21 +01:00
WellKnown Update license headers 2020-12-30 14:07:05 +01:00
CookieHelper.php Use RFC-compliant URL encoding for cookies 2021-01-24 14:18:28 +01:00