Ignore:
Timestamp:
04/04/14 09:58:18 (10 years ago)
Author:
Menzo Windhouwer
Message:

A mod-ISOcat-interface-rest/interface/dcs-check.acc
A mod-ISOcat-interface-rest/representations/html/DCS-check.xsl
M mod-ISOcat-interface-rest/etc/XRLLinks.xml

  • added /rest/dcs/<id>/check to the REST API

-- returns a check report for all entries in a DCS

A mod-ISOcat-access-data/access/dcs_check.acc
M mod-ISOcat-access-data/module.xml

  • added an accessor to check all DCs in a DCS

M mod-ISOcat-control-access/etc/GateKeeperPolicy.xml

  • added access control for the DCS check
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/mod-ISOcat-access-data/module.xml

    r4853 r4893  
    395395            <to>active:sloot.accessor+operand@ffcpl:/access/dcs_hug.acc$1</to>
    396396        </rewrite>
     397        <rewrite>
     398            <match>active:ISOcat.access.data.dcs.check(\+.*)</match>
     399            <to>active:sloot.accessor+operand@ffcpl:/access/dcs_check.acc$1</to>
     400        </rewrite>
    397401       
    398402        <!-- DCS export formats -->
Note: See TracChangeset for help on using the changeset viewer.