Closed
Bug 1512538
Opened 7 years ago
Closed 7 years ago
querystring with a "@" inside is failing
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: jayro.j, Unassigned)
Details
(Keywords: testcase-wanted)
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36
Steps to reproduce:
Im using this lines in a page with javascript to clear de querystring:
$location.url($location.path());
history.replaceState({}, document.title, $location.$$absUrl);
then, if the querystring contains the character "@" and if the page is reloaded, this reoald without querystring if contains this character reload with querystring.
Comment 1•7 years ago
|
||
Please provide a self-contained standalone testcase.
variables and methods you're using in the code is not standard one, and the codelet itself doesn't work alone.
Flags: needinfo?(jayro.j)
| Reporter | ||
Comment 2•7 years ago
|
||
Only is need Angular.
https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.8/angular.min.js
(this is the versión i'm using)
Flags: needinfo?(jayro.j)
Comment 3•7 years ago
|
||
Please provide a self-contained HTML file which demonstrates the issue.
putting those 2 scripts in single HTML file throws `ReferenceError: $location is not defined`
Flags: needinfo?(jayro.j)
Keywords: testcase-wanted
Updated•7 years ago
|
Summary: querystring → querystring with a "@" inside is failing
Comment 4•7 years ago
|
||
Not enough info, closing.
Please reopen with the info requested in comment #3
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Flags: needinfo?(jayro.j)
You need to log in
before you can comment on or make changes to this bug.
Description
•