Open
Bug 249220
Opened 21 years ago
Updated 18 years ago
Bugzilla should honor angle brackets per RFC2396, Appendix E
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
NEW
People
(Reporter: timeless, Unassigned)
Details
Bugzilla should honor angle brackets per RFC2396, Appendix E
Bugzilla resultsv
________________________________________________________________________
<http://www.njherald.com/news/newspro/viewnews.cgi?newsid1087823608,46779,>
-------------------------------------------------------------------------
Expected results^
gmail and mozmail get this right.
Comment 1•20 years ago
|
||
Timeless, can you summarize what needs to be done here?
Comment 2•20 years ago
|
||
What should be done here is when an URI scheme indicator immediately follows an
opening angle bracket, everything between that opening angle bracket and the
closing one should be linked, regardless if it matches what we expect a URL to
look like. Whitespace within that construct is supposed to be unwrapped and
collapsed for the contents of the href="". If there is no closing angle
bracket, we fall back on our existing "if it looks like a URL" matching mechanism.
Same goes for a URL surrounded by double-quote marks, according to the RFC.
Comment 3•20 years ago
|
||
quick link to the RFC:
http://www.ietf.org/rfc/rfc2396.txt
Updated•19 years ago
|
QA Contact: mattyt-bugzilla → default-qa
![]() |
||
Updated•18 years ago
|
Assignee: myk → create-and-change
You need to log in
before you can comment on or make changes to this bug.
Description
•