// -> 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) {
Tracing.logDebug("handleError in AuthenticatedDispatcher", getClass());
DispatcherAction.handleError();
ChiefController msgcc = MsgFactory.createMessageChiefController(ureq, th);