A service page currently returns a MIME Content-Type of text/plain. The JSON RFC 4627 says this should be application/json.

This is not a show stopper but it may confuse some client applications that rely on the correct Content-Type to be sent.

Submitted by Vlad Vergu on 13 May 2012 at 18:37

On 14 May 2012 at 14:28 Danny Groenewegen tagged 1.3.0

On 14 May 2012 at 14:30 Danny Groenewegen closed this issue.

On 14 May 2012 at 14:30 Danny Groenewegen commented:

changed default mimetype of services to application/json, custom mimetypes can be set with mimetype(String) function or template

revision 5015

Log in to post comments