﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
15549,WordPress fails to ping whole url if there's an ampersand,unpix,markjaquith,"I have a custom blog and I noticed a problem with pingbacks from Wordpress blogs. When writing a post in Wordpress, it encodes the ""&"" properly to 
{{{
&amp;
}}}
html entity.

However, when it tries to ping the url, it uses the url where the ampersands are encoded as html entities. This causes Wordpress to strip out every GET variable after the first one, for example:

{{{
URL should be:

http://example.com/index.php?a=b&c=d

but it is

http://example.com/index.php?a=b&amp
}}}

So Wordpress misses everything after the first variable in the url and fails to ping the right url.

I can see this from my server logs.",defect (bug),closed,normal,,Pings/Trackbacks,3.1,normal,duplicate,,
