You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Prabhakar Chaganti <ja...@chaganti.net> on 2002/05/13 21:48:03 UTC

Security and Permissions problem

I have Slide(from CVS) set up to run inside an existing tomcat 4.0 installation. I am able to login to slide using either the Slide client, or windows explorer or MS Word. I can 
add files, modify them and save them. I am using the "slidestore.file.XMLFileDescriptorsStore" for the descriptors and the "slidestore.file.FileContentStoreNoVersioning" for 
the content storage.

However when I restart Tomcat, I get a warning message:
"org.apache.slide.common.Domain - WARNING - Access denied on /files/testing by user /users/root for action /actions/read"

I am logging in and making all the changes as the user "root". My domain.xml seems to have the right settings for the root user:
---------------------------------------------------------------------
        <permission action="/actions" subject="/users/root"/>
       <permission action="/actions/read" subject="/users/root" inheritable="true"/>
       <permission action="/actions/write" subject="/users/root" inheritable="true"/>
       <permission action="/actions/manage" subject="/users/root" inheritable="true"/>
---------------------------------------------------------------------

Anyone know what I am doing wrong ? Any info really appreciated.

thanks
prabhakar

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>