-
- Downloads
Add missing encoding for tag related fields
Contributes to #411267 **Problem** The email of the user can have unsupported characters that can lead to 500 error. **Solution** Apply UTF-8 encoding for the data received from the Gitaly Changelog: fixed
parent
e8a51c9d
No related branches found
No related tags found
Showing
- app/views/projects/tags/show.html.haml 2 additions, 2 deletionsapp/views/projects/tags/show.html.haml
- lib/gitlab/git/tag.rb 14 additions, 2 deletionslib/gitlab/git/tag.rb
- lib/gitlab/x509/tag.rb 1 addition, 1 deletionlib/gitlab/x509/tag.rb
- spec/lib/gitlab/git/tag_spec.rb 7 additions, 9 deletionsspec/lib/gitlab/git/tag_spec.rb
-
mentioned in merge request kubitus-project/kubitus-installer!2224 (merged)
Please register or sign in to comment