<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>CKAN: Ticket #1504: Action API given blank data causes exception</title>
    <link>http://localhost/ticket/1504</link>
    <description>&lt;p&gt;
This is what caused the exception:
&lt;/p&gt;
&lt;pre class="wiki"&gt;curl http://localhost:5000/api/action/package_search -d='{"q": "osm"}'
&lt;/pre&gt;&lt;p&gt;
The problem is the content-type is formencoding, the '=' is the first character of the request, and so internally the data_dict is set to ' ', which needs to be a dictionary.
&lt;/p&gt;
</description>
    <language>en-us</language>
    <image>
      <title>CKAN</title>
      <url>http://assets.okfn.org/p/ckan/img/ckan_logo_shortname.png</url>
      <link>http://localhost/ticket/1504</link>
    </image>
    <generator>Trac 0.12.3</generator>
    <item>
      
        <dc:creator>dread</dc:creator>

      <pubDate>Thu, 01 Dec 2011 16:41:55 GMT</pubDate>
      <title>status changed; resolution set</title>
      <link>http://localhost/ticket/1504#comment:1</link>
      <guid isPermaLink="false">http://localhost/ticket/1504#comment:1</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;new&lt;/em&gt; to &lt;em&gt;closed&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;resolution&lt;/strong&gt;
                set to &lt;em&gt;fixed&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Fixed in cset:725670972371 on master, aimed for release 1.5.2.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>dread</dc:creator>

      <pubDate>Fri, 16 Dec 2011 11:45:28 GMT</pubDate>
      <title></title>
      <link>http://localhost/ticket/1504#comment:2</link>
      <guid isPermaLink="false">http://localhost/ticket/1504#comment:2</guid>
      <description>
        &lt;p&gt;
Cherry picked for 1.5.1.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item>
 </channel>
</rss>