Changeset 7844
- Timestamp:
- 08/20/09 11:18:27 (11 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
head/ambra/webapp/src/main/resources/policy/rules/permit-creator.xml
r7757 r7844 49 49 <Apply FunctionId ="urn:topazproject:names:tc:xacml:1.0:function:query:itql"> 50 50 <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">topaz.services.itql</AttributeValue> 51 <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string"> 52 <![CDATA[ 51 <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string"><![CDATA[ 53 52 select $s from <?> 54 53 where ($r <dc:creator> $s or $r <topaz:anonymousCreator> $s) 55 54 and ($r <mulgara:is> <?> 56 55 or $r <topaz:propagate-permissions-to> <?> in <?>); 57 ]]> 58 </AttributeValue> 56 ]]></AttributeValue> 59 57 <AttributeValue 60 58 DataType="http://www.w3.org/2001/XMLSchema#string">local:///topazproject#filter:graph=ri</AttributeValue>
