Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AddRequestParameterGatewayFilterFactory Invalid URI query, can not deal with encoded path segment #2726

Closed
scuhzq opened this issue Sep 19, 2022 · 0 comments
Labels
Milestone

Comments

@scuhzq
Copy link

scuhzq commented Sep 19, 2022

1 why RemoveRequestParameterGatewayFilterFactory】use build()

URI newUri = UriComponentsBuilder.fromUri(request.getURI())
		.replaceQueryParams(unmodifiableMultiValueMap(queryParams)).build().toUri();

but AddRequestParameterGatewayFilterFactory use build(true)

URI newUri = UriComponentsBuilder.fromUri(uri).replaceQuery(query.toString()).build(true).toUri();

image

2 why this issues closed silently?
#1742

@spencergibb spencergibb added this to the 4.1.2 milestone Mar 13, 2024
@spencergibb spencergibb changed the title AddRequestParameterGatewayFilterFactory Invalid URI query,can not deal with encoded path segment AddRequestParameterGatewayFilterFactory Invalid URI query, can not deal with encoded path segment Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants