Stream: conformance
Topic: GF#15139 - Bundle Validation
Grahame Grieve (Aug 03 2018 at 02:26):
so GF#15139 proposes to extend bundle validation to detect misuse of canonical URL in Bundle.entry.fullUrl. but the problem with that is that there's a case where the canonical url is the same as the full url: if you're on the canonical URL server. But the validator doesn't presently know that you are...
Michael Lawley (Sep 13 2018 at 04:35):
canonical is about URI but fullURL is about URL (Identifier vs Location) ; it doesn't seem like they should ever be compared because they are different things
Grahame Grieve (Sep 13 2018 at 04:49):
they become the same thing in some circumstances
Michael Lawley (Sep 13 2018 at 06:00):
Do you mean something stronger than they just have the same representation in some circumstances? e.g., there a known circumstances where the Location must be equal to the Identity
Grahame Grieve (Sep 13 2018 at 11:27):
well, the ideal is that canonical url is also the master location, so when the master location is responding with a bundle, then the url will be the same as the full url
Last updated: Apr 12 2022 at 19:14 UTC