I just noticed that org.apache.struts2.json.JSONUtil.writeJSONToResponse() sets the Content-type to 'application/json-rpc' for RPC responses. Is this really correct? I know browsers understand application/json, but do they understand application/json-rpc?
Unless anybody objects, I would like to switch to application/json, since that is the standard type for JSON data. John