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

Location URL with special symbols #777

Open
mrrbodia opened this issue Feb 12, 2020 · 1 comment
Open

Location URL with special symbols #777

mrrbodia opened this issue Feb 12, 2020 · 1 comment

Comments

@mrrbodia
Copy link

Currently is not possible to create the location with url like this: 'news/edit/:groupCode',
where the groupCode contains special symbols like this: '!@#$%^&*test'. Thus, my URL looks like this: 'news/edit/!@#$%^&*test'.
I can manualy encode this url using the encodeURIComponent function, but your createLocation function uses decodeURI function. So, my changes will be incorrectly modified.
Is it possible to solve this problem in the nearest future?

@mrrbodia
Copy link
Author

I see there is some related issue #505
So, the fix was found.
Is it possible to merge this fix to master?

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

1 participant