rize / UriTemplate

PHP URI Template (RFC 6570) supports both URI expansion & extraction
MIT License
403 stars 15 forks source link

issue w/ tests & uri-tempaltes submodule #11

Closed SignpostMarv closed 5 years ago

SignpostMarv commented 6 years ago

I've just been tinkering with this repo, adding in the tests repo as a submodule & discovered that it fails on "/lookup{?Stra%C3%9Fe}", "/lookup?Stra%C3%9Fe=Gr%C3%BCner%20Weg"

the url-encoded unicode characters are getting double-encoded, leading to %C3 becoming %25C3- I tried to tinker around but wasn't able to figure out the appropriate location to adjust the parameters.