skybrud / Skybrud.Umbraco.Redirects

Redirects manager for Umbraco.
https://packages.limbo.works/skybrud.umbraco.redirects/
MIT License
36 stars 41 forks source link

Double querystrings #189

Closed bjarnef closed 7 months ago

bjarnef commented 7 months ago

Which version of Skybrud Redirects are you using? (Please write the exact version, example: 4.0.8)

4.0.17

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

12.2.0

Bug description

I noticed when creating a URL with querystring and then edit it afterwards, the redirect has double querystring.

Before

/test?hello=world

image

After

/test?hello=world?hello=world

image

abjerner commented 7 months ago

@bjarnef thanks for reporting 👍

I can't remember if I changed something in the C# model. But now it's at least fixed for the U13 pre release.

I will look into cherry picking it back to V4 😉

abjerner commented 7 months ago

And now it's fixed in v4.0.18 as well 😎