Add another ticket link

This commit is contained in:
Markus Unterwaditzer 2015-07-26 22:51:18 +02:00
parent 5eab8ebb16
commit 9229d08e55

View file

@ -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):