You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In app/controllers/application_controller.rb we make use of URI.parse, but from time to time an invalid URI might make it's way to the application and cause the entire request to 500 if we don't catch the URI::InvalidURIError exception.
The text was updated successfully, but these errors were encountered:
In
app/controllers/application_controller.rb
we make use of URI.parse, but from time to time an invalid URI might make it's way to the application and cause the entire request to 500 if we don't catch the URI::InvalidURIError exception.The text was updated successfully, but these errors were encountered: