You'll need to edit your Domain.xml. For some reason you can't manually
add collections to the root using a webdav client (maybe someone else
can explain why?). In your Domain.xml look for the following section:

                <objectnode
classname="org.apache.slide.structure.SubjectNode" uri="/files">
                    <permission action="all" subject="unauthenticated"
inheritable="true"/>
                    <permission action="/actions/write"
subject="/roles/user" inheritable="true"/>
                    <permission action="/actions/read-acl"
subject="owner" inheritable="true"/>
                </objectnode>

Copy and paste it so that you have something that looks like:

                <objectnode
classname="org.apache.slide.structure.SubjectNode" uri="/files">
                    <permission action="all" subject="unauthenticated"
inheritable="true"/>
                    <permission action="/actions/write"
subject="/roles/user" inheritable="true"/>
                    <permission action="/actions/read-acl"
subject="owner" inheritable="true"/>
                </objectnode>
                <objectnode
classname="org.apache.slide.structure.SubjectNode" uri="/files">
                    <permission action="all" subject="unauthenticated"
inheritable="true"/>
                    <permission action="/actions/write"
subject="/roles/user" inheritable="true"/>
                    <permission action="/actions/read-acl"
subject="owner" inheritable="true"/>
                </objectnode>

then change [uri="/files"] to [uri="/properties"]. You'll need to
restart Slide for this to work, but after that you'll have a /properties
collection that behaves exactly the same was as /files.

-James

>>> [EMAIL PROTECTED] 6/28/2004 11:05:05 PM >>>
I want to add a "/properties" scope to the slide root. Can this be done
or
are the root's children set by Slide and unchangeable?

-----Original Message-----
From: r d [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 29 June 2004 2:58 PM
To: [EMAIL PROTECTED] 
Subject: Getting resources for a user


Hi,
 
I am using slide Webdav client api.
Is there any way I can get all resources owned/created by a paricular
end
user?
 
Thanks,
Revati

                
---------------------------------
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to