public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack/files: 2.1.2-csrf-circumvention.patch
@ 2009-03-14 15:32 Alex Legler (a3li)
  0 siblings, 0 replies; only message in thread
From: Alex Legler (a3li) @ 2009-03-14 15:32 UTC (permalink / raw
  To: gentoo-commits

a3li        09/03/14 15:32:13

  Added:                2.1.2-csrf-circumvention.patch
  Log:
  Revbump to fix the 2.1 slot for bug 247549.
  (Portage version: 2.2_rc25/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-ruby/actionpack/files/2.1.2-csrf-circumvention.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/files/2.1.2-csrf-circumvention.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/files/2.1.2-csrf-circumvention.patch?rev=1.1&content-type=text/plain

Index: 2.1.2-csrf-circumvention.patch
===================================================================
Patch from upstream git (commit 099a98e9) to fix bug #247549.

--- lib/action_controller/mime_type.rb.1
+++ lib/action_controller/mime_type.rb
@@ -18,7 +18,7 @@
   #   end
   class Type
     @@html_types = Set.new [:html, :all]
-    @@unverifiable_types = Set.new [:text, :json, :csv, :xml, :rss, :atom, :yaml]
+    @@unverifiable_types = Set.new [:json, :csv, :xml, :rss, :atom, :yaml]
     cattr_reader :html_types, :unverifiable_types
 
     # A simple helper class used in parsing the accept header






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-14 15:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-14 15:32 [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack/files: 2.1.2-csrf-circumvention.patch Alex Legler (a3li)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox