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

michi at wyona.com michi at wyona.com
Wed Jul 6 23:33:42 CEST 2011


Author: michi
Date: 2011-07-06 23:33:42 +0200 (Wed, 06 Jul 2011)
New Revision: 59220

Modified:
   public/yanel/trunk/src/webapp/WEB-INF/web.xml
Log:
config parameter re detecting mobile devices per request added

Modified: public/yanel/trunk/src/webapp/WEB-INF/web.xml
===================================================================
--- public/yanel/trunk/src/webapp/WEB-INF/web.xml	2011-07-06 20:03:31 UTC (rev 59219)
+++ public/yanel/trunk/src/webapp/WEB-INF/web.xml	2011-07-06 21:33:42 UTC (rev 59220)
@@ -60,6 +60,13 @@
       <!--<param-value>true</param-value>-->
     </init-param>
 
+    <!-- Detect mobile devices for every request -->
+    <init-param>
+      <param-name>detect-mobile-per-request</param-name>
+      <param-value>false</param-value> <!--The default value needs to be false because of performance/scalability reasons -->
+      <!--<param-value>true</param-value>-->
+    </init-param>
+
     <!-- Allow client-side caching of static htdocs content. Specify value in hours. -->
     <init-param>
      <param-name>static-content-cache-expires</param-name>



More information about the Yanel-commits mailing list