Skip to content

Mixing param & param-raw has unexpected results #26

@ignorabilis

Description

@ignorabilis

Snippet:

(uri/param
  (uri/param-raw
    (uri/uri "https://aaa.com")
    "a"
    "http://localhost:1111/user")
  "b"
  "something else")

produces this:
#<Uri https://aaa.com?a=http%3A%2F%2Flocalhost%3A1111%2Fuser&b=something+else>

My expectation was parameters to be added without the other parameteres being modified.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions