From 28b65c9120f347bd61569402a5e50ca6d4b9b6e7 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Sat, 31 Jan 2009 23:47:03 -0600 Subject: Removed Prototype specific Safari 2 AJAX hack. The normal null character stripper is still there. --- actionpack/lib/action_controller/rack_ext/parse_query.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/lib/action_controller') diff --git a/actionpack/lib/action_controller/rack_ext/parse_query.rb b/actionpack/lib/action_controller/rack_ext/parse_query.rb index 2f21a57770..b1acef8e72 100644 --- a/actionpack/lib/action_controller/rack_ext/parse_query.rb +++ b/actionpack/lib/action_controller/rack_ext/parse_query.rb @@ -10,7 +10,6 @@ module Rack def parse_query(qs, d = '&;') qs = qs.dup qs.chop! if qs[-1] == 0 - qs.gsub!(/&_=$/, '') parse_query_without_ajax_body_cleanup(qs, d) end module_function :parse_query -- cgit v1.2.3