ozeigermann 2003/12/04 03:16:21
Modified: src/conf/webapp Domain.xml
Log:
Allowed random access of unauthenticated users to files, history, workspace and
workingresource to make work with single war deploy possible
Revision Changes Path
1.47 +10 -3 jakarta-slide/src/conf/webapp/Domain.xml
Index: Domain.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/conf/webapp/Domain.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- Domain.xml 4 Dec 2003 09:02:32 -0000 1.46
+++ Domain.xml 4 Dec 2003 11:16:21 -0000 1.47
@@ -159,13 +159,20 @@
</objectnode>
</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>
<!-- DeltaV: default history and workspace paths -->
- <objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/history"/>
- <objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/workspace"/>
- <objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/workingresource"/>
+ <objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/history">
+ <permission action="all" subject="unauthenticated"
inheritable="true"/>
+ </objectnode>
+ <objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/workspace">
+ <permission action="all" subject="unauthenticated"
inheritable="true"/>
+ </objectnode>
+ <objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/workingresource">
+ <permission action="all" subject="unauthenticated"
inheritable="true"/>
+ </objectnode>
</objectnode>
</data>
</namespace>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]