-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zimbra address book with space in name confuses urlquoting #87
Comments
|
Workarounds in |
|
In addition, if the server is queried with a URL with a space in, it gives an HTTP error: |
|
Please try out the |
|
Any updates on this? |
|
Got the same exception on calendar sync: Unhandled exception occured while syncing bob_calendar. config+launch in debug mode: |
|
Fixed in version 0.2.2. |
|
Sorry for slow reply; latest versions definitely work correctly - thanks! ----- Original Message ----- From: "Markus Unterwaditzer" notifications@github.com Any updates on this? David Fraser |
|
Glad to hear that it works, and you're welcome! |
I have several address books with spaces in their names. If I configure them in the
categorieslist with a space:then the
_normalize_hreffunction assertionx.startswith(self.session.url)fails, becausehrefandx(the result ofurljoin(session.url, href)) contain the quoted version of the category (Emailed%20Contacts), butsession.urlcontain the unquoted version.If I rather configure the
categorieslist with a urlquoted-name:then the assertion still dies, because
hrefandxnow end up containing the unquoted version of the category...The text was updated successfully, but these errors were encountered: