Skip to content

Conversation

@Priyansh121096
Copy link

No description provided.

@cla-bot cla-bot bot added the cla-signed label Sep 8, 2025
@vagaerg
Copy link
Member

vagaerg commented Dec 8, 2025

#205 made an interesting observation, that the rewriter cannot rewrite query parameters. This PR addresses that

requireNonNull(finalRequestKey, "finalRequestKey is null");
requireNonNull(finalRequestHeaders, "finalRequestHeaders is null");
requireNonNull(finalQueryParameters, "finalQueryParameters is null");
finalQueryParameters = finalQueryParameters.map(ImmutableMultiMap::copyOf);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit - we don't need the requireNonNull if we are invoking a method on the object already

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants