-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
%2d in querystring converted to space instead of plus #52
Comments
@tiljanssen You are correct, sorry for this, please use 1.3.1 for now. |
@bigopon related, right? aurelia/path#30 |
@davismj yes. We can close that with the revert pr too |
+1, I have issues since this commit 957532d too. The decodeURIComponent added really messes up the parameters while navigating. |
This has been fixed, waiting for a released from @EisenbergEffect |
@bigopon It appears that CI is broken. That's why this never released. The changes made on |
@bigopon @EisenbergEffect The reason CI fails is because there is no version bump in the |
I'm submitting a bug report
1.3.2
Please tell us about your environment:
Operating System:
Windows 10
Node Version:
9.4.0
NPM Version:
5.6.0
JSPM OR Webpack AND Version
webpack 4.29.0
Browser:
Chrome
Language:
TypeScript
Current behavior:
Since 1.3.2 %2B (+) in the querystring is replaced by space in the params object passed to the Activate() function.
Probably related to 957532d
Expected/desired behavior:
What is the expected behavior?
What is the motivation / use case for changing the behavior?
The text was updated successfully, but these errors were encountered: