mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Add another ticket link
This commit is contained in:
parent
5eab8ebb16
commit
9229d08e55
1 changed files with 3 additions and 1 deletions
|
|
@ -42,7 +42,9 @@ def _normalize_href(base, href):
|
||||||
x = utils.compat.urlparse.urljoin(base, href)
|
x = utils.compat.urlparse.urljoin(base, href)
|
||||||
x = utils.compat.urlparse.urlsplit(x).path
|
x = utils.compat.urlparse.urlsplit(x).path
|
||||||
|
|
||||||
# https://github.com/owncloud/contacts/issues/581
|
# Encoding issues:
|
||||||
|
# - https://github.com/owncloud/contacts/issues/581
|
||||||
|
# - https://github.com/Kozea/Radicale/issues/298
|
||||||
old_x = None
|
old_x = None
|
||||||
while old_x is None or x != old_x:
|
while old_x is None or x != old_x:
|
||||||
if _contains_quoted_reserved_chars(x):
|
if _contains_quoted_reserved_chars(x):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue