-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should you be allowed to submit overlapping resource and container URIs? #104
Comments
I've attempted to address the underlying conceptual designs of this issue at #105 and #107. Can we close this issue in favour of those? Here is a response any way: Take the following as tentative based on rough consensus at #35 (comment) . There is an isomorphic relationship between a URI pattern and a specific type of LDPR. We'll detail the extent in which LDP interaction models play a role alongside URI path segments. Request 1Scenario including
Why: Scenario including
Why: Scenario without an LDP interaction model in
Why: Request 2Scenario including
Why: Request 3Respond with Request 4Respond with Request 5Aside: |
I'd say in this hypothetical URI scheme, we're treating URIs as graph indicators and not resources in a tree, so they would both refer to the same thing. I understand the decision given we decided to go with a tree oriented structure |
Let's say I would like to save information about me on my pod at
/people/jackson
and access information about my friends at/people/jackson/friends/pat
. Should this be possible? In other words, should the following requests fail?Request 1:
Expected Result:
Request 2:
Expected Result:
Request 3:
Expected Result:
Request 4:
Expected Result:
Request 5:
Expected Result:
The text was updated successfully, but these errors were encountered: