platform icon indicating copy to clipboard operation
platform copied to clipboard

Strings are not url-encoded within filters

Open rklipach opened this issue 3 years ago • 1 comments

I'm not sure is it a bug or some kind of misconfiguration on my side - could you please clarify it?

When I'm using built-in grid-filters or global search - string are not going to be url-encoded before putting into HTTP request.

i.e. when I'm putting a+b it is going to be converted to a%20b instead of a%2Bb,
when I'm putting a&b it is going to be converted into 2 parameters a&b= instead of single parameter with value a%26b.

Please, let me know if I described the issue unclearly and you need more details.

Thank you in advance!

rklipach avatar Jan 07 '22 16:01 rklipach

@tabuna

Please, propagate to 10.x branch too. Thank you in advance!

rklipach avatar Feb 16 '22 13:02 rklipach