You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I have an application in which $location uses default (hashbang) mode and the base URL is something like - http://myserver.com:8080/?appStage=D. The application was upgraded to Angular 1.1.5 last week. Since then, when I enter the above url in the browser location bar I observe that the query params are getting duplicated like this - http://myserver.com:8080/?appStage=D#/welcome?appStage=D.
I have done some investigation and have created two test-cases. Here is a code of the test cases - https://gist.github.com/ospatil/5728023. These test-cases can be copied into "HashbangUrl" suite of locationSpec.js and run. The first that uses LocationHashbangUrl fails but second that uses the same url but works with LocationHtml5Url passes.
The text was updated successfully, but these errors were encountered:
I can also repot the same thing happening to me, we put it Angular v1.1.5 last week to do a trial run and notice that our server query params seem to duplicate on every page
This is happening in 1.2.14 in hashbang mode, but isn't happening in html5 mode. In html5 mode, though, when loading a page that is outside of the baseurl, I'm getting an angularJS error (I think the error is in parseAppUrl() in angular.js:8678, but I'm not 100% sure).
I have an application in which $location uses default (hashbang) mode and the base URL is something like - http://myserver.com:8080/?appStage=D. The application was upgraded to Angular 1.1.5 last week. Since then, when I enter the above url in the browser location bar I observe that the query params are getting duplicated like this - http://myserver.com:8080/?appStage=D#/welcome?appStage=D.
I have done some investigation and have created two test-cases. Here is a code of the test cases - https://gist.github.com/ospatil/5728023. These test-cases can be copied into "HashbangUrl" suite of locationSpec.js and run. The first that uses LocationHashbangUrl fails but second that uses the same url but works with LocationHtml5Url passes.
The text was updated successfully, but these errors were encountered: