solid / specification

Solid Technical Reports
https://solidproject.org/TR/
MIT License
493 stars 44 forks source link

Conformance critieria for headers with multiple field values #71

Open kjetilk opened 5 years ago

kjetilk commented 5 years ago

When writing a test for OPTIONS, it is not clear what the conformance criteria would be. In particular, how the multiple field values should be treated, would an implementation be conformant if it had a subset of the indicated values? Exactly the same? Superset?

RubenVerborgh commented 5 years ago

That and CORS, I would say.

kjetilk commented 5 years ago

Indeed. There's a bunch of them. And it is an open world in that RFC7230 does not define the syntax of field values, but I think a comma separated list will work for now.

csarven commented 3 years ago

https://tools.ietf.org/html/rfc8941