Changes between Initial Version and Version 2 of Ticket #29662
- Timestamp:
- Aug 13, 2018, 6:29:05 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29662
- Property Has patch set
- Property Needs tests set
- Property Triage Stage Unreviewed → Accepted
- Property Type Bug → Cleanup/optimization
-
Ticket #29662 – Description
initial v2 1 1 The test client's json() method should permit the Content-Type of the response to contain structured suffixes, such as "application/activity+json". 2 2 3 This requires a regexp such as "^application\/(.+\+)?json".3 This requires a regexp such as `"^application\/(.+\+)?json"`. 4 4 5 5 See RFC 6838 for the specification: https://tools.ietf.org/html/rfc6838#section-4.2.8