Bug 29789 - StatusLine.getReasonPhrase() is not being used
Summary: StatusLine.getReasonPhrase() is not being used
Status: NEW
Alias: None
Product: Slide
Classification: Unclassified
Component: WebDAV client (show other bugs)
Version: 2.0
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-24 18:07 UTC by Robert Flaherty
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Flaherty 2004-06-24 18:07:39 UTC
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 (?).