5 Dec 2011 18:40
URI-Templates: "^" allowed in literals or not?
Peter Johanson <peter <at> peterjohanson.com>
2011-12-05 17:40:28 GMT
2011-12-05 17:40:28 GMT
I have been working on an implementation of URI Templates in C#, and came upon some ambiguity in the spec. In section 2.1 Literals, the ABNF includes %x5D-5F in the set for literals, but the comment mentions that literals should be 'any Unicode character except ... , "^", .. ' but "^" is %x5E. Is "^" in the set of literals or no? Thanks in advance, -pete
RSS Feed