Author: andre
Date: 2010-03-25 11:18:33 +0100 (Thu, 25 Mar 2010)
New Revision: 41595

Modified:
   
mmbase/branches/MMBase-1_9/applications/streams/src/main/webapp/mmbase/components/streams/job.jspx
Log:
escaper


Modified: 
mmbase/branches/MMBase-1_9/applications/streams/src/main/webapp/mmbase/components/streams/job.jspx
===================================================================
--- 
mmbase/branches/MMBase-1_9/applications/streams/src/main/webapp/mmbase/components/streams/job.jspx
  2010-03-24 15:53:10 UTC (rev 41594)
+++ 
mmbase/branches/MMBase-1_9/applications/streams/src/main/webapp/mmbase/components/streams/job.jspx
  2010-03-25 10:18:33 UTC (rev 41595)
@@ -47,7 +47,7 @@
       <div class="log">
         <h4>Job ${_.number} log</h4>
         <pre>
-          <jsp:text>${_.logger.debugList}</jsp:text>
+          <jsp:text>${mm:escape('text/xml', _.logger.debugList)}</jsp:text>
         </pre>
       </div>
       

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to