https://bugs.kde.org/show_bug.cgi?id=355441
--- Comment #16 from Robert Schöftner ---
actually,
RewriteRule ^(.*\.[iv]c[sf])/$ $1 [L,PT]
or
RewriteRule ^(.*\.ics)/$ $1 [L,PT]
RewriteRule ^(.*\.vcf)/$ $1 [L,PT]
would be better, as it is either .ics or .vcf
--
You are re
https://bugs.kde.org/show_bug.cgi?id=362885
--- Comment #1 from Robert Schöftner ---
The same problem exists with caldav-calendars.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=362885
--- Comment #2 from Robert Schöftner ---
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 dat
https://bugs.kde.org/show_bug.cgi?id=362885
--- Comment #3 from Robert Schöftner ---
Workaround in apache / davical: enable rewrite module and include something
like this
RewriteEngine On
RewriteRule ^(.*\.[iv]cs)/$ $1 [L,PT]
in your definition. This removes a trailing / from URLs e
https://bugs.kde.org/show_bug.cgi?id=362885
Bug ID: 362885
Summary: deleting addressbook entry does not work (CardDAV
DELETE adds trailing / to URL)
Product: Akonadi
Version: 15.12
Platform: Ubuntu Packages