// -> a content packaging with wrong links e.g. /css/my.css
// wastes all the windows
DispatcherAction.sendNotFound(request.getRequestURI(), response);
return;
}
window.dispatchRequest(ureq);
}
} catch (Throwable th) {
// Do not log as Warn or Error here, log as ERROR in MsgFactory => ExceptionWindowController throws an OLATRuntimeException
Tracing.logDebug("handleError in AuthenticatedDispatcher throwable=" + th, getClass());
DispatcherAction.handleError();