URL encode key value pairs in x-goog-request-params #12232
Labels
cpp: operator
Good things for the operator to fix
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Per https://google.aip.dev/client-libraries/4222
This mostly affects the metadata decorators.
@dbolduc 's understanding is that we encode the keys and values and leave the
&
and=
joiners as they are.We need to:
testing_util::ValidateMetadataFixture
RoutingMatcher
)testing_util::ValidateMetadataFixture
?maybe handwritten bigquery v2, although no requests seem to require routing. 🤷 (none of the requests set the params)legacy spanner admin, if we care to(We don't care to keep spanner legacy admin classes up to date, since it is legacy and now generated)The text was updated successfully, but these errors were encountered: