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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
