From 3713d73580a43d5f410ed0d7ffc87b55fd346d52 Mon Sep 17 00:00:00 2001 From: hns Date: Wed, 4 Sep 2002 15:47:10 +0000 Subject: [PATCH] Marked timeout field as volatile. --- src/helma/scripting/fesi/FesiEvaluator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helma/scripting/fesi/FesiEvaluator.java b/src/helma/scripting/fesi/FesiEvaluator.java index 703b687e..2ccc4e15 100644 --- a/src/helma/scripting/fesi/FesiEvaluator.java +++ b/src/helma/scripting/fesi/FesiEvaluator.java @@ -64,7 +64,7 @@ public final class FesiEvaluator implements ScriptingEngine { // flag tells us if the current request has timed out // and exceptions should thus be rethrown as TimeoutExceptions. - private boolean timeout; + private volatile boolean timeout; /** * Create a FESI evaluator for the given application and request evaluator.