This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
URL based basic auth causes an infinite digest loop when setting $location.path #7321
Open
Description
If I supply a username / password in the URL such as "http://user@myurl" then any navigation done on that page through the $location.path setter results in an infinite digest loop.
Removing the "user@" portion of the url fixes the issue and navigation behaves normally.