[Akonadi] [Bug 362885] deleting addressbook entry does not work (CardDAV DELETE adds trailing / to URL)

Robert Schöftner via KDE Bugzilla bugzilla_noreply at kde.org
Thu Jun 23 11:53:41 BST 2016


https://bugs.kde.org/show_bug.cgi?id=362885

--- Comment #3 from Robert Schöftner <rmu at unfoo.net> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list