Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

& in strings passed are escaped as & not good for URLs #14

Closed
paulkotzsymbiote opened this issue May 31, 2018 · 1 comment
Closed

Comments

@paulkotzsymbiote
Copy link

When passing a link string like:

http://mycoolwebsite/links/getForm?Search=&Sort_By=&Sort_Direction=&start=0

into a component, it renders as

http://mycoolwebsite/links/getForm?Search=&Sort_By=&Sort_Direction=&start=0

Which won't go to the desired page.

@silbinarywolf
Copy link
Contributor

silbinarywolf commented Aug 2, 2018

@paulkotzsymbiote
Fixed and in release:

This bug should not occur in SilverStripe 4.X but if it happens to be there, we'll need to up-port(?) the test

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

No branches or pull requests

2 participants