Author: andre
Date: 2010-03-01 11:08:55 +0100 (Mon, 01 Mar 2010)
New Revision: 41189

Modified:
   openimages/trunk/src/main/webapp/WEB-INF/config/media/filters.xml
   openimages/trunk/src/main/webapp/article.jspx
   openimages/trunk/src/main/webapp/contact.jspx
   openimages/trunk/src/main/webapp/contribute.jspx
   openimages/trunk/src/main/webapp/media.jspx
   openimages/trunk/src/main/webapp/mediafragment.jspx
   openimages/trunk/src/main/webapp/register.jspx
   openimages/trunk/src/main/webapp/reset-password.jspx
   openimages/trunk/src/main/webapp/user.jspx
   openimages/trunk/src/main/webapp/users.jspx
   openimages/trunk/src/main/webapp/you.jspx
Log:
no sessionid's please

Modified: openimages/trunk/src/main/webapp/WEB-INF/config/media/filters.xml
===================================================================
--- openimages/trunk/src/main/webapp/WEB-INF/config/media/filters.xml   
2010-03-01 09:03:15 UTC (rev 41188)
+++ openimages/trunk/src/main/webapp/WEB-INF/config/media/filters.xml   
2010-03-01 10:08:55 UTC (rev 41189)
@@ -39,10 +39,10 @@
     </config>
     <config filter="format">
       <preferredSource>
-         <source format="ogv" />
+        <source format="ogv" />
         <source format="ogg" />
         <source format="mp4" />
-       <source format="mp3" />
+        <source format="mp3" />
         <source format="flv" />
         <source format="avi" />
       </preferredSource>

Modified: openimages/trunk/src/main/webapp/article.jspx
===================================================================
--- openimages/trunk/src/main/webapp/article.jspx       2010-03-01 09:03:15 UTC 
(rev 41188)
+++ openimages/trunk/src/main/webapp/article.jspx       2010-03-01 10:08:55 UTC 
(rev 41189)
@@ -4,6 +4,7 @@
     xmlns:jsp="http://java.sun.com/JSP/Page";
     xmlns:oip="urn:jsptagdir:/WEB-INF/tags/oip"
     xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";>
+  <jsp:directive.page session="false" />
   <oip:html styleClass="article">
     <jsp:attribute name="body">
 

Modified: openimages/trunk/src/main/webapp/contact.jspx
===================================================================
--- openimages/trunk/src/main/webapp/contact.jspx       2010-03-01 09:03:15 UTC 
(rev 41188)
+++ openimages/trunk/src/main/webapp/contact.jspx       2010-03-01 10:08:55 UTC 
(rev 41189)
@@ -4,6 +4,7 @@
     xmlns:jsp="http://java.sun.com/JSP/Page";
     xmlns:oip="urn:jsptagdir:/WEB-INF/tags/oip"
     xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";>
+  <jsp:directive.page session="false" />
   <oip:html>
     <jsp:attribute name="head">
       <jsp:directive.include file="/mmbase/validation/javascript.jspxf" />

Modified: openimages/trunk/src/main/webapp/contribute.jspx
===================================================================
--- openimages/trunk/src/main/webapp/contribute.jspx    2010-03-01 09:03:15 UTC 
(rev 41188)
+++ openimages/trunk/src/main/webapp/contribute.jspx    2010-03-01 10:08:55 UTC 
(rev 41189)
@@ -4,6 +4,7 @@
     xmlns:jsp="http://java.sun.com/JSP/Page";
     xmlns:oip="urn:jsptagdir:/WEB-INF/tags/oip"
     xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";>
+  <jsp:directive.page session="false" />
   <oip:html
       cacheable="false"
       styleClass="contribute">

Modified: openimages/trunk/src/main/webapp/media.jspx
===================================================================
--- openimages/trunk/src/main/webapp/media.jspx 2010-03-01 09:03:15 UTC (rev 
41188)
+++ openimages/trunk/src/main/webapp/media.jspx 2010-03-01 10:08:55 UTC (rev 
41189)
@@ -5,6 +5,7 @@
     xmlns:fmt="http://java.sun.com/jsp/jstl/fmt";
     xmlns:oip="urn:jsptagdir:/WEB-INF/tags/oip"
     xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";>
+  <jsp:directive.page session="false" />
   <mm:import externid="q" />
   <oip:html cacheable="false" styleClass="media">
     <jsp:attribute name="head">

