Bug 23493 - Live properties are undefined for non-existent resources
Summary: Live properties are undefined for non-existent resources
Status: NEW
Alias: None
Product: Slide
Classification: Unclassified
Component: WebDAV client (show other bugs)
Version: Nightly
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks: 31521
  Show dependency tree
 
Reported: 2003-09-29 17:50 UTC by Steve Vaughan
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 Steve Vaughan 2003-09-29 17:50:04 UTC
isCollection(), getGetContentLength(), getDisplayName(), etc. are undefined if exists() is 
false.  Each method returns the previous resource's properties.  Methods which return 
live properties should be defined similar to their java.io.File conterparts.  As an example, 
isCollection() should return true if and only if the resource exists and is a collection.  
This is especially troubling when combined with NOACTION.