oasis-tcs / cti-taxii2

OASIS CTI TC: An official CTI TC repository for TAXII 2 work
https://github.com/oasis-tcs/cti-taxii2
Other
9 stars 4 forks source link

Remove spaces in media types before version parameter #74

Closed jordan2175 closed 6 years ago

jordan2175 commented 6 years ago

In the document we have the media types represented like this, for readability "application/taxii+json; version=2.1". However, most browsers and clients do not put any spaces between the options. We should remove the spaces from the examples so as to not confuse people.

jordan2175 commented 6 years ago

I removed the space in all of the examples for the media types. They used to be "application/taxii+json; version=2.1", they are now "application/taxii+json;version=2.1"

robincover commented 6 years ago

Noted here, in view of two pending IANA registration requests (SPACE in both examples as submitted)

For STIX: https://www.ietf.org/mail-archive/web/media-types/current/msg00974.html

Optional parameters: version. This parameter is used to designate the specification version of STIX that is being used during HTTP content negotiation. Example: "application/stix+json; version=2.1"