You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/04/27 08:02:20 UTC

[GitHub] kxepal commented on issue #494: couchdb2.0 is not sending charset=utf-8 in response headers of json

kxepal commented on issue #494: couchdb2.0 is not sending charset=utf-8 in response headers of json
URL: https://github.com/apache/couchdb/pull/494#issuecomment-297642282
 
 
   Thank you for your contribution and interest to this problem!
   
   Unfortuanelly, I have two things to notice:
   1. You need to create a new feature branch for your PR from the branch to which you want it get merged (it's `2.0.x` now), but...
   2. `application/json` is always UTF-8 by default and his MIME type doesn't accepts any parameters per [RFC-7159](https://tools.ietf.org/html/rfc7159). See sections [8.1](https://tools.ietf.org/html/rfc7159#section-8.1) and [11](https://tools.ietf.org/html/rfc7159#section-11) for more information. 
   
   I think there is nothing need to do and everything should works fine. Do you have any issues caused by missed charset on MIME type? And why?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services