]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/old_node_controller.rb
Added referer URL in user_token so that redirections (e.g: from oauth token requests...
[rails.git] / app / controllers / old_node_controller.rb
index e57623daed86fead2832a2dfdae63849d69d47c9..c20dacf4800620f851577e6d146fe2d8fb5d4bde 100644 (file)
@@ -1,10 +1,9 @@
 class OldNodeController < ApplicationController
   require 'xml/libxml'
 
-  session :off
   before_filter :check_api_readable
   after_filter :compress_output
-  around_filter :api_call_handle_error
+  around_filter :api_call_handle_error, :api_call_timeout
 
   def history
     node = Node.find(params[:id])