#66 closed defect (bug) (fixed)
tracback fails for TB-URIs with querystring
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | minor | Version: | |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
file: /wp-incldues/functions.php
function: trackback()
If a trackback uri contains a querystring (i.e. http://foo.net/bar.php?id=00) the trackback fails with a 404 error.
The http_request contains a path and a querystring, but does not seperate them by a questionmark.
Adding a questionmark solves the problem:
$http_request = 'POST ' . $trackback_urlpath? . "?" .$trackback_urlquery? . " HTTP/1.0\r\n";
Change History (3)
Note: See
TracTickets for help on using
tickets.
http://wordpress.org/pipermail/cvs_wordpress.org/2004-July/000157.html