Greg Wilkins commented on COMETD-32:
------------------------------------
this probably should be done, but can wait to after 1.0
> Consider changing MIME type of JSON transport from text/json charset=utf8 to application/json as per RFC4627
> ------------------------------------------------------------------------------------------------------------
>
> Key: COMETD-32
> URL: http://bugs.cometd.org/browse/COMETD-32 > Project: Cometd
> Issue Type: Task
> Components: java-server
> Reporter: Jan Bartel
> Priority: Minor
>
> http://www.ietf.org/rfc/rfc4627.txt states that the mime type for JSON should be "application/json", but the jetty cometd impl uses "text/json".
Fixed specyfing content type as "application/json".
> Consider changing MIME type of JSON transport from text/json charset=utf8 to application/json as per RFC4627
> ------------------------------------------------------------------------------------------------------------
>
> Key: COMETD-32
> URL: http://bugs.cometd.org/browse/COMETD-32 > Project: Cometd
> Issue Type: Task
> Components: java-server
> Reporter: Jan Bartel