-
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
Language and aref hooks for other specs #260
Comments
I agree that non-protocol spec proposals shouldn't specify protocol level stuff - goes against orthogonal-specs. With some exceptions, I agree that the Protocol spec can include widely used/agreed terminology that's useful for specs that may need to normatively or non-normatively reference them. For something like "non-existent resource error", I'd prefer to not define that or terms alike all while within the framework of HTTP. I agree re |
Yup, good!
The problem is that AFAICS, RFC7231 doesn't have terminology that for example encompasses both
👍 |
Right that 7231 doesn't fixate on a term but it does express that in different ways - along the lines of a representation being available (or not) for the effective request URI. I'm just saying that it is okay to use creative license on something like this. |
Right, but I think the creative license is owned by us, and that we should use it to invent terms where they don't exist that the rest of the Solid ecosystem should, errrr, MUST use :-) |
After thinking a bit about general editorial issues in the protocol, I think the issue that got most prominent in my mind was that we need more hooks for other specs to reference when they need to. Let me take a concrete example:
In the interop spec, they say e.g.:
This is actually and additional restriction on the implementations of Solid servers (as the protocol specifies that amongst other things, a
410
may be returned if the resource has previously existed), which shouldn't be done, and shouldn't be necessary to do.Instead, specs like the interop specs should have terms to point to, something like "return a non-existent resource error if TREE or REGISTRY cannot be successfully dereferenced.", and then, "non-existent resource error" is a term that we should use in the protocol spec to refer to that kind of situation, and then say that it would mean
404
or410
or whatever. Those terms should also haveid
s, so that they can link right to them.This, I hope, will enable other specs to not define anything that has to do with the protocol, and so enable orthogonality.
The text was updated successfully, but these errors were encountered: