Mechiel Lukkien
666f84edea
fix login for account names with non-ascii chars
...
we include the username in session cookie values. but cookie values must be ascii-only, go's net/http's drops bad values. the typical solution is to querystring-encode/decode the cookie values, which we'll now do.
problem found by arnt, thanks for reporting!
2024-04-11 23:11:31 +02:00
..
2023-07-02 14:18:50 +02:00
2023-01-30 14:27:06 +01:00
2023-11-02 09:12:30 +01:00
2023-03-09 22:13:56 +01:00
2024-04-11 23:11:31 +02:00
2024-03-09 09:20:29 +01:00
2023-05-22 15:37:03 +02:00
2023-03-09 22:13:56 +01:00
2023-02-16 09:57:27 +01:00
2024-03-27 09:35:16 +01:00
2023-01-30 14:27:06 +01:00
2023-03-12 15:16:01 +01:00
2023-06-16 18:57:05 +02:00
2024-03-09 09:20:29 +01:00
2023-11-09 19:47:33 +01:00
2023-05-22 15:37:03 +02:00
2023-12-20 20:54:12 +01:00
2023-11-09 19:47:33 +01:00
2024-01-01 20:11:16 +01:00
2023-03-09 22:13:56 +01:00
2023-02-05 10:55:34 +01:00
2023-11-09 19:47:26 +01:00
2023-03-09 22:13:56 +01:00
2024-01-05 10:48:42 +01:00
2024-03-09 09:20:29 +01:00
2023-08-21 21:52:35 +02:00
2023-05-30 22:11:31 +02:00
2023-06-24 00:24:43 +02:00
2023-02-16 09:57:27 +01:00
2023-06-24 00:24:43 +02:00