Ticket #8141 (closed defect: fixed)
&# construction in URL mistakenly interpreted as HTML entity
| Reported by: | bakert | Owned by: | earthmkii |
|---|---|---|---|
| Milestone: | Adium 1.4 | Component: | Adium Core |
| Version: | Severity: | normal | |
| Keywords: | Cc: | ||
| Patch Status: | Accepted |
Description
If a querystring in a URL pasted into adium ends in & and is followed by an anchor that is an integer the link will not work.
Steps to reproduce:
- Paste " http://example.com/index.html?x=1쁈" into Adium
Actual:
- 쁈 is interpreted as HTML entity 쁈 - one of the "Hangul Syllables" (you can see it by mousing over the link or clicking it) - this stops the link from working.
Expected:
- Link should be interpreted literally as a link to anchor with name="49224" on page http://example.com/index.html?x=1
This is a valid URL according to RFC 2396.
Adium Version: 1.1.3 (Sunday Sept 30th 2007) OS X Version: 10.4.10
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

