[Yanel-commits] rev 58509 - public/yanel/trunk/src/contributions/resources/yanel-user

michi at wyona.com michi at wyona.com
Fri May 27 15:31:05 CEST 2011


Author: michi
Date: 2011-05-27 15:31:05 +0200 (Fri, 27 May 2011)
New Revision: 58509

Modified:
   public/yanel/trunk/src/contributions/resources/yanel-user/resource.xml
Log:
order changed

Modified: public/yanel/trunk/src/contributions/resources/yanel-user/resource.xml
===================================================================
--- public/yanel/trunk/src/contributions/resources/yanel-user/resource.xml	2011-05-27 13:30:43 UTC (rev 58508)
+++ public/yanel/trunk/src/contributions/resources/yanel-user/resource.xml	2011-05-27 13:31:05 UTC (rev 58509)
@@ -15,8 +15,8 @@
 <rtd>
   <!-- The priority of user ID detection is:
     1) http://127.0.0.1:8080/yanel/from-scratch-realm/yanel/users/alice.html?id=lenya will return lenya
-    2) http://127.0.0.1:8080/yanel/from-scratch-realm/yanel/users/alice.html will return alice
-    3) http://127.0.0.1:8080/yanel/from-scratch-realm/yanel/users/NO_SUCH_USER.html will return whatever is set inside the resource configuration by using the parameter 'user' (see below)
+    2) http://127.0.0.1:8080/yanel/from-scratch-realm/yanel/users/NO_SUCH_USER.html will return whatever is set inside the resource configuration by using the property 'user' (see below)
+    3) http://127.0.0.1:8080/yanel/from-scratch-realm/yanel/users/alice.html will return alice
   -->
   <property name="user"/> <!-- optional, whereas otherwise user ID will be retrieved from URL, e.g. the URL yanel/from-scratch-realm/yanel/users/alice.html?yanel.resource.viewid=source contains the ID 'alice' -->
 



More information about the Yanel-commits mailing list