Unexpected exception in UriComponentsBuilder with a valid URI. #32815
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: declined
A suggestion or change that we don't feel we should currently apply
Query string parameters with equals in the value throw and exception in build method:
Exception:
I use
true
because the source is already a valid URI and I do not want a doble escape in the param1.I did not find anything in any standard or convention that says that this character is forbidden, I tried different implementations and they worked as espected: URLSearchParams in any browser, node queryparams, etc.
Expected behaviour:
param2
equals1=2
References:
URL (Web API) example:
The text was updated successfully, but these errors were encountered: