diff --git a/src/helma/framework/core/RequestEvaluator.java b/src/helma/framework/core/RequestEvaluator.java index da1a755a..3502a1e7 100644 --- a/src/helma/framework/core/RequestEvaluator.java +++ b/src/helma/framework/core/RequestEvaluator.java @@ -608,9 +608,8 @@ public final class RequestEvaluator implements Runnable { try { t.abort (); } catch (Exception ignore) {} - try { - t.stop (); - } catch (Exception ignore) {} + // FIXME: do not call deprecated method stop() on threads - + // do we need a substitute for it? } else { notifyAll (); }