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
If I store a RiakObject with a content type of application/json;charset=UTF-8, the charset gets duplicated on the stored value when read by http, ending up with this content type: application/json;charset=UTF-8; charset=UTF-8
If I store a RiakObject with a content type of
application/json;charset=UTF-8, the charset gets duplicated on the stored value when read by http, ending up with this content type:application/json;charset=UTF-8; charset=UTF-8I did a small sample to show the issue here:
https://github.com/gfbett/RiakIssueSample