Changeset 3950


Ignore:
Timestamp:
11/06/13 17:36:57 (11 years ago)
Author:
andmor
Message:

Replace calls to active:sloot.toString by NK native TRANSREPT to java.lang.String

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/SCHEMAcat/trunk/urn.org.isocat.schemacat.interface.rest/interface/isAuthorized.dpml

    r3877 r3950  
    6565            </message>
    6666            <param>
    67                 <!-- pass the response trough sloot.toString so the actual
    68                                 user document is logged instead of the value of its pointer!-->
    6967                <request>
    70                     <identifier>active:sloot.toString</identifier>
    71                     <argument name="operand">arg:authorizedIDs</argument>
     68                    <identifier>authorizedIDs-string</identifier>
     69                    <verb>TRANSREPT</verb>
     70                    <representation>java.lang.String</representation>
     71                    <argument name="primary">arg:authorizedIDs</argument>
    7272                </request>
    7373            </param>
    7474            <param>
    7575                <request>
    76                     <identifier>active:sloot.toString</identifier>
    77                     <argument name="operand">arg:authorizedRoles</argument>
     76                    <identifier>authorizedRoles-string</identifier>
     77                    <verb>TRANSREPT</verb>
     78                    <representation>java.lang.String</representation>
     79                    <argument name="primary">arg:authorizedRoles</argument>
    7880                </request>
    7981            </param>
Note: See TracChangeset for help on using the changeset viewer.