daviddenton / fintrospect

Implement fast, type-safe HTTP webservices for Finagle
http://fintrospect.io
Apache License 2.0
90 stars 10 forks source link

Path parameter values not being encoded at all in clients #7

Closed daviddenton closed 9 years ago

daviddenton commented 9 years ago

Path parts need to be encoded correctly, with the exception of reserved characters.

See here for details of the reality of this issue: http://blog.lunatech.com/2009/02/03/what-every-web-developer-must-know-about-url-encoding

daviddenton commented 9 years ago

Fixed in v8.2.0