Re: [web-annotation] Protocol examples should use comma separated headers in examples

So...we have a new problem...from [RFC 7230 (bottom of page 
5)](https://tools.ietf.org/html/rfc7240#page-5):

```
   To avoid any possible ambiguity, individual preference tokens 
SHOULD
   NOT appear multiple times within a single request.  If any 
preference
   is specified more than once, only the first instance is to be
   considered.  All subsequent occurrences SHOULD be ignored without
   signaling an error or otherwise altering the processing of the
   request.  This is the only case in which the ordering of 
preferences
   within a request is considered to be significant.
```

If I'm reading that correctly, the way we're using `Prefer` doesn't 
work...as the last value "wins" meaning the server can't really use 
them both together. (Proposal for fixing forthcoming).

-- 
GitHub Notification of comment by BigBlueHat
Please view or discuss this issue at 
https://github.com/w3c/web-annotation/issues/333#issuecomment-236916116
 using your GitHub account

Received on Tuesday, 2 August 2016 14:12:46 UTC