<?xml version="1.0" encoding="UTF-8"?>
<ticket>
  <assigned-user-id type="integer">10354</assigned-user-id>
  <attachments-count type="integer">0</attachments-count>
  <closed type="boolean">true</closed>
  <created-at type="datetime">2008-11-14T08:14:49-08:00</created-at>
  <creator-id type="integer">10246</creator-id>
  <milestone-due-on type="datetime" nil="true"></milestone-due-on>
  <milestone-id type="integer">24691</milestone-id>
  <number type="integer">1022</number>
  <permalink>merbtestcookiejar-not-joining-properly</permalink>
  <priority type="integer">31</priority>
  <project-id type="integer">7433</project-id>
  <raw-data type="binary" nil="true" encoding="base64"></raw-data>
  <state>resolved</state>
  <tag>cookies cucumber rspec webrat</tag>
  <title>Merb::Test::CookieJar not joining properly</title>
  <updated-at type="datetime">2008-11-24T16:45:46-08:00</updated-at>
  <user-id type="integer">6601</user-id>
  <user-name>Carl Lerche</user-name>
  <creator-name>Jamie Macey</creator-name>
  <assigned-user-name>Michael Klishin (antares)</assigned-user-name>
  <url>http://merb.lighthouseapp.com/projects/7433/tickets/1022</url>
  <milestone-title>1.0.x</milestone-title>
  <original-body>Not sure why this wasn't breaking in browser, but when I'm doing some cucumber features w/ webrat if I'm setting cookies in addition to the regular session cookie, I get cookies that look like this:

    { &quot;em&quot; =&gt; &quot;672e65ca20a6003766e9242c07bafc8f82cff4d9_em_session_id&quot;=&gt;&quot;BAh7ByIJdXNlciIOTmV3VXNlcjgxIgxwcm9maWxlIg5OZXdVc2VyODE%3D--94028bbd7a95def7fa1eec77e86a5cb2b18efd1a&quot;
    }

when I expect ones like:

    { &quot;em&quot; =&gt; &quot;672e65ca20a6003766e9242c07bafc8f82cff4d9&quot;,
      &quot;_em_session_id&quot; =&gt; &quot;BAh7ByIJdXNlciIOTmV3VXNlcjgxIgxwcm9maWxlIg5OZXdVc2VyODE%3D--94028bbd7a95def7fa1eec77e86a5cb2b18efd1a&quot;
    }

Updating lib/merb-core/test/helpers/cookie_jar.rb line 115 to join with &quot;; &quot; rather than the default empty string fixes this.</original-body>
  <latest-body>Not sure why this wasn't breaking in browser, but when I'm doing some cucumber features w/ webrat if I'm setting cookies in addition to the regular session cookie, I get cookies that look like this:

    { &quot;em&quot; =&gt; &quot;672e65ca20a6003766e9242c07bafc8f82cff4d9_em_session_id&quot;=&gt;&quot;BAh7ByIJdXNlciIOTmV3VXNlcjgxIgxwcm9maWxlIg5OZXdVc2VyODE%3D--94028bbd7a95def7fa1eec77e86a5cb2b18efd1a&quot;
    }

when I expect ones like:

    { &quot;em&quot; =&gt; &quot;672e65ca20a6003766e9242c07bafc8f82cff4d9&quot;,
      &quot;_em_session_id&quot; =&gt; &quot;BAh7ByIJdXNlciIOTmV3VXNlcjgxIgxwcm9maWxlIg5OZXdVc2VyODE%3D--94028bbd7a95def7fa1eec77e86a5cb2b18efd1a&quot;
    }

Updating lib/merb-core/test/helpers/cookie_jar.rb line 115 to join with &quot;; &quot; rather than the default empty string fixes this.</latest-body>
  <original-body-html>&lt;div&gt;&lt;p&gt;Not sure why this wasn't breaking in browser, but when I'm doing
