Bug 12992 - JNDI Wrapper cannot handle workspaces
Summary: JNDI Wrapper cannot handle workspaces
Status: NEW
Alias: None
Product: Slide
Classification: Unclassified
Component: Other (show other bugs)
Version: Nightly
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-25 10:46 UTC by Richard Unger
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments
A possible solution, diff -u (4.51 KB, patch)
2002-09-26 10:46 UTC, Richard Unger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Unger 2002-09-25 10:46:46 UTC
The JNDI wrapper isCollection() method does something like:

if (resourcetype.equals("<collection/>")

to determine if a node is a collection or not. In my opinion
workspaces should be handled like collections by the SlideDirContext but
it would appear they are created differently, their resourcetype is
<D:collection xmlns:D="DAV:" />. Thus the SlideDirContext does not
treat them as a collection, with the result that workspaces are not browsable
as a SlideContext.
Comment 1 Richard Unger 2002-09-26 10:46:48 UTC
Created attachment 3237 [details]
A possible solution, diff -u
Comment 2 Oliver Zeigermann 2003-12-18 13:37:29 UTC
Richard, what's the status of this?