Summary: | deleting addressbook entry does not work (CardDAV DELETE adds trailing / to URL) | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Robert Schöftner <rmu> |
Component: | DAV Resource | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | kdenis |
Priority: | NOR | ||
Version: | 5.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Robert Schöftner
2016-05-10 11:52:21 UTC
The same problem exists with caldav-calendars. After further investigation, I found out that this happens when there is non-empty ~/.config/akonadi/agent_config_akonadi_davgroupware_resource_XX_changes.dat In case it is relevant, I am using postgresql as database backend. Workaround in apache / davical: enable rewrite module and include something like this RewriteEngine On RewriteRule ^(.*\.[iv]cs)/$ $1 [L,PT] in your <VirtualHost> definition. This removes a trailing / from URLs ending in .ics/ and .vcs/. Proper fix would be to find out why in some cases a / is appended to the URL. This is a duplicate of bug 355441, see bug 355441, comment 5 *** This bug has been marked as a duplicate of bug 355441 *** |