Commit 0551759924b8d6102ba3f007f054b753a1d1352d

Fix deprecation warning in action_controller/authentication
  
147147 case request.format
148148 when Mime::HTML
149149 store_location
150 redirect_to(site.ssl? ? new_session_url(:protocol => 'https') : new_session_path)
150 redirect_to(current_site.ssl? ? new_session_url(:protocol => 'https') : new_session_path)
151151 else
152152 request_http_basic_authentication 'Web Password'
153153 end