Skip to content

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

@fperana

Description

@fperana

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions