You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by bu...@apache.org on 2004/07/30 18:14:59 UTC

DO NOT REPLY [Bug 30414] New: - WebdavResource.proppatchMethod return value is incorrect

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=30414

WebdavResource.proppatchMethod return value is incorrect

           Summary: WebdavResource.proppatchMethod return value is incorrect
           Product: Slide
           Version: 2.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WebDAV client
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: Robert_Flaherty@Hyperion.com


The server's return status is always multi-status (207).  In my case my single 
property resulted in a conflict (409) embedded in the response.

We should scan all of the response entities and only if they all have an OK 
status do we return true.  We should also deprecate all of the current 
proppatch methods.

We should create new proppatch methods which change the return type to 
Enumeration like propfind so that consumers can see what failed.

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org