-
Bug
-
Resolution: Done
-
Major
-
None
-
2.6 GA
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
+
If we have a mapping rule like /foo/
{bar}/baz
when we run curl "apicast.url/foo/bar%20%20bar/baz" we get a 404 error.
This is because here(https://github.com/3scale/APIcast/blob/68faa71/gateway/src/apicast/proxy.lua#L245) we use ngx.var.uri that unescape HTML chars.