Hello again everyone,
I'm still using infCloud and I'm starting to use the todo list feature.
The backend is radicale v0.10.
What I'm trying to do is moving an item from a todolist to another. To do this, I start to edit an item and I then change the attached collection. I then click on save.
infCloud starts by telling me the this is forbidden by a short red error message that dissapear after one or two seconds. I can see the following log message in radicale :
2015-04-15 11:17:53,170 - INFO: MOVE request at /myuser/myuser/4bdfb6dd156c9f1ee9b76cd00292e423a124bf9745cb7cfa06dce46fb2bddbfa.ics received
As the message disappear and nothing else happens, I can click on save once again. This time the item is correctly saved in the new collection, but not deleted from the previous one. I can see the following log message in radicale :
2015-04-15 11:18:03,233 - INFO: PUT request at /myuser/myuser/91621edeff8ef3cdc4f49203d4e78f1e2e23c61fac87893b812ad3ba0e891722.ics received
What I can infer is that infCloud has a sort of fallback mode that replace the MOVE verb by a simple PUT. Could it be a bug in infCloud ? Could it be radicale that does not support the MOVE verb ?
Thanks for your answer...
Hi ,
forbidden is really a server problem. And you are right that MOVE can be replaced by PUT and then DELETE, but then the whole operation is not atomic + the object UID is changed (and lot of other things happens). In short: PUT+DELETE is not 100% equivalent to MOVE.
And if the second "Save" performed a PUT instead of move is a bug, not o feature. Will check ...
JM
On 16 Apr 2015, at 21:42, Ploc pub2015@acampado.net wrote:
Hello again everyone,
I'm still using infCloud and I'm starting to use the todo list feature.
The backend is radicale v0.10.
What I'm trying to do is moving an item from a todolist to another. To do this, I start to edit an item and I then change the attached collection. I then click on save.
infCloud starts by telling me the this is forbidden by a short red error message that dissapear after one or two seconds. I can see the following log message in radicale :
2015-04-15 11:17:53,170 - INFO: MOVE request at /myuser/myuser/4bdfb6dd156c9f1ee9b76cd00292e423a124bf9745cb7cfa06dce46fb2bddbfa.ics received
As the message disappear and nothing else happens, I can click on save once again. This time the item is correctly saved in the new collection, but not deleted from the previous one. I can see the following log message in radicale :
2015-04-15 11:18:03,233 - INFO: PUT request at /myuser/myuser/91621edeff8ef3cdc4f49203d4e78f1e2e23c61fac87893b812ad3ba0e891722.ics received
What I can infer is that infCloud has a sort of fallback mode that replace the MOVE verb by a simple PUT. Could it be a bug in infCloud ? Could it be radicale that does not support the MOVE verb ?
Thanks for your answer...