From bcc77f70817218f10795d167904840ab066027a0 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 23 Jun 2013 10:57:07 +0200 Subject: [PATCH] Added debug info for cookie/session problem. --- app/controllers/application_controller.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 254e2fa9a..a9e5a5b2d 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -74,9 +74,12 @@ class ApplicationController < ActionController::Base end def authentication_check_only + puts '----' puts 'authentication_check' - # puts params.inspect - + #puts params.inspect + puts session.inspect + puts cookies.inspect + puts '----' # check http basic auth authenticate_with_http_basic do |username, password| puts 'http basic auth check'