GoogleCloudPlatform / go-endpoints

Cloud Endpoints for Go
https://go-endpoints.appspot.com
Apache License 2.0
255 stars 56 forks source link

Parameters from URL path are not decoded. #116

Open zboralski opened 8 years ago

zboralski commented 8 years ago

Parameters from URL path are not decoded. e.g. users/{value}. Shouldn't we decode them?

odeke-em commented 7 years ago

@zboralski could you please elaborate more how this affects the package and for users? How did you notice this?