christian-putzke / Roundcube-CardDAV

Roundcube CardDAV Plugin
http://www.graviox.de
GNU Affero General Public License v3.0
119 stars 28 forks source link

ownCloud 4 URL's must have '@' converted to '%40' or they will fail. #42

Open Routhinator opened 11 years ago

Routhinator commented 11 years ago

I have tried everything to work around this issue but cannot find a good solution.

The CardDAV protocol in ownCloud 4 cannot handle an @ in the URL. Usernames with @ in them must have the @ converted to %40 in the URL in order to work. This plugin is currently not capable of handling this.