[Laszlo-checkins] r8014 - openlaszlo/trunk/test/lfc/data

hqm@openlaszlo.org hqm at openlaszlo.org
Wed Feb 13 08:38:33 PST 2008


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);



More information about the Laszlo-checkins mailing list