Closed
Bug 1735065
Opened 4 years ago
Closed 4 years ago
Firefox re encodes encoded urls while opening via the terminal on a Mac
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: shandilkartikay, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:93.0) Gecko/20100101 Firefox/93.0
Steps to reproduce:
Get a percent-encoded url: https://somewebsite.com/query?param1=hello%20hello
Open terminal on mac ( MAC Catalina )
Run
open -a firefox "https://somewebsite.com/query?param1=hello%20hello"
Actual results:
URL on the top bar was "https://somewebsite.com/query?param1=hello%2520hello"
Expected results:
URL should have been "https://somewebsite.com/query?param1=hello%20hello"
| Reporter | ||
Updated•4 years ago
|
Summary: Firefox re encodes encoded urls while opening via commandline on a Mac → Firefox re encodes encoded urls while opening via the terminal on a Mac
| Reporter | ||
Updated•4 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•