mysociety / popit-api

DEPRECATED - Development on PopIt has stopped and it is no longer being maintained
https://goo.gl/Vvej4Q
Other
17 stars 3 forks source link

Encode record id whenever it's included in a url #131

Closed chrismytton closed 9 years ago

chrismytton commented 9 years ago

This ensures that '?', '/' and other characters are properly encoded in the url so there are no accidental 404s.

Part of https://github.com/mysociety/popit/issues/769

struan commented 9 years ago

Looks good