- Jan 19, 2017
-
- Jan 18, 2017
-
-
cdanger authored
- Porting to Tomcat 8/Servlet 3.1, Java 8, Ubuntu 16.04 LTS - Replaced ubuntu package dependency on JDK with JRE - JSON support (added dependency on Jettison): - New config file for XML namespace to JSON prefix mappings - Update license headers for new year 2017 - Parent project: 3.4.0 -> 4.1.1: - Apache CXF 3.1.0 -> 3.1.9 - Java Servlet API 3.0.1 -> 3.1.0 - authzforce-ce-core: 5.0.2 -> 6.1.0: - Saxon-HE 9.7.0-11 -> 9.7.0-14 - Spring 3.2.2 -> 4.3.5, - authzforce-ce-pap-dao-flat-file: 6.1.0 -> 7.0.0 - authzforce-ce-core-pdp-api dependency version: 8.0.0 -> 8.2.0 - Added unit test expecting 400 Bad Request when pushing policy with invalid function ID in Apply statement
-
- Sep 08, 2016
-
-
cdanger authored
-
- Sep 04, 2016
- Sep 03, 2016
-
-
cdanger authored
-
- Jul 14, 2016
- May 30, 2016
-
-
cdanger authored
-
- May 29, 2016
-
-
cdanger authored
-
- May 26, 2016
- May 06, 2016
-
-
cdanger authored
-
- May 04, 2016
- May 01, 2016
- Mar 06, 2016
-
-
cdanger authored
(no Multi decision profile support) instead of MDP request filter before, and maxVariableDepth to 10 (instead of 1 before) - Added fastinfoset dependency, although not yet used (but could be activated by modifying spring conf in WEB-INF) - Handle the case in REST API where domain's PDP = null (error state because of corrupted backend domain repository) - Fixed bug where policy versions are returned by REST API in reverse order - all unit tests working
-
- Mar 01, 2016
-
-
cdanger authored
xml catalogs, according to latest changes of Flat-file-based PAP DAO 'file...' renamed to 'flatfile...' in all identifiers - Fixed issues with unit tests copying/deleting/filtering directories with Java 7 NIO package
-
- Feb 29, 2016
- Feb 23, 2016
-
-
cdanger authored
-
- Feb 19, 2016
-
-
cdanger authored
'openjdk-7-jdk | oracle-java7-installer' to fix issues with APT installation of virtual packages (e.g. java7-jdk)
-
- Feb 15, 2016
-
-
cdanger authored
-
- Feb 08, 2016
-
-
cdanger authored
Add special version 'latest' in URL path .../policies/p1/latest, e.g. to get latest version of policy 'p1' Changed representation type for policy version from String to PolicyVersion class (from core-pdp-api dependency)
-
- Feb 04, 2016
-
-
cdanger authored
-
- Jan 24, 2016
-
-
cdanger authored
-
- Jan 20, 2016
- Jan 14, 2016
-
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
version allowing versioning of policies and PolicySetIdReference as defined in XACML (id, version patterns) - New domain properties externalId and rootPolicyRef (root policy referencing) - Upgraded the PDP configuration files to the new authzforce-ce-core version (schema, etc.) using new PAP DAO in authzforce-ce-pap-dao-file project and its ref policy provider supporting policy set references with versioning of policies - Domain IDs and Policy IDs are base64url-encoded - File tree is organized in the form domainID/policyID/version.$suffix (e.g. .xml) - New global conf properties: max number of policies per domain, max number of versions per domain - Unit tests for the REST API resources/operations
-