Open
Bug 883258
Opened 12 years ago
Updated 10 months ago
Copy URL does not escape period at the end with %2E
Categories
(Firefox :: Address Bar, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: zapodlo, Unassigned)
Details
(Whiteboard: [necko-would-take])
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:22.0) Gecko/20100101 Firefox/22.0 (Beta/Release)
Build ID: 20130605070403
Steps to reproduce:
* Navigate to a URL that ends in a period
* Single click URL in the URL bar, and copy it
* Paste it in an email (e.g. gmail) to be sent to a friend
Actual results:
The trailing period is not escaped, and gmail (as well as possibly other systems) will think the period is part of a sentence, not URL, making the URL invalid.
Expected results:
On copy, FF should have escaped the trailing period with %2E.
Updated•12 years ago
|
Component: Untriaged → Networking
Product: Firefox → Core
Summary: Copy URL does not escape period at the end → Copy URL does not escape period at the end with %2E
Updated•9 years ago
|
Whiteboard: [necko-would-take]
Comment 1•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
Component: Networking → Address Bar
Product: Core → Firefox
Version: 22 Branch → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•