damnhandy / Handy-URI-Templates

A Java URI Template processor implementing RFC6570

Home Page:https://damnhandy.github.io/Handy-URI-Templates/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid Characters

stormtroober opened this issue · comments

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