Modified: openimages/trunk/src/main/webapp/mediafragment.jspx
===================================================================
--- openimages/trunk/src/main/webapp/mediafragment.jspx 2010-03-01 09:03:15 UTC 
(rev 41188)
+++ openimages/trunk/src/main/webapp/mediafragment.jspx 2010-03-01 10:08:55 UTC 
(rev 41189)
@@ -5,7 +5,7 @@
     xmlns:fn="http://java.sun.com/jsp/jstl/functions";
     xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";
     xmlns:oip="urn:jsptagdir:/WEB-INF/tags/oip">
-
+  <jsp:directive.page session="false" />
   <oip:html
       cacheable="false"
       styleClass="media-item"

Modified: openimages/trunk/src/main/webapp/register.jspx
===================================================================
--- openimages/trunk/src/main/webapp/register.jspx      2010-03-01 09:03:15 UTC 
(rev 41188)
+++ openimages/trunk/src/main/webapp/register.jspx      2010-03-01 10:08:55 UTC 
(rev 41189)
@@ -6,6 +6,7 @@
     xmlns:fmt="http://java.sun.com/jsp/jstl/fmt";
     xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";
     xmlns:oip="urn:jsptagdir:/WEB-INF/tags/oip">
+  <jsp:directive.page session="false" />
   <oip:html cacheable="false" styleClass="user-create">
     <jsp:attribute name="head">
       <mm:component name="oip" block="user-create" render="head" />

Modified: openimages/trunk/src/main/webapp/reset-password.jspx
===================================================================
--- openimages/trunk/src/main/webapp/reset-password.jspx        2010-03-01 
09:03:15 UTC (rev 41188)
+++ openimages/trunk/src/main/webapp/reset-password.jspx        2010-03-01 
10:08:55 UTC (rev 41189)
@@ -6,6 +6,7 @@
     xmlns:fmt="http://java.sun.com/jsp/jstl/fmt";
     xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";
     xmlns:oip="urn:jsptagdir:/WEB-INF/tags/oip">
+  <jsp:directive.page session="false" />
   <oip:html cacheable="false" styleClass="reset-password">
     <jsp:attribute name="head">
       <mm:component name="oip" block="user-resetpassword" render="head" />

Modified: openimages/trunk/src/main/webapp/user.jspx
===================================================================
--- openimages/trunk/src/main/webapp/user.jspx  2010-03-01 09:03:15 UTC (rev 
41188)
+++ openimages/trunk/src/main/webapp/user.jspx  2010-03-01 10:08:55 UTC (rev 
41189)
@@ -4,8 +4,9 @@
     xmlns:jsp="http://java.sun.com/JSP/Page";
     xmlns:fmt="http://java.sun.com/jsp/jstl/fmt";
     xmlns:oip="urn:jsptagdir:/WEB-INF/tags/oip"
-    xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";>
-
+    xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";> 
+  <jsp:directive.page session="false" />
+  
   <mm:import externid="block"     required="true" />
   <mm:import externid="n"         required="true" />
   <mm:import externid="cacheable"  />

Modified: openimages/trunk/src/main/webapp/users.jspx
===================================================================
--- openimages/trunk/src/main/webapp/users.jspx 2010-03-01 09:03:15 UTC (rev 
41188)
+++ openimages/trunk/src/main/webapp/users.jspx 2010-03-01 10:08:55 UTC (rev 
41189)
@@ -5,6 +5,7 @@
     xmlns:fmt="http://java.sun.com/jsp/jstl/fmt";
     xmlns:oip="urn:jsptagdir:/WEB-INF/tags/oip"
     xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";>
+  <jsp:directive.page session="false" />
   <oip:html styleClass="users">
 
     <jsp:attribute name="body">

Modified: openimages/trunk/src/main/webapp/you.jspx
===================================================================
--- openimages/trunk/src/main/webapp/you.jspx   2010-03-01 09:03:15 UTC (rev 
41188)
+++ openimages/trunk/src/main/webapp/you.jspx   2010-03-01 10:08:55 UTC (rev 
41189)
@@ -4,6 +4,7 @@
     xmlns:jsp="http://java.sun.com/JSP/Page";
     xmlns:fmt="http://java.sun.com/jsp/jstl/fmt";
     xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";>
+  <jsp:directive.page session="false" />
   <mm:import externid="locale">client</mm:import>
   <mm:content
       type="application/xml"

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

Reply via email to