You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the HTTP client, we have a test that checks that '+' signs are URL encoded only when they are part of the query param. If they are part of the path, we don't expect to encode them.
We use Google's HTTP client to take care of the encoding
What should we do?
To mitigate, we keep using Google HTTP client 1.45.2 instead of upgrading.
We should determine whether we want to stay compliant with the previous decision to encode the '+' sign only in particular cases