Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
authzforce
core
Commits
729088fe
Commit
729088fe
authored
Aug 30, 2016
by
cdanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded dependency core-pdp-api to last release
Fixed non-regression test OW2-22
parent
bfcfe281
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
pom.xml
pom.xml
+1
-1
src/test/resources/NonRegression/OW2-22.1/policy.xml
src/test/resources/NonRegression/OW2-22.1/policy.xml
+1
-1
src/test/resources/NonRegression/OW2-22.2/policy.xml
src/test/resources/NonRegression/OW2-22.2/policy.xml
+4
-4
No files found.
pom.xml
View file @
729088fe
...
...
@@ -43,7 +43,7 @@
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
${artifactId.prefix}-core-pdp-api
</artifactId>
<version>
6.0.1-SNAPSHOT
</version>
<version>
7.0.0
</version>
</dependency>
<!-- /Authzforce dependencies -->
...
...
src/test/resources/NonRegression/OW2-22.1/policy.xml
View file @
729088fe
...
...
@@ -13,7 +13,7 @@
<AnyOf>
<AllOf>
<Match
MatchId=
"urn:oasis:names:tc:xacml:1.0:function:string-equal"
>
<AttributeValue
DataType=
"http://www.w3.org/2001/XMLSchema#string"
>
22
X
</AttributeValue>
<AttributeValue
DataType=
"http://www.w3.org/2001/XMLSchema#string"
>
XX
X
</AttributeValue>
<AttributeDesignator
AttributeId=
"urn:ow2:authzforce:xacml:attribute:id:not-in-the-request"
Category=
"urn:ow2:authzforce:xacml:attribute:category:not-in-the-request"
...
...
src/test/resources/NonRegression/OW2-22.2/policy.xml
View file @
729088fe
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<PolicySet
xmlns=
"urn:oasis:names:tc:xacml:3.0:core:schema:wd-17"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
PolicySetId=
"urn:ow2:authzforce:xacml:3.0:non-regression-test:
XX
:PS2"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
PolicySetId=
"urn:ow2:authzforce:xacml:3.0:non-regression-test:
22
:PS2"
PolicyCombiningAlgId=
"urn:oasis:names:tc:xacml:3.0:rule-combining-algorithm:deny-unless-permit"
Version=
"1.0"
>
<Description>
...
...
@@ -8,7 +8,7 @@
</Description>
<Target
/>
<Policy
PolicyId=
"urn:ow2:authzforce:xacml:3.0:non-regression-test:
XX
:PS2:not-applicable-policy"
Version=
"1.0"
RuleCombiningAlgId=
"urn:oasis:names:tc:xacml:3.0:rule-combining-algorithm:deny-unless-permit"
>
PolicyId=
"urn:ow2:authzforce:xacml:3.0:non-regression-test:
22
:PS2:not-applicable-policy"
Version=
"1.0"
RuleCombiningAlgId=
"urn:oasis:names:tc:xacml:3.0:rule-combining-algorithm:deny-unless-permit"
>
<Target>
<AnyOf>
<AllOf>
...
...
@@ -24,11 +24,11 @@
</Target>
</Policy>
<Policy
PolicyId=
"urn:ow2:authzforce:xacml:3.0:non-regression-test:
XX
:PS2:policy2"
Version=
"1.0"
RuleCombiningAlgId=
"urn:oasis:names:tc:xacml:3.0:rule-combining-algorithm:deny-unless-permit"
>
PolicyId=
"urn:ow2:authzforce:xacml:3.0:non-regression-test:
22
:PS2:policy2"
Version=
"1.0"
RuleCombiningAlgId=
"urn:oasis:names:tc:xacml:3.0:rule-combining-algorithm:deny-unless-permit"
>
<Target
/>
<ObligationExpressions>
<ObligationExpression
FulfillOn=
"Deny"
ObligationId=
"urn:ow2:authzforce:xacml:3.0:non-regression-test:
XX
:PS2:policy2:obligation"
>
ObligationId=
"urn:ow2:authzforce:xacml:3.0:non-regression-test:
22
:PS2:policy2:obligation"
>
</ObligationExpression>
</ObligationExpressions>
</Policy>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment