-
- Downloads
An error occurred while retrieving diff files
Gracefully handle exceptions
Rails does has builtin rescue mechanism at middleware level called `ActionDispatch::ShowExceptions`. This wasn't functioning properly since we introduced `Gitlab::Middleware::HandleMalformedStrings` since it was raising exception before `ActionDispatch::ShowExceptions`. The fix here is to move the `ActionDispatch::ShowExceptions` up in the middleware stack Changelog: fixed
parent
cc0ab937
No related branches found
No related tags found
Loading
-
mentioned in merge request kubitus-project/kubitus-installer!2517 (merged)
Please register or sign in to comment