Page MenuHomePhabricator

blog_name not required on trackback.php
Closed, ResolvedPublic

Description

Author: kaikkd

Description:
http://www.sixapart.com/pronet/docs/trackback_spec
According to it, 'blog_name' is a not required parameters.

And after commit trackback, a target page wants purge a cache.

I made a patch.
(also fixed Bug 6447, Bug 6892)


Version: 1.8.x
Severity: normal

Details

Reference
bz7147

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:24 PM
bzimport set Reference to bz7147.
bzimport added a subscriber: Unknown Object (MLST).

kaikkd wrote:

patch for rev.16249 (trackback.php)

Attached:

Hmm, why does the patch try to commit two transactions, but doesn't appear to open any?

wrt bug 6892, it looks like the patched file will still throw errors if arrays are passed as
parameters instead of the expected strings.