<!-- 
RSS generated by JIRA (4.4#649-r158309) at Sat May 25 00:17:32 CDT 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://dev.clojure.org/jira/si/jira.issueviews:issue-xml/CLASSPATH-4/CLASSPATH-4.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Clojure JIRA</title>
    <link>http://dev.clojure.org/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>4.4</version>
        <build-number>649</build-number>
        <build-date>25-07-2011</build-date>
    </build-info>

<item>
            <title>[CLASSPATH-4] clojure.java.classpath/classpath gives bogus %20 paths when there are spaces in the pathnames</title>
                <link>http://dev.clojure.org/jira/browse/CLASSPATH-4</link>
                <project id="10051" key="CLASSPATH">java.classpath</project>
                        <description>&lt;p&gt;Reproduce: In a directory called &quot;foo bar&quot;, create this project file:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;(defproject test-proj &lt;span class=&quot;code-quote&quot;&gt;&quot;1.0.0-SNAPSHOT&quot;&lt;/span&gt;
  :dependencies [[org.clojure/clojure &lt;span class=&quot;code-quote&quot;&gt;&quot;1.4.0&quot;&lt;/span&gt;]
                 [org.clojure/java.classpath &lt;span class=&quot;code-quote&quot;&gt;&quot;0.2.0&quot;&lt;/span&gt;]])&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;In the REPL:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;(require &apos;[clojure.java.classpath :as cp])
(cp/classpath)&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Expected results:&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;(... #&amp;lt;File /home/timmc/foo bar/src&amp;gt; ...)&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;Actual results:&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;(... #&amp;lt;File /home/timmc/foo%20bar/src&amp;gt; ...)&lt;/tt&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="15887">CLASSPATH-4</key>
            <summary>clojure.java.classpath/classpath gives bogus %20 paths when there are spaces in the pathnames</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="6" iconUrl="http://dev.clojure.org/jira/images/icons/status_closed.gif">Closed</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="-1">Unassigned</assignee>
                                <reporter username="timmc">Tim McCormack</reporter>
                        <labels>
                    </labels>
                <created>Wed, 12 Dec 2012 23:01:08 -0600</created>
                <updated>Fri, 18 Jan 2013 08:58:05 -0600</updated>
                    <resolved>Fri, 18 Jan 2013 08:58:05 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="30222" author="timmc" created="Wed, 12 Dec 2012 23:02:07 -0600"  >&lt;p&gt;This seems to be the result of how loader-classpath handles URL -&amp;gt; File conversion:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;#(java.io.File. (.getPath ^java.net.URL %))&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    <comment id="30227" author="timmc" created="Thu, 13 Dec 2012 17:39:08 -0600"  >&lt;p&gt;I think using clojure.java.io/as-file would be sufficient to handle this conversion properly.&lt;/p&gt;</comment>
                    <comment id="30422" author="timmc" created="Fri, 11 Jan 2013 15:10:20 -0600"  >&lt;p&gt;Attached patch uses clojure.java.io/as-file to handle URL -&amp;gt; File conversion.&lt;/p&gt;</comment>
                    <comment id="30452" author="stuart.sierra" created="Fri, 18 Jan 2013 08:58:05 -0600"  >&lt;p&gt;applied&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="11803" name="0001-CLASSPATH-4-Use-io-as-file-instead-of-treating-URL-a.patch" size="1007" author="timmc" created="Fri, 11 Jan 2013 15:10:20 -0600" />
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>
</channel>
</rss>