Thu Apr 28 16:06:59 2005

Ticket #893 (Closed: fixed)

'removed' delete XML-RPC methods silently don't do anything


Priority: normal Reporter: maroy
Severity: minor Assigned to: tomash
Component: bug Status: closed
Version:   Resolution: fixed
Milestone:   Keywords:  

Description by maroy:

the delete methods were 'disabled' in the storage now, but they still return when called as if all went OK. please make sure non-function code is: - either removed from the codebase, as it's dead code by now - or returns an error message, like 'not implemented'

Attachments

Changelog

Thu Apr 28 17:17:05 2005: Modified by tomash

    Delete operation provide 'safe delete' - it doesn't remove file permanently, but move it to the special folder and mark file as deleted. Does it really nothing, or change is not notable from XMLRPC point of view? Do you mean it's better completely disable delete methods?

    Tue May 3 12:55:45 2005: Modified by maroy

      when calling the XML-RPC functions, the delete methods return without an error message, but the files are not deleted. thus, from this point of view, they are broken...

      Tue May 10 01:54:03 2005: Modified by tomash

      • resolution set to fixed
      • status changed from assigned to closed

      Delete methods disabled in XMLRPC interface. Returns error with message 'method disabled' now.


      Add/Change #893 ('removed' delete XML-RPC methods silently don't do anything)




      Change Properties






      Action