Skip to content
  • cdanger's avatar
    - Fixed OW2-28, OW2-29, OW2-30, OW2-32 · c4a4a517
    cdanger authored
    - Changed parent project version: 5.1.0 -> 7.0.0
    - Changed dependency versions:
    	- core version: 8.0.0 -> 10.0.0
    		-> changed PDP configuration XSD version: 5.0.0 -> 6.0.0
    (requestFilter/resultFilter replaced with
    inoutProcChain/requestPreproc|resultPostproc)
    	- core-pap-api version: 6.4.0 -> 9.0.0, pap-dao-flat-file version:
    8.1.0 -> 9.0.0
    	- rest-api-model: 5.4.0 -> 5.6.0 providing XACML JSON Profile
    compliance (application/xacml+xml and application/xacml+json media types
    now supported), and new '/version' resource providing product metadata
    - Added new JNDI environment properties:
    org.ow2.authzforce.domains.enableXacmlJsonProfile (true iff JSON-Profile
    support is enabled on PDPs),
    org.ow2.authzforce.webapp.publishedEndpointUrl (base address in WADL),
    org.ow2.authzforce.webapp.jsonKeysWithArrays (comma-separated list of
    JSON keys with values serialized to arrays always),
    org.ow2.authzforce.webapp.noNamespaceInJsonOutput (true iff namespaces
    dropped in JSON output),
    ...
    c4a4a517