mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-16 19:00:54 +00:00
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. |
||
---|---|---|
.. | ||
app | ||
auth | ||
item | ||
rights | ||
storage | ||
tests | ||
web | ||
__init__.py | ||
__main__.py | ||
config.py | ||
httputils.py | ||
log.py | ||
pathutils.py | ||
server.py | ||
utils.py | ||
xmlutils.py |