[Yanel-commits] rev 22254 - public/yanel/trunk/conf

josias at wyona.com josias at wyona.com
Mon Jan 29 18:13:31 CET 2007


Author: josias
Date: 2007-01-29 18:13:29 +0100 (Mon, 29 Jan 2007)
New Revision: 22254

Modified:
   public/yanel/trunk/conf/realms.xml
Log:
tried to make the note about the realm order clearer

Modified: public/yanel/trunk/conf/realms.xml
===================================================================
--- public/yanel/trunk/conf/realms.xml	2007-01-29 17:02:46 UTC (rev 22253)
+++ public/yanel/trunk/conf/realms.xml	2007-01-29 17:13:29 UTC (rev 22254)
@@ -5,8 +5,12 @@
 <!-- 
   IMPORTANT NOTE:
   Incoming requests will be matched to a realm using the information in this file.
-  The first realm with a matching mount-point will be used, so the order of the 
-  realms matters.
+  The realm for a request will be determined by checking the realms sequentially 
+  as they appear in this file, whereas the first realm with a matching mount-point 
+  will be used.
+  This means that the order of the realms in this file matters, and the realm with 
+  mount-point '/' has to come last.
+  TODO: change this behaviour to "longest prefix matching"
 -->
 
 <!-- WARNING: Access Control does not work properly for nested realms (also the mount-point needs to match the id in order to make the access control work properly, e.g. id="zurich" and mount-point="/zurich/")! -->




More information about the Yanel-commits mailing list