#31213 closed defect (bug) (fixed)
oEmbed discovery fails on XML-encoded link URLs
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.2 | Priority: | normal |
| Severity: | normal | Version: | 4.1 |
| Component: | Embeds | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Special characters like & in URLs should be encoded in HTML pages (& becomes &).
Wordpress' oEmbed discovery in WP_oEmbed::discover() does not decode the encoded entities and then tries to fetch URLs like
It should use htmlentities_decode() on the extracted URLs.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 31413: