mikekelly / hal-browser

An API browser for the hal+json media type
MIT License
835 stars 157 forks source link

Escape url in query uri dialogues #54

Closed martinbooth closed 9 years ago

martinbooth commented 9 years ago

If a url contains something such as &curren in it (e.g /abc?a=1&current_value=50) then the url is displayed with a symbol in place of the text &curren because the url is not escaped

/abc?a=1¤t_value=50

This is displayed in both URI Template and Expanded URI boxes

Pull request fixes this

mikekelly commented 9 years ago

thanks a lot