Closed
Description
This PR to gRFC A47 - xDS Federation , raised a question on how gRPC-go does URL encoding of /
's. It seems like we do URL encoding of the path "excluding the slashes" intentionally here.
The expected behavior is that we URL encode everything (including the /
's) from the URI path.
This issue is to track this investigation. We need to add a test case, if we don't have one.