Author: michiel
Date: 2010-05-25 18:19:11 +0200 (Tue, 25 May 2010)
New Revision: 42258

Modified:
   mmbase/trunk/example-webapp/src/main/webapp/WEB-INF/web.xml
Log:
documented mmbase.taglib.url.excludeForEncoding

Modified: mmbase/trunk/example-webapp/src/main/webapp/WEB-INF/web.xml
===================================================================
--- mmbase/trunk/example-webapp/src/main/webapp/WEB-INF/web.xml 2010-05-25 
14:48:57 UTC (rev 42257)
+++ mmbase/trunk/example-webapp/src/main/webapp/WEB-INF/web.xml 2010-05-25 
16:19:11 UTC (rev 42258)
@@ -101,6 +101,18 @@
   </context-param>
 
   <!--
+      mm:url (mm:link) will encode the URL (using response.encodeUrl), unless 
the url matches the given regexp.
+
+      Encoding the URL would add jsessionids' to the URL.
+  -->
+
+  <context-param>
+   <param-name>mmbase.taglib.url.excludeForEncoding</param-name>
+   <param-value>.*\.(ico|jpg|gif|png|css|js)</param-value> <!-- this is the 
default value too -->
+ </context-param>
+
+
+  <!--
       Whether the server must be 'stalled' until this web-app is completely 
running.  Recognized by
       MMBase.  If your web-app is in an application server with other 
application, it is good that
       the initialization of mmbase does not stall the initialization of the 
complete application

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to