1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00
Radicale/radicale/web/internal_data
Tobias Stettner 8fc5352e27 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.
2024-03-09 08:01:29 +01:00
..
css Added Webcal support in web UI 2024-03-05 23:57:58 +11:00
fn.js Encode password to allow special characters 2024-03-09 08:01:29 +01:00
index.html Added Webcal support in web UI 2024-03-05 23:57:58 +11:00