some cucumber features w/ webrat if I'm setting cookies in addition
to the regular session cookie, I get cookies that look like
this:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;{ &quot;em&quot; =&amp;gt; &quot;672e65ca20a6003766e9242c07bafc8f82cff4d9_em_session_id&quot;=&amp;gt;&quot;BAh7ByIJdXNlciIOTmV3VXNlcjgxIgxwcm9maWxlIg5OZXdVc2VyODE%3D--94028bbd7a95def7fa1eec77e86a5cb2b18efd1a&quot;
}
&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;when I expect ones like:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;{ &quot;em&quot; =&amp;gt; &quot;672e65ca20a6003766e9242c07bafc8f82cff4d9&quot;,
  &quot;_em_session_id&quot; =&amp;gt; &quot;BAh7ByIJdXNlciIOTmV3VXNlcjgxIgxwcm9maWxlIg5OZXdVc2VyODE%3D--94028bbd7a95def7fa1eec77e86a5cb2b18efd1a&quot;
}
&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;Updating lib/merb-core/test/helpers/cookie_jar.rb line 115 to
join with &quot;; &quot; rather than the default empty string fixes this.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  <versions type="array">
    <version type="Ticket::Version">
      <assigned-user-id type="integer">10354</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>Not sure why this wasn't breaking in browser, but when I'm doing some cucumber features w/ webrat if I'm setting cookies in addition to the regular session cookie, I get cookies that look like this:

    { &quot;em&quot; =&gt; &quot;672e65ca20a6003766e9242c07bafc8f82cff4d9_em_session_id=BAh7ByIJdXNlciIOTmV3VXNlcjgxIgxwcm9maWxlIg5OZXdVc2VyODE%3D--94028bbd7a95def7fa1eec77e86a5cb2b18efd1a&quot;
    }

when I expect ones like:

    { &quot;em&quot; =&gt; &quot;672e65ca20a6003766e9242c07bafc8f82cff4d9&quot;,
      &quot;_em_session_id&quot; =&gt; &quot;BAh7ByIJdXNlciIOTmV3VXNlcjgxIgxwcm9maWxlIg5OZXdVc2VyODE%3D--94028bbd7a95def7fa1eec77e86a5cb2b18efd1a&quot;
    }

Updating lib/merb-core/test/helpers/cookie_jar.rb line 115 to join with &quot;; &quot; rather than the default empty string fixes this.</body>
      <body-html>&lt;div&gt;&lt;p&gt;Not sure why this wasn't breaking in browser, but when I'm doing
some cucumber features w/ webrat if I'm setting cookies in addition
to the regular session cookie, I get cookies that look like
this:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;{ &quot;em&quot; =&amp;gt; &quot;672e65ca20a6003766e9242c07bafc8f82cff4d9_em_session_id=BAh7ByIJdXNlciIOTmV3VXNlcjgxIgxwcm9maWxlIg5OZXdVc2VyODE%3D--94028bbd7a95def7fa1eec77e86a5cb2b18efd1a&quot;
}
&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;when I expect ones like:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;{ &quot;em&quot; =&amp;gt; &quot;672e65ca20a6003766e9242c07bafc8f82cff4d9&quot;,
  &quot;_em_session_id&quot; =&amp;gt; &quot;BAh7ByIJdXNlciIOTmV3VXNlcjgxIgxwcm9maWxlIg5OZXdVc2VyODE%3D--94028bbd7a95def7fa1eec77e86a5cb2b18efd1a&quot;
}
&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;Updating lib/merb-core/test/helpers/cookie_jar.rb line 115 to
join with &quot;; &quot; rather than the default empty string fixes this.&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2008-11-14T08:14:50-08:00</created-at>
      <creator-id type="integer">10246</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">1022</number>
      <permalink>merbtestcookiejar-not-joining-properly</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">7433</project-id>
      <state>unconfirmed</state>
      <tag>cookies cucumber rspec webrat</tag>
      <title>Merb::Test::CookieJar not joining properly</title>
      <updated-at type="datetime">2008-11-14T08:15:23-08:00</updated-at>
      <user-id type="integer">10246</user-id>
      <user-name>Jamie Macey</user-name>
      <creator-name>Jamie Macey</creator-name>
      <assigned-user-name>Michael Klishin (antares)</assigned-user-name>
      <url>http://merb.lighthouseapp.com/projects/7433/tickets/1022</url>
      <milestone-title nil="true"></milestone-title>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">10354</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>I'll fix this after 1.0.1 release (coming very soon).</body>
      <body-html>&lt;div&gt;&lt;p&gt;I'll fix this after 1.0.1 release (coming very soon).&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2008-11-16T10:25:03-08:00</created-at>
      <creator-id type="integer">10246</creator-id>
      <diffable-attributes type="yaml">--- 
