If onRequest() causes an exception, let it pass through.
This commit is contained in:
parent
2d05ec273e
commit
55dd6f9cd0
1 changed files with 0 additions and 2 deletions
|
@ -269,8 +269,6 @@ public final class RequestEvaluator implements Runnable {
|
|||
scriptingEngine.invoke (currentElement, "onRequest", new Object[0], false);
|
||||
} catch (RedirectException redir) {
|
||||
throw redir;
|
||||
} catch (Exception ignore) {
|
||||
// function is not defined or caused an exception, ignore
|
||||
}
|
||||
|
||||
// reset skin recursion detection counter
|
||||
|
|
Loading…
Add table
Reference in a new issue