From: Michael Mokry Date: Tue, 11 Sep 2018 20:25:58 +0000 (-0500) Subject: Modified Min Max Guard xacml template X-Git-Tag: 1.3.0~24 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=commitdiff_plain;h=a290a5fedd395f075135949a7f5313ee1abffc89 Modified Min Max Guard xacml template Changed the condition to remove not from permit and have only one not for deny Change-Id: Ie4563aba000fa5366095fe23d23c37019b5224d4 Issue-ID: POLICY-1038 Signed-off-by: Michael Mokry --- diff --git a/ONAP-PAP-REST/src/main/resources/Decision_GuardMinMaxPolicyTemplate.xml b/ONAP-PAP-REST/src/main/resources/Decision_GuardMinMaxPolicyTemplate.xml index afb118aa5..184cec6bf 100644 --- a/ONAP-PAP-REST/src/main/resources/Decision_GuardMinMaxPolicyTemplate.xml +++ b/ONAP-PAP-REST/src/main/resources/Decision_GuardMinMaxPolicyTemplate.xml @@ -64,27 +64,25 @@ - - - - - - - ${guardActiveStart} - ${guardActiveEnd} + + + + - - - - - ${min} + ${guardActiveStart} + ${guardActiveEnd} + + + + - - - - - ${max} + ${min} + + + + + ${max} @@ -102,27 +100,25 @@ - - - - - - - ${guardActiveStart} - ${guardActiveEnd} + + + + - - - - - ${min} + ${guardActiveStart} + ${guardActiveEnd} + + + + - - - - - ${max} + ${min} + + + + + ${max}