Project

General

Profile

odd behaviour with link to download redmine file from wor... ยป redminelog.txt

logfile showing issue - Doug Scott, 2014-06-28 03:19

 
1
Started GET "/dmsf/files/2029/download" for 127.0.0.1 at 2014-06-27 21:01:44 -0400
2
Processing by DmsfFilesController#show as HTML
3
  Parameters: {"download"=>"", "id"=>"2029"}
4
  Current user: anonymous
5
Redirected to http://redmine.myserver.com/login?back_url=http%3A%2F%2Fredmine.myserver.com%2Fdmsf%2Ffiles%2F2029%2Fdownload
6
Filter chain halted as :check_if_login_required rendered or redirected
7
Completed 302 Found in 156.0ms (ActiveRecord: 0.0ms)
8
Started GET "/login?back_url=http%3A%2F%2Fredmine.myserver.com%2Fdmsf%2Ffiles%2F2029%2Fdownload" for 127.0.0.1 at 2014-06-27 21:01:44 -0400
9
Processing by AccountController#login as HTML
10
  Parameters: {"back_url"=>"http://redmine.myserver.com/dmsf/files/2029/download"}
11
  Current user: anonymous
12
 Completed 200 OK in 468.0ms (Views: 234.0ms | ActiveRecord: 15.6ms)
13
Started GET "/dmsf/files/2029/download" for 127.0.0.1 at 2014-06-27 21:01:45 -0400
14
Processing by DmsfFilesController#show as */*
15
  Parameters: {"download"=>"", "id"=>"2029"}
16
  Current user: anonymous
17
Redirected to http://redmine.myserver.com/login?back_url=http%3A%2F%2Fredmine.myserver.com%2Fdmsf%2Ffiles%2F2029%2Fdownload
18
Filter chain halted as :check_if_login_required rendered or redirected
19
Completed 302 Found in 15.6ms (ActiveRecord: 0.0ms)
20
Started GET "/login?back_url=http%3A%2F%2Fredmine.myserver.com%2Fdmsf%2Ffiles%2F2029%2Fdownload" for 127.0.0.1 at 2014-06-27 21:01:45 -0400
21
Processing by AccountController#login as */*
22
  Parameters: {"back_url"=>"http://redmine.myserver.com/dmsf/files/2029/download"}
23
  Current user: anonymous
24
 Completed 200 OK in 140.4ms (Views: 140.4ms | ActiveRecord: 0.0ms)
25
Started GET "/login?back_url=http%3A%2F%2Fredmine.myserver.com%2Fdmsf%2Ffiles%2F2029%2Fdownload" for 127.0.0.1 at 2014-06-27 21:01:47 -0400
26
Processing by AccountController#login as HTML
27
  Parameters: {"back_url"=>"http://redmine.myserver.com/dmsf/files/2029/download"}
28
  Current user: anonymous
29
 Completed 200 OK in 249.6ms (Views: 202.8ms | ActiveRecord: 46.8ms)
30
Started POST "/login" for 127.0.0.1 at 2014-06-27 21:01:51 -0400
31
Processing by AccountController#login as HTML
32
  Parameters: {"utf8"=>"?", "authenticity_token"=>"looked-important-so-removed", "back_url"=>"http://redmine.myserver.com/dmsf/files/2029/download", "username"=>"real.user@myserver.com", "password"=>"[FILTERED]", "login"=>"Login ?"}
33
  Current user: anonymous
34
Successful authentication for 'real.user@myserver.com' from 127.0.0.1 at 2014-06-28 01:01:51 UTC
35
Redirected to http://redmine.myserver.com/dmsf/files/2029/download
36
Completed 302 Found in 234.0ms (ActiveRecord: 31.2ms)
37
Started GET "/dmsf/files/2029/download" for 127.0.0.1 at 2014-06-27 21:01:51 -0400
38
Processing by DmsfFilesController#show as HTML
39
  Parameters: {"download"=>"", "id"=>"2029"}
40
  Current user: real.user@myserver.com (id=6)
41
2014-06-27 21:01:52 real.user@myserver.com@127.0.0.1/10.0.0.88: downloaded dmsf://central-storage-files-documents/2029/2972
42
Sent file C:/BitNami/redmine-2.4.1-1/apps/redmine/htdocs/files/dmsf/p_central-storage-files-documents/140627082632_2029_A-700_MainProcess_flows_at_1234.vsdx (0.0ms)
43
Completed 200 OK in 530.4ms (ActiveRecord: 187.2ms)
44
Started GET "/dmsf/files/1663/download" for 127.0.0.1 at 2014-06-27 21:02:23 -0400
45
Processing by DmsfFilesController#show as HTML
46
  Parameters: {"download"=>"", "id"=>"1663"}
47
  Current user: anonymous
48
Redirected to http://redmine.myserver.com/login?back_url=http%3A%2F%2Fredmine.myserver.com%2Fdmsf%2Ffiles%2F1663%2Fdownload
49
Filter chain halted as :check_if_login_required rendered or redirected
50
Completed 302 Found in 0.0ms (ActiveRecord: 0.0ms)
51
Started GET "/dmsf/files/1663/download" for 127.0.0.1 at 2014-06-27 21:02:23 -0400
52
Processing by DmsfFilesController#show as */*
53
  Parameters: {"download"=>"", "id"=>"1663"}
54
  Current user: anonymous
55
Redirected to http://redmine.myserver.com/login?back_url=http%3A%2F%2Fredmine.myserver.com%2Fdmsf%2Ffiles%2F1663%2Fdownload
56
Filter chain halted as :check_if_login_required rendered or redirected
57
Completed 302 Found in 15.6ms (ActiveRecord: 0.0ms)
58
Started GET "/login?back_url=http%3A%2F%2Fredmine.myserver.com%2Fdmsf%2Ffiles%2F1663%2Fdownload" for 127.0.0.1 at 2014-06-27 21:02:24 -0400
59
Processing by AccountController#login as */*
60
  Parameters: {"back_url"=>"http://redmine.myserver.com/dmsf/files/1663/download"}
61
  Current user: anonymous
62
 Completed 200 OK in 15.6ms (Views: 15.6ms | ActiveRecord: 0.0ms)
63
Started GET "/login?back_url=http%3A%2F%2Fredmine.myserver.com%2Fdmsf%2Ffiles%2F1663%2Fdownload" for 127.0.0.1 at 2014-06-27 21:02:24 -0400
64
Processing by AccountController#login as HTML
65
  Parameters: {"back_url"=>"http://redmine.myserver.com/dmsf/files/1663/download"}
66
  Current user: real.user@myserver.com (id=6)
67
Redirected to http://redmine.myserver.com/
68
Completed 302 Found in 15.6ms (ActiveRecord: 15.6ms)
69
Started GET "/" for 127.0.0.1 at 2014-06-27 21:02:24 -0400
70
Processing by WelcomeController#index as HTML
71
  Current user: real.user@myserver.com (id=6)
72
 Completed 200 OK in 514.8ms (Views: 343.2ms | ActiveRecord: 62.4ms)
    (1-1/1)