You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: