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

function SmartConcat destroys queryparams if one contains a colon character #50

Open
fperana opened this issue Mar 22, 2024 · 1 comment

Comments

@fperana
Copy link
Contributor

fperana commented Mar 22, 2024

This code:

    if IsAbsoluteUrl(LValue) then
      Result := LValue
    else
      Result := Result + LValue;

will overwrite any previous parameter if a subsequent one contains the colon character in its payload.

This can be resolved by correctly encoding the parameters' string, which is now broken in WiRL 4.5.

@paolo-rossi
Copy link
Member

Hello @fperana,

can you post a sample of such a parameter?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants