Simon Fell > Its just code > RSSBandit

Sunday, April 13, 2003

Looks like the Comment API implementation doesn't use any of the XML API's to generate the comment XML, When I use it to reply to a post with an & in the title, it generates this POST
POST /weblog/stories/comments.html?pid=22 HTTP/1.1
User-Agent: RssBandit 1.0d
Content-Type: text/xml
Content-Length: 244
Expect: 100-continue
Host: localhost

<item>
 <title>RE: RESTLog.NET Installation & Configuration</title>
 <link>http://localhost/weblog</link>
 <pubDate>4/12/2003 10:02:23 PM</pubDate>
 <description>did it work ?</description>
 <author>Simon Fell &lt;sf@sf.com&gt;</author>
</item>