Final blacklist fix for multiple entries 12/107412/1
authorPamela Dragosh <pdragosh@research.att.com>
Fri, 8 May 2020 20:45:03 +0000 (16:45 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Fri, 8 May 2020 20:45:09 +0000 (16:45 -0400)
commit50c786ff425de405252cccddea7ff776942ef671
tree5d44f134625a4ae2e612ff2f38f22e761a1c6d76
parent3f1d47dd8f14a948967f9a2b5b958f5d858c6809
Final blacklist fix for multiple entries

The last change wasn't quite right, this has multiple AndOf's under
a single AnyOf. Multiple AnyOf's are treated as AND's, but what we
really want is a set of OR's.

Issue-ID: POLICY-2490
Change-Id: I7336643302ccf7982c91a9c082d17bcf0adb4ac8
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
applications/guard/src/main/java/org/onap/policy/xacml/pdp/application/guard/GuardTranslator.java
applications/guard/src/test/java/org/onap/policy/xacml/pdp/application/guard/GuardPdpApplicationTest.java
applications/guard/src/test/java/org/onap/policy/xacml/pdp/application/guard/GuardTranslatorTest.java