<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>The Vose Way: Tag 302</title>
    <link>http://www.chuckvose.com/articles/tag/302</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>A Blog about Butter, Cheese, and Ruby on Rails</description>
    <item>
      <title>Rendering partials with a 302 breaks ie6</title>
      <description>&lt;p&gt;If you can spot what&amp;#8217;s wrong with this code you get a cookie. Apparently rendering with a 302 breaks ie6 entirely. Just deleting the 302 makes it okay.&lt;/p&gt;


&lt;code&gt;
render :partial =&amp;gt; 'admin/restricted', :layout =&amp;gt; 'admin', :status =&amp;gt; "302" and return false
&lt;/code&gt;

	&lt;p&gt;Whether it makes sense or not is not the question. I&amp;#8217;m pretty confident that it doesn&amp;#8217;t make sense after thinking about it for a while. But why would it make ie6 connections die while firefox et al are fine with it?&lt;/p&gt;</description>
      <pubDate>Wed, 02 May 2007 16:50:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:9514f483-3407-4caf-80f0-b9ddd7530307</guid>
      <author>vosechu@create-on.com (Chuck Vose)</author>
      <link>http://www.chuckvose.com/articles/2007/05/02/rendering-partials-with-a-302-breaks-ie6</link>
      <category>Rails</category>
      <category>Rails</category>
      <category>302</category>
      <category>partials</category>
      <category>cookies</category>
    </item>
  </channel>
</rss>
