Ticket #1229 (closed defect: fixed)
"URIError: malformed URI sequence" exception when wikifying links
| Reported by: | FND | Owned by: | JeremyRuston |
|---|---|---|---|
| Priority: | major | Milestone: | 2.6.1 |
| Component: | core | Version: | |
| Severity: | critical | Keywords: | |
| Cc: |
Description
test case:
wikify("[[foo % bar]]", document.body);
(note the unescaped percentage sign)
Seems like the prettyLink formatter should perhaps use encodeURIComponent?
Change History
Note: See
TracTickets for help on using
tickets.
