Update of /var/cvs/applications/jumpers/config/builders/jumpers
In directory james.mmbase.org:/tmp/cvs-serv23476/config/builders/jumpers

Modified Files:
        jumpers.xml 
Log Message:
ported some functionality to strip jsession ids from urls from EO repository 
(trying to migrate them to 1.9)


See also: 
http://cvs.mmbase.org/viewcvs/applications/jumpers/config/builders/jumpers


Index: jumpers.xml
===================================================================
RCS file: /var/cvs/applications/jumpers/config/builders/jumpers/jumpers.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- jumpers.xml 24 Jul 2007 15:09:21 -0000      1.3
+++ jumpers.xml 22 Dec 2008 14:19:26 -0000      1.4
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- version $Id: jumpers.xml,v 1.3 2007/07/24 15:09:21 michiel Exp $ -->
+<!-- version $Id: jumpers.xml,v 1.4 2008/12/22 14:19:26 michiel Exp $ -->
 <builder
     xmlns="http://www.mmbase.org/xmlns/builder";
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
@@ -90,9 +90,12 @@
           <list>3</list>
         </positions>
       </editor>
-      <datatype base="line" xmlns="http://www.mmbase.org/xmlns/datatypes"; >
-        <required value="true" enforce="never" />
-        <maxLength value="255" />
+      <datatype xmlns="http://www.mmbase.org/xmlns/datatypes"; base="line">
+        <required value="true" />
+        <maxLength value="255"/>
+        <commitprocessor>
+          <class name="org.mmbase.jumpers.StripJsessionidCommitProcessor" />
+        </commitprocessor>
       </datatype>
     </field>
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to