From: Shaun McDonald Date: Thu, 4 Dec 2008 14:36:21 +0000 (+0000) Subject: turning the session off for the changeset controller, to come in line with the other... X-Git-Tag: live~7557^2~115 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d9c6758ee6184692fd4219befe13adf6dfa6e32b turning the session off for the changeset controller, to come in line with the other api controllers --- diff --git a/app/controllers/changeset_controller.rb b/app/controllers/changeset_controller.rb index ff956f2ac..f7f4dc9f0 100644 --- a/app/controllers/changeset_controller.rb +++ b/app/controllers/changeset_controller.rb @@ -3,6 +3,7 @@ class ChangesetController < ApplicationController require 'xml/libxml' + session :off before_filter :authorize, :only => [:create, :update, :delete, :upload, :include, :close] before_filter :check_write_availability, :only => [:create, :update, :delete, :upload, :include] before_filter :check_read_availability, :except => [:create, :update, :delete, :upload, :download, :query]