Opened 13 years ago
Last modified 6 years ago
#20214 new defect (bug)
Pingback discovery doesn't strip fragment identifiers from URL
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.3 |
Component: | Pings/Trackbacks | Keywords: | needs-refresh dev-feedback |
Focuses: | Cc: |
Description
To reproduce:
- Insert a link containing a fragment identifier into a post, e.g.,
http://localhost/wp/helloworld/#comments
. - Save post.
- Observe the URL which WordPress attempts to retrieve in
discover_pingback_server_uri()
- the requested path contains the#fragment_identifier
, which it shouldn't, and in most cases will result in a 404, thus the pingback fails.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
This happens for enclosures, too. Those URLs should not be changed, right?