Changeset 3513


Ignore:
Timestamp:
09/03/13 12:24:26 (11 years ago)
Author:
andmor
Message:

Using sloot.toString endpoint to generate log message.

File:
1 edited

Legend:

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

    r3509 r3513  
    6666            <param>arg:authorizedIDs</param>
    6767            <param>
    68                 <!-- pass the response trough sloot.xpath2 so the actual
     68                <!-- pass the response trough sloot.toString so the actual
    6969                                user document is logged instead of the value of its pointer!-->
    7070                <request>
    71                     <identifier>active:sloot.xpath2</identifier>
     71                    <identifier>active:sloot.toString</identifier>
    7272                    <argument name="operand">arg:authorizedRoles</argument>
    73                     <argument name="operator">
    74                         <literal type="xml">
    75                             <dummy>.</dummy>
    76                         </literal>
    77                     </argument>
    7873                </request>
    7974            </param>
Note: See TracChangeset for help on using the changeset viewer.