Cyril Dangerville
Cyril Dangerville
Are you referring to the [Multiple Decision Profile](http://docs.oasis-open.org/xacml/3.0/multiple/v1.0/xacml-3.0-multiple-v1.0.html)? Are the requests related to each other somehow? Maybe give an example of the various XACML requests.xml that you'd like to merge.
No reply in 6 months, closing.
Wow, I've never used JDK 18 so far, only JDK 11. It seems some Java API has changed. Could you try again with the latest LTS (JDK 17 ) ?
Yes this time it is is a Windows-specific build issue, the issue is that the paths to the test files that are generated automatically are meant to work on Linux...
It seems similar to this one which describes one of the problems: https://github.com/wso2/carbon-identity-framework/issues/1643
FYI, this should work fine with [AuthzForce implementation](https://github.com/authzforce/core#getting-started) (return TRUE in both cases). Feel free to try.
Sorry, I read too quickly. Both **any-of-all** expressions in your example should return TRUE: indeed, for all values in the second bag, there is a value in the first one...
Yes, that link is obsolete, it is an old draft of the spec from 2009. You have to click on **Latest version** at the top of the page to get...
Actually, I checked the textual description of the 2009 version, and it is the same as the latest version, no change there. But the Haskell defintions are no longer there....
> As part of merging this, we should also make similar changes for Jetty, Tomcat, and Undertow. OK I made similar changes for Jetty, Tomcat and Undertow in new commits....