Author: hqm
Date: 2008-02-13 08:38:32 -0800 (Wed, 13 Feb 2008)
New Revision: 8014

Modified:
   openlaszlo/trunk/test/lfc/data/httpsequence.jsp
Log:
fix race condition in jsp test script

Modified: openlaszlo/trunk/test/lfc/data/httpsequence.jsp
===================================================================
--- openlaszlo/trunk/test/lfc/data/httpsequence.jsp     2008-02-13 16:35:31 UTC 
(rev 8013)
+++ openlaszlo/trunk/test/lfc/data/httpsequence.jsp     2008-02-13 16:38:32 UTC 
(rev 8014)
@@ -1,6 +1,6 @@
-<%@ page import="java.util.*" %><%@ page import="java.io.*" %><%@ page 
contentType="text/xml; charset=UTF-8" %><?xml version='1.0' encoding='UTF-8' 
standalone='yes' ?>
+<%@ page import="java.util.*" %><%@ page import="java.io.*" %><%@ page 
contentType="text/xml; charset=UTF-8" %><?xml version='1.0' encoding='UTF-8' 
standalone='yes' ?><%@ page isThreadSafe="false" %>
 <response><%
-/* Copyright 2001-2006 Laszlo Systems, Inc.  All Rights Reserved.              
*/
+/* Copyright 2001-2006, 2008 Laszlo Systems, Inc.  All Rights Reserved.        
      */
 Integer seq = (Integer) session.getAttribute("seq");
 if (seq ==null) {
     seq = new Integer(0);


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to