-
- Downloads
Fix 500 errors in Wiki pages with trailers containing UTF-8
When Wiki pages have trailers such as `Signed-Off-By` that include UTF-8 characters, users would see encoding errors because Protobuf requires calling the `.b` method on a UTF-8 encoded string (https://github.com/protocolbuffers/protobuf/issues/4228). Relates to gitlab-org/gitlab#301154
parent
e8596a35
No related branches found
No related tags found
Showing
- changelogs/unreleased/sh-fix-wiki-trailers-500-error.yml 5 additions, 0 deletionschangelogs/unreleased/sh-fix-wiki-trailers-500-error.yml
- internal/gitaly/service/wiki/find_page_test.go 46 additions, 0 deletionsinternal/gitaly/service/wiki/find_page_test.go
- ruby/lib/gitaly_server/utils.rb 1 addition, 1 deletionruby/lib/gitaly_server/utils.rb
Please register or sign in to comment