<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>CKAN: Ticket #736: URL validation for CSW and WMS links</title>
    <link>http://localhost/ticket/736</link>
    <description>&lt;p&gt;
Robust against slightly incorrect URLs (e.g. with trailing slash, or without /csw), and non-CWS service which also return &amp;lt;ows:ExceptionReport ... /&amp;gt;.
&lt;/p&gt;
&lt;p&gt;
Both cases would be resolved by checking capabilities (with CswClient's  check_get_capabilities() method).
&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/736</link>
    </image>
    <generator>Trac 0.12.3</generator>
    <item>
      
        <dc:creator>thejimmyg</dc:creator>

      <pubDate>Fri, 07 Jan 2011 13:59:36 GMT</pubDate>
      <title>owner, type changed; priority, component set</title>
      <link>http://localhost/ticket/736#comment:1</link>
      <guid isPermaLink="false">http://localhost/ticket/736#comment:1</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;owner&lt;/strong&gt;
              changed from &lt;em&gt;johnbywater&lt;/em&gt; to &lt;em&gt;thejimmyg&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;priority&lt;/strong&gt;
                set to &lt;em&gt;minor&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;component&lt;/strong&gt;
                set to &lt;em&gt;uklii&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;type&lt;/strong&gt;
                changed from &lt;em&gt;story&lt;/em&gt; to &lt;em&gt;requirement&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>thejimmyg</dc:creator>

      <pubDate>Fri, 07 Jan 2011 14:15:47 GMT</pubDate>
      <title>summary changed</title>
      <link>http://localhost/ticket/736#comment:2</link>
      <guid isPermaLink="false">http://localhost/ticket/736#comment:2</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;summary&lt;/strong&gt;
                changed from &lt;em&gt;Robust CSW harvest source detection&lt;/em&gt; to &lt;em&gt;Robust CSW harvest source detection and tests&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
The tests we write for this would need to:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Submit harvest source form with valid CSW location
&lt;/li&gt;&lt;li&gt;Submit harvest source form with invalid CSW location
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
We can now close &lt;a class="closed ticket" href="http://localhost/ticket/790" title="story: Submit  harvest source form with valid CSW location (closed: duplicate)"&gt;#790&lt;/a&gt; and &lt;a class="closed ticket" href="http://localhost/ticket/791" title="story: Submit harvest source form with invalid CSW location (closed: duplicate)"&gt;#791&lt;/a&gt;. Note that discussion on end-to-end testing is now at &lt;a class="closed ticket" href="http://localhost/ticket/784" title="task: End to end testing for UKLP (closed: wontfix)"&gt;#784&lt;/a&gt;.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>thejimmyg</dc:creator>

      <pubDate>Tue, 01 Feb 2011 20:39:27 GMT</pubDate>
      <title>summary changed</title>
      <link>http://localhost/ticket/736#comment:3</link>
      <guid isPermaLink="false">http://localhost/ticket/736#comment:3</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;summary&lt;/strong&gt;
                changed from &lt;em&gt;Robust CSW harvest source detection and tests&lt;/em&gt; to &lt;em&gt;URL validation for CSW and WMS links&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
We also need to check WMS URLs added to package resources to check they are genuine WMSs.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>thejimmyg</dc:creator>

      <pubDate>Mon, 09 May 2011 10:42:35 GMT</pubDate>
      <title>status, owner changed; theme, repo, state, milestone set</title>
      <link>http://localhost/ticket/736#comment:4</link>
      <guid isPermaLink="false">http://localhost/ticket/736#comment:4</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;assigned&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;theme&lt;/strong&gt;
                set to &lt;em&gt;none&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;repo&lt;/strong&gt;
                set to &lt;em&gt;ckan&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;state&lt;/strong&gt;
                set to &lt;em&gt;draft&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;milestone&lt;/strong&gt;
                set to &lt;em&gt;ckan-v1.4-sprint-7&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;owner&lt;/strong&gt;
              changed from &lt;em&gt;thejimmyg&lt;/em&gt; to &lt;em&gt;amercader&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
We now check WMS links. The CSW link checking could be more robust. New proposal is:
&lt;/p&gt;
&lt;p&gt;
Check that a URL with a / is treated the same way as one without. Treated as the same if same port, scheme, domain and path (ie query string and fragment are ignored, port is normalised away)
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>amercader</dc:creator>

      <pubDate>Mon, 09 May 2011 17:53:18 GMT</pubDate>
      <title>status changed; resolution set</title>
      <link>http://localhost/ticket/736#comment:5</link>
      <guid isPermaLink="false">http://localhost/ticket/736#comment:5</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;assigned&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;
See
&lt;a class="ext-link" href="https://bitbucket.org/okfn/ckanext-harvest/changeset/a7b6d8c0dde7"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://bitbucket.org/okfn/ckanext-harvest/changeset/a7b6d8c0dde7&lt;/a&gt;
&lt;a class="ext-link" href="https://bitbucket.org/okfn/ckanext-harvest/changeset/40de12fada74"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://bitbucket.org/okfn/ckanext-harvest/changeset/40de12fada74&lt;/a&gt;
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item>
 </channel>
</rss>