Hello 

 I am getting the following error when I try to delete an object (using
the Macro class) 

     [exec] 03 Sep 2003 14:39:34 - org.apache.slide.common.Domain -
WARNING - Ac
cess denied on /users/guest by user root for action /actions

Thankyou
Aruna

I have this in my Domain.xml

    <configuration>
      <default-action>/actions</default-action>
      <userspath>/users</userspath>
      <filespath></filespath>
      <parameter name="dav">true</parameter>
      <parameter name="standalone">true</parameter>
    </configuration>
    


    
    <data>
      
      <objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/">
        
        <permission action="/actions" subject="/users/root"/>
        
        <!-- /users represents the unauthenticated user -->
        
        <objectnode classname="org.apache.slide.structure.SubjectNode" 
         uri="/users">
          
          <!-- /users/root represents the administrator -->
          
          <objectnode classname="org.apache.slide.structure.SubjectNode"

           uri="/users/root">
          </objectnode>
          
          <!-- /users/guest represents an authenticated guest user -->
          
          <objectnode classname="org.apache.slide.structure.SubjectNode"

           uri="/users/guest">
          </objectnode>
          
        </objectnode>
        
        <objectnode classname="org.apache.slide.structure.ActionNode" 
         uri="/actions">
        </objectnode>
        
      </objectnode>
      
    </data>


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

Reply via email to