-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Routing encoding changed by 1.6.7 #16361
Comments
@petebacondarwin looks like this is another effect of the encoding change. Can you see if this would be fixed by your follow-up PR(s)? |
I'm hoping that this will be fixed by #16354 |
Have a similar issue regarding '@' and thought it might be a ui-router bug. Initial http call to our spring app works correctly, '/[email protected]' => '/whatever%40dom.com'. But then for some reason it fires again, '/whatever%2540dom.com'. Might be a combined issue with ui-router as well. |
Issue does seem to be resolved in 1.6.8-build.5518 though my own testing has been limited. |
Hm...where did you get |
That was the version in https://code.angularjs.org/snapshot/angular.min.js 2 days ago. |
Interesting. So the build numbers for |
I think you had a caching issue @gkalpak - looking right now we have: angular.js:
and angular.min.js:
|
Indeed 😕 Thx for checking 😃 |
Looking at the changelog it seems 1.6.8 has been released but is not yet on npm. Any idea when it is going to get published? |
We wanted to release 1.6.8 on Monday, but encountered a problem we're trying to fix. I can't promise it'll be done this week. |
We have an infrastructure issue in our release jobs @robscotts4rb - sorry. Working on it. |
Release is in progress... fingers crossed it will complete :-) |
1.6.8 is out on npm :) |
I'm submitting a ...
Current behavior:
route parameters that are URI's are encoded twice in 1.6.7
Expected / new behavior:
encoding of route parameters has changed between 1.6.6 and 1.6.7. I've added a plunker to demonstrate. Prior to 1.6.7 a colon appearing in a routing parameter isnot encoded. Now it appears to be double encoded from ':' to '%3A' to '%253A'
Minimal reproduction of the problem with instructions:
https://plnkr.co/edit/WUhkuQ2TU0WG43rqO0Nx?p=preview
AngularJS version: 1.6.7
Browser: [ Chrome 62 | Firefox 57 | probably all]
Anything else:
The text was updated successfully, but these errors were encountered: