Changeset 3484


Ignore:
Timestamp:
08/28/13 14:07:28 (11 years ago)
Author:
andmor
Message:

Added module name to log messages.
Save the full user in the scratchpad instead of just the id.

Location:
cats/SCHEMAcat/trunk/urn.org.isocat.schemacat.interface.rest/interface
Files:
2 edited

Legend:

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

    r3159 r3484  
    7878                        <level>INFO</level>
    7979                        <message>
    80                                 <literal type="string">Shibboleth principal: %1</literal>
     80                                <literal type="string">[interface.REST] Shibboleth principal: %1</literal>
    8181                        </message>
    8282                        <param>scratch:principal</param>
  • cats/SCHEMAcat/trunk/urn.org.isocat.schemacat.interface.rest/interface/findUser.dpml

    r3394 r3484  
    4949                        <level>INFO</level>
    5050                        <message>
    51                                 <literal type="string">uid: [%1]</literal>
     51                                <literal type="string">[interface.REST] uid: [%1]</literal>
    5252                        </message>
    5353                        <param>this:uid</param>
     
    6262                <verb>SINK</verb>
    6363                <identifier>scratch:user</identifier>
    64                 <argument name="primary">this:uid</argument>
     64                <argument name="primary">this:user</argument>
    6565        </request>
    6666        <literal assignment="response" type="boolean">true</literal>
Note: See TracChangeset for help on using the changeset viewer.