• Nick Thomas's avatar
    JSON-encoded binary fields should use Base64::encode64 · 670b2c1a
    Nick Thomas authored
    It is not interoperable to use Base64::urlsafe_encode64 for fields in
    JSON that contain binary (as opposed to UTF8-safe) data. For instance,
    the Golang JSON decoder (which is what gitlab-workhorse uses) insists
    upon the standard base64 encoding.
    670b2c1a
workhorse_spec.rb 14 KB