:state: unconfirmed
</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">1022</number>
      <permalink>merbtestcookiejar-not-joining-properly</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">7433</project-id>
      <state>confirmed</state>
      <tag>cookies cucumber rspec webrat</tag>
      <title>Merb::Test::CookieJar not joining properly</title>
      <updated-at type="datetime">2008-11-16T10:25:06-08:00</updated-at>
      <user-id type="integer">10354</user-id>
      <user-name>Michael Klishin (antares)</user-name>
      <creator-name>Jamie Macey</creator-name>
      <assigned-user-name>Michael Klishin (antares)</assigned-user-name>
      <url>http://merb.lighthouseapp.com/projects/7433/tickets/1022</url>
      <milestone-title nil="true"></milestone-title>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">10354</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>Mass edit [milestone:1.0.x]</body>
      <body-html>&lt;div&gt;&lt;p&gt;Mass edit [milestone:1.0.x]&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2008-11-24T14:26:16-08:00</created-at>
      <creator-id type="integer">10246</creator-id>
      <diffable-attributes type="yaml">--- 
:milestone: 18268
</diffable-attributes>
      <milestone-id type="integer">24691</milestone-id>
      <number type="integer">1022</number>
      <permalink>merbtestcookiejar-not-joining-properly</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">7433</project-id>
      <state>confirmed</state>
      <tag>cookies cucumber rspec webrat</tag>
      <title>Merb::Test::CookieJar not joining properly</title>
      <updated-at type="datetime">2008-11-24T14:26:45-08:00</updated-at>
      <user-id type="integer">12714</user-id>
      <user-name>Yehuda Katz (wycats)</user-name>
      <creator-name>Jamie Macey</creator-name>
      <assigned-user-name>Michael Klishin (antares)</assigned-user-name>
      <url>http://merb.lighthouseapp.com/projects/7433/tickets/1022</url>
      <milestone-title>1.0.x</milestone-title>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">10354</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body></body>
      <body-html></body-html>
      <closed type="boolean">true</closed>
      <created-at type="datetime">2008-11-24T16:45:42-08:00</created-at>
      <creator-id type="integer">10246</creator-id>
      <diffable-attributes type="yaml">--- 
:state: confirmed
</diffable-attributes>
      <milestone-id type="integer">24691</milestone-id>
      <number type="integer">1022</number>
      <permalink>merbtestcookiejar-not-joining-properly</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">7433</project-id>
      <state>resolved</state>
      <tag>cookies cucumber rspec webrat</tag>
      <title>Merb::Test::CookieJar not joining properly</title>
      <updated-at type="datetime">2008-11-24T16:45:46-08:00</updated-at>
      <user-id type="integer">6601</user-id>
      <user-name>Carl Lerche</user-name>
      <creator-name>Jamie Macey</creator-name>
      <assigned-user-name>Michael Klishin (antares)</assigned-user-name>
      <url>http://merb.lighthouseapp.com/projects/7433/tickets/1022</url>
      <milestone-title>1.0.x</milestone-title>
    </version>
  </versions>
</ticket>
