DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3977>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3977

Bugs mostly using copyMethod() and moveMove() over existing files/collections

           Summary: Bugs mostly using copyMethod() and moveMove() over
                    existing files/collections
           Product: Slide
           Version: Nightly
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WebDAV client
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The version I used is a snapshot dating from 24 september.

- Using copyMethod() to copy a file to an existing file path with
  overwrite flag set to true does not change node last modification
  date.

- Using copyMethod() to copy a collection to an existing collection path
  with overwrite flag set to false does nothing but returns true.

- Using moveMethod() to move a collection to an existing file path with
  overwrite flag set to true returns true but does nothing.

- Using moveMethod() to move a collection to an existing collection path
  with overwrite flag set to false returns true but does nothing.

- Using mkcolMethod() with the path of an existing file or collection
  does nothing but returns true.

- UnlockMethod() has a very strange behaviour : A test case using
  lockMethod() and unlockMethod() on the same session works perfect, but
  using the two methods in different sessions (logout, login between)
  that not work at all (unlockMethod() returns false and the lock is
  still there but returned statusCode is 200)

- I don't know if it is a planned feature but I could not find an
  overwrite flag for the putMethod(). Files are always overwritten.

Reply via email to