-
Notifications
You must be signed in to change notification settings - Fork 12
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
Can we drop singleProtocolNew
?
#125
Comments
The case 2. was provided as an example of an implementation that would use the "new" format even for the case where the offered protocol is a single one (I'm sure we can find some relevant discussion in the PRs from last year - and yes this would be granted an ADR record!). Reva is one such implementation where we went straight for the new format in all cases. |
But then why do you set name to |
That's a fair point indeed, and in Reva we did as you suggested: |
Related to #104.
Looking at the API spec there are 3 ways to specify that WebDAV and nothing else is offered:
singleProtocolLegacy
)singleProtocolNew
) -> why do we need this?multipleProtocols
)Can we remove the second one?
Note that if we decide to drop
name
in #104 then 2. and 3. automatically become identical.The text was updated successfully, but these errors were encountered: