Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

A trailing slash is trimmed #24

Open
LukasRychtecky opened this issue Mar 7, 2017 · 1 comment
Open

A trailing slash is trimmed #24

LukasRychtecky opened this issue Mar 7, 2017 · 1 comment

Comments

@LukasRychtecky
Copy link

Hi,

thank you for creating this useful library!

I ran out into a problem, but I'm not sure if it's a bug or a design decision. Here is an example:

(-> "http://myserver.com/path/ url (update :query {:param "value"}) str) ; http://myserver.com/path?param=value

A trailing slash is trimmed from (before ?). What I expect:

(-> "http://myserver.com/path/ url (update :query {:param "value"}) str) ; http://myserver.com/path/?param=value

What do you think?

@agriffis
Copy link

dup of #9

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

No branches or pull requests

2 participants