Skip to content
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

Duplicate Assertions on Protocol Bindings #735

Closed
egekorkan opened this issue Apr 8, 2022 · 5 comments
Closed

Duplicate Assertions on Protocol Bindings #735

egekorkan opened this issue Apr 8, 2022 · 5 comments

Comments

@egekorkan
Copy link
Contributor

While working on #676, I have realized that there are the following assertions and they mean the same thing:

  • At 6.6.2

Form fields are optional and MAY further specify the expected request message for the given operation.

  • At 6.7.3

Protocol Bindings MAY have additional information that specifies representation formats in more detail than the media type alone.
These are not exactly the same thing but the first one is a superset of the latter.

@egekorkan
Copy link
Contributor Author

Also, the last part of the following sentence says the same thing but without an RFC assertion:

A form can be viewed as a statement of "To perform an operation type operation on form context , issue a request method request to submission target " where the optional form fields may further describe the required request.

@mlagally
Copy link
Contributor

mlagally commented May 18, 2022

@egekorkan,
I think it is justified to have these two requirements.
The first is about form fields, the second about protocol bindings.

If you think it should be further clarified,
can you please create a PR.

@mlagally
Copy link
Contributor

Also, the last part of the following sentence says the same thing but without an RFC assertion:

A form can be viewed as a statement of "To perform an operation type operation on form context , issue a request method request to submission target " where the optional form fields may further describe the required request.

This is just explanatory text, I don't think we have to make it a normative assertion.

@mlagally
Copy link
Contributor

Arch call on June23rd: decide to close.

@egekorkan
Copy link
Contributor Author

I don't know why this issue is closed but it is not done

@egekorkan egekorkan reopened this Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants