Discovered in #2995960: Add a Link and LinkCollection class to support RFC8288 web linking.
#2927037: Provide a mechanism to get information about the current user: "me" meta link in /jsonapi, and make /jsonapi accessible to all did not introduce any test coverage for the authenticated case of meta.links.me being in the entry point document. Only that it was not present for an anonymous request.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3002646-5.patch | 2.28 KB | wim leers |
Comments
Comment #2
gabesullice#2995960: Add a Link and LinkCollection class to support RFC8288 web linking. converts the
EntryPointTestto a Functional test. It'll be much easier to test this after that lands.Comment #3
wim leersGreat catch!
Comment #4
wim leers#2995960: Add a Link and LinkCollection class to support RFC8288 web linking. landed! Let's get this done.
Comment #5
wim leersComment #6
gabesulliceThanks Wim!
Comment #8
gabesullice🚢