Changeset 3514


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

Using sloot.toString endpoint to generate log message.

Location:
cats/SCHEMAcat/trunk/urn.org.isocat.schemacat.access.data/access
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cats/SCHEMAcat/trunk/urn.org.isocat.schemacat.access.data/access/schemasAuthorizedRoles.dpml

    r3510 r3514  
    3131                        </param>
    3232                        <param>
    33                                 <!-- pass the response trough sloot.xpath2 so the actual
     33                                <!-- pass the response trough sloot.toString so the actual
    3434                                user document is logged instead of the value of its pointer!-->
    3535                                <request>
    36                                         <identifier>active:sloot.xpath2</identifier>
     36                                        <identifier>active:sloot.toString</identifier>
    3737                                        <argument name="operand">this:response</argument>
    38                                         <argument name="operator">
    39                                                 <literal type="xml">
    40                                                         <dummy>.</dummy>
    41                                                 </literal>
    42                                         </argument>
    4338                                </request>
    4439                        </param>
  • cats/SCHEMAcat/trunk/urn.org.isocat.schemacat.access.data/access/user.dpml

    r3511 r3514  
    313313                        </message>
    314314                        <param>
    315                                 <!-- pass the response trough sloot.xpath2 so the actual
     315                                <!-- pass the response trough sloot.toString so the actual
    316316                                user document is logged instead of the value of its pointer!-->
    317317                                <request>
    318                                         <identifier>active:sloot.xpath2</identifier>
     318                                        <identifier>active:sloot.toString</identifier>
    319319                                        <argument name="operand">this:response</argument>
    320                                         <argument name="operator">
    321                                                 <literal type="xml">
    322                                                         <dummy>.</dummy>
    323                                                 </literal>
    324                                         </argument>
    325320                                </request>
    326321                        </param>
  • cats/SCHEMAcat/trunk/urn.org.isocat.schemacat.access.data/access/usersAuthorizedRoles.dpml

    r3510 r3514  
    3131                        </param>
    3232                        <param>
    33                                 <!-- pass the response trough sloot.xpath2 so the actual
     33                                <!-- pass the response trough sloot.toString so the actual
    3434                                user document is logged instead of the value of its pointer!-->
    3535                                <request>
    36                                         <identifier>active:sloot.xpath2</identifier>
     36                                        <identifier>active:sloot.toString</identifier>
    3737                                        <argument name="operand">this:response</argument>
    38                                         <argument name="operator">
    39                                                 <literal type="xml">
    40                                                         <dummy>.</dummy>
    41                                                 </literal>
    42                                         </argument>
    4338                                </request>
    4439                        </param>
Note: See TracChangeset for help on using the changeset viewer.