]> git.openstreetmap.org Git - rails.git/commit
Remove the _osm_username cookie and session validation logic
authorTom Hughes <tom@compton.nu>
Sun, 17 Nov 2013 21:52:04 +0000 (21:52 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 17 Nov 2013 21:52:39 +0000 (21:52 +0000)
commit41e45bad51c90dd4e131068ba1cfc1dd1184155f
tree4479346b7bbc24fa951fc8df186563dc733f5cbc
parentad368d189f4842f18e81fd272c677e5d820a2da4
Remove the _osm_username cookie and session validation logic

This was a temporary hack to workaround issues with sessions getting
mixed up at the time of the rails 3.1 upgrade, but logs indicate that
whatever the original problem was it is no longer occurring.
app/controllers/application_controller.rb
app/controllers/user_controller.rb
test/functional/diary_entry_controller_test.rb
test/functional/message_controller_test.rb
test/functional/redactions_controller_test.rb
test/functional/site_controller_test.rb
test/functional/trace_controller_test.rb
test/functional/user_blocks_controller_test.rb
test/functional/user_controller_test.rb
test/functional/user_roles_controller_test.rb