Author: jruijter
Date: 2010-04-22 12:22:51 +0200 (Thu, 22 Apr 2010)
New Revision: 42008
Modified:
CMSContainer/branches/b1_5/CMSContainer/migration/migration_1.5.14_to_1.5.15.txt
Log:
CMSC-1684 Added lastmodifieddate value to param lastmodifiedfield
Modified:
CMSContainer/branches/b1_5/CMSContainer/migration/migration_1.5.14_to_1.5.15.txt
===================================================================
---
CMSContainer/branches/b1_5/CMSContainer/migration/migration_1.5.14_to_1.5.15.txt
2010-04-22 10:08:25 UTC (rev 42007)
+++
CMSContainer/branches/b1_5/CMSContainer/migration/migration_1.5.14_to_1.5.15.txt
2010-04-22 10:22:51 UTC (rev 42008)
@@ -18,3 +18,27 @@
Exceptions/errors/other problems and what to do:
*
*
+
+Name: Image caching improvement
+Goal: add value to paramvalue field
+Type: user action
+--- Start script ---
+The specific change in web.xml is:
+
+<!-- the MMBase image serving servlet. -->
+<servlet>
+ ....
+
+change:
+ <!-- Field of image node to use for 'last modified' -->
+ <param-name>lastmodifiedfield</param-name>
+ <param-value></param-value>
+
+to:
+ <!-- Field of image node to use for 'last modified' -->
+ <param-name>lastmodifiedfield</param-name>
+ <param-value>lastmodifieddate</param-value>
+--- End script ---
+*
+*
+*
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs