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=29789>. 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=29789 StatusLine.getReasonPhrase() is not being used Summary: StatusLine.getReasonPhrase() is not being used Product: Slide Version: 2.0 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: WebDAV client AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Currently only StatusLine.getStatusCode() is used to call WebdavResource.setStatusCode(). This results in say "Precondition Failed (412)" instead of "Precondition Failed: Overwrite header missing or F and state of destination resource at URI /files/test folder2 is not null". Also, possibly ResponseEntity and the three implementing classes should be altered to also maintain/expose message text. I assume that this text is only available for a single response entity, whereas the multi status response only has the status code (?). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
