hal4j / uritemplate

Java implementation of RFC 6570 (URI template)
Apache License 2.0
3 stars 0 forks source link

Fragment expansion should not pct-encode reserved chars #7

Closed C06A closed 9 months ago

C06A commented 1 year ago

According to RFC-6570 in case of reserved chars the Fragment Expansion should differ from Reserved Expansion only in the prefix char. Here the Reserved Expansion do not expand reserved chars, but Fragment Expansion does.

ivan-gammel commented 9 months ago

Re-implemented per RFC 6570 specification