Files
Radicale/radicale
Tobias Stettner 66f14ee91c Encode password to allow special characters
XMLHttpRequest.open() does not automatically encode the password. Though it builds an basic auth schemed URI where '%' is the escaping indicator, thus passwords containing this characters are not accepted this way without manually replacing '%' with '%25' on the form.
2021-01-08 10:40:37 +01:00
..
2020-10-11 19:20:20 +02:00
2020-01-19 21:07:54 +01:00
2020-10-23 22:26:28 +02:00
2020-02-19 09:50:45 +01:00