damnhandy / Handy-URI-Templates

A Java URI Template processor implementing RFC6570
https://damnhandy.github.io/Handy-URI-Templates/
Other
203 stars 37 forks source link

Invalid Characters #73

Open stormtroober opened 2 years ago

stormtroober commented 2 years ago

Hi, i have on Java a MalformedUriTemplateException regarding a - in a variable name. Reading, on the RFC6570 standard i found out that - is a valid literal, and so i don't understand this exception. This is where i read this: RfcSection21. - has ASCII code 2D which is included in the defined range %x28-3B