[frameworks-kio] [Bug 355441] DAV Resource 16.04.1: Broken state, The item was not deleted on the server.

2016-08-21 Thread Robert Schöftner via KDE Bugzilla
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 receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 355441] DAV Resource 16.04.1: Broken state, The item was not deleted on the server.

2016-08-20 Thread Christophe Giboudeaux via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355441

Christophe Giboudeaux  changed:

   What|Removed |Added

 CC||r...@unfoo.net

--- Comment #15 from Christophe Giboudeaux  ---
*** Bug 362885 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[frameworks-kio] [Bug 355441] DAV Resource 16.04.1: Broken state, The item was not deleted on the server.

2016-08-19 Thread Till Schäfer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355441

Till Schäfer  changed:

   What|Removed |Added

Version|5.22.0  |5.24.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 355441] DAV Resource 16.04.1: Broken state, The item was not deleted on the server.

2016-08-19 Thread Till Schäfer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355441

--- Comment #14 from Till Schäfer  ---
ok, mod rewrite was my fault. It works with the following rule from Bug 362885
(which is a duplicate of this bug)

RewriteEngine On 
RewriteRule ^(.*\.[iv]cs)/$ $1 [L,PT]

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 355441] DAV Resource 16.04.1: Broken state, The item was not deleted on the server.

2016-08-03 Thread Till Schäfer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355441

--- Comment #13 from Till Schäfer  ---
-> also the mod_rewrite trick did not help me: I do not get a broken state
anymore, but whenever i delete an item, the deletion will silently fail on the
server side and after this fail there is no more synchronization going on at
all.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 355441] DAV Resource 16.04.1: Broken state, The item was not deleted on the server.

2016-08-03 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355441

tasb...@googlemail.com changed:

   What|Removed |Added

 CC||tasb...@googlemail.com

--- Comment #12 from tasb...@googlemail.com ---
I have the same problem deleting a task  using a davical resource. Creating and
changing tasks seems to get properly synchronized. (This is also using KF5 5.21
on openSuSE 42.1)

-- 
You are receiving this mail because:
You are watching all bug changes.