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/14 21:37:56 UTC

Bug with XMLFileDescriptorsStore ?

When I start up slide, the  XMLFileDescriptorsStore class initializes and creates the ".def.xml" which contains(among other lines):
	<permission subjectUri="/users/root" actionUri="/actions" 		inheritable="true" negative="false" />

This is setting the permissions on the /actions node and everything underneath it, to be editable/changeable by the root user. However when I stop Slide, this file is 
rewritten by XMLFileDescriptorsStore class and this line is changed to:
	<permission subjectUri="/users/root" actionUri="/actions" 		inheritable="false" negative="false" />

This happens even if I have not changed anything. Just started slide and then stopped it. However this is changing the permissions for root user. When I add a file using 
the slide client as root, and restart slide, because of the permission change I cannot access this file even logged in as root. I am using Slide from the CVS. Is this a bug or 
am I missing something? Any info appreciated.

-thanks
prabhakar





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