1fcc7f9ba2
Renders 412 error page when invalid UTF-8 is passed as parameters in controllers.
8 lines
216 B
Text
8 lines
216 B
Text
- content_for(:title, 'Encoding Error')
|
|
%img{ :alt => "GitLab Logo", :src => image_path('logo.svg') }
|
|
%h1
|
|
412
|
|
.container
|
|
%h3 Precondition failed
|
|
%hr
|
|
%p Page can't be loaded because of invalid parameters.
|