This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Transition URL with ampersands #1251
Closed
Description
Hi
When a page transitions to another page that contains multiple parameters separated by & it sets the URL to have &
So for example if the link is
test.html?id=2&debug=true
After the transition it becomes test.html?id=2&debug=true. This causes page cache issues.
The following code fixes is redirectLoc = redirectLoc.replace(/&/g,'&'); need to work out how to submit patches :)
Regards,
Alex
Metadata
Metadata
Assignees
Labels
No labels