Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 5642

Show
Ignore:
Timestamp:
11/27/06 23:56:27 (2 years ago)
Author:
nzkoz
Message:

Merge [5641] to Trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/lib/action_controller/integration.rb

    r5635 r5642  
    114114      def follow_redirect! 
    115115        raise "not a redirect! #{@status} #{@status_message}" unless redirect? 
    116         get(interpret_uri(headers['Location'].first)) 
     116        get(interpret_uri(headers['location'].first)) 
    117117        status 
    118118      end