[Yanel-commits] rev 22824 - public/yanel/trunk/src/webapp/WEB-INF

michi at wyona.com michi at wyona.com
Wed Feb 21 14:59:01 CET 2007


Author: michi
Date: 2007-02-21 14:58:59 +0100 (Wed, 21 Feb 2007)
New Revision: 22824

Modified:
   public/yanel/trunk/src/webapp/WEB-INF/web.xml
Log:
reserved prefix added

Modified: public/yanel/trunk/src/webapp/WEB-INF/web.xml
===================================================================
--- public/yanel/trunk/src/webapp/WEB-INF/web.xml	2007-02-21 11:17:24 UTC (rev 22823)
+++ public/yanel/trunk/src/webapp/WEB-INF/web.xml	2007-02-21 13:58:59 UTC (rev 22824)
@@ -36,6 +36,12 @@
      <param-value>on</param-value>
      <!--<param-value>off</param-value>-->
     </init-param>
+
+    <!-- Reserved prefix in order to allow accessing of global data, such as for instance the yanel logo -->
+    <init-param>
+     <param-name>reserved-prefix</param-name>
+     <param-value>yanel</param-value>
+    </init-param>
   </servlet>
 
   <servlet-mapping>




More information about the Yanel-commits mailing list