]> source.dussan.org Git - sonarqube.git/commit
SONAR-7758 Rails flash feature should not use HTTP session
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 21 Jul 2016 08:01:28 +0000 (10:01 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 9 Sep 2016 08:10:51 +0000 (10:10 +0200)
commit33e007102cd99490694f44f070d3319005621943
tree52146ef0e7057b7df9adbc49c12f0aec4c474303
parent79c3bfc01953b03cee1e0bf210cf11734ce9ef24
SONAR-7758 Rails flash feature should not use HTTP session
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/application_controller.rb
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/sessions_controller.rb
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_footer.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/sessions/_form.html.erb
server/sonar-web/src/main/webapp/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/base.rb
server/sonar-web/src/main/webapp/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/flash.rb
server/sonar-web/src/main/webapp/WEB-INF/lib/authenticated_system.rb
server/sonar-web/src/main/webapp/WEB-INF/lib/cookie_flash.rb [new file with mode: 0644]