If onRequest() causes an exception, let it pass through.

This commit is contained in:
hns 2003-01-28 13:08:12 +00:00
parent 2d05ec273e
commit 55dd6f9cd0

View file

@ -269,8 +269,6 @@ public final class RequestEvaluator implements Runnable {
scriptingEngine.invoke (currentElement, "onRequest", new Object[0], false); scriptingEngine.invoke (currentElement, "onRequest", new Object[0], false);
} catch (RedirectException redir) { } catch (RedirectException redir) {
throw redir; throw redir;
} catch (Exception ignore) {
// function is not defined or caused an exception, ignore
} }
// reset skin recursion detection counter // reset skin recursion detection counter