shibbolite 0.0.1 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. checksums.yaml +7 -0
  2. data/README.rdoc +9 -11
  3. data/app/concerns/shibbolite/filters.rb +26 -8
  4. data/app/concerns/shibbolite/helpers.rb +6 -0
  5. data/app/controllers/shibbolite/shibboleth_controller.rb +11 -1
  6. data/lib/shibbolite/version.rb +1 -1
  7. data/spec/controllers/filters_test_controller_spec.rb +62 -3
  8. data/spec/controllers/helpers_test_controller_spec.rb +29 -12
  9. data/spec/dummy/app/controllers/filters_test_controller.rb +10 -0
  10. data/spec/dummy/app/controllers/helpers_test_controller.rb +5 -0
  11. data/spec/dummy/app/views/static/home.html.erb +3 -1
  12. data/spec/dummy/config/environments/test.rb +1 -1
  13. data/spec/dummy/db/test.sqlite3 +0 -0
  14. data/spec/dummy/log/development.log +727 -0
  15. data/spec/dummy/log/test.log +24242 -0
  16. data/spec/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  17. data/spec/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  18. data/spec/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  19. data/spec/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212 +0 -0
  20. data/spec/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5 +0 -0
  21. data/spec/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2 +0 -0
  22. data/spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  23. data/spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  24. data/spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  25. data/spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  26. data/spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  27. data/spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  28. data/spec/dummy/tmp/cache/assets/test/sprockets/371bf96e99717688ed7313a0c53f4212 +0 -0
  29. data/spec/dummy/tmp/cache/assets/test/sprockets/6fc757c2c8329244ca95d6909865bbc2 +0 -0
  30. data/spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  31. data/spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  32. data/spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  33. data/spec/dummy/tmp/restart.txt +0 -0
  34. data/spec/spec_helper.rb +1 -0
  35. data/spec/support/controllers/shared_access_control_examples.rb +63 -0
  36. data/spec/support/controllers/shared_auth_helpers.rb +25 -0
  37. data/spec/support/features/session_helpers.rb +12 -0
  38. metadata +102 -110
@@ -19080,3 +19080,730 @@ Started GET "/dev/shibbolite/assets/application.js?body=1" for 130.85.196.112 at
19080
19080
 
19081
19081
 
19082
19082
  Started GET "/dev/shibbolite/assets/scaffold.css?body=1" for 130.85.196.112 at 2014-04-15 15:13:29 -0400
19083
+
19084
+
19085
+ Started GET "/dev/shibbolite/" for 130.85.196.112 at 2014-04-22 16:39:12 -0400
19086
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
19087
+ Processing by StaticController#home as HTML
19088
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = 'bad2' LIMIT 1
19089
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = 'bad2' LIMIT 1
19090
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = 'bad2' LIMIT 1
19091
+ Rendered static/home.html.erb within layouts/application (34.2ms)
19092
+ Completed 200 OK in 91ms (Views: 75.2ms | ActiveRecord: 0.3ms)
19093
+
19094
+
19095
+ Started GET "/dev/shibbolite/" for 130.85.196.112 at 2014-05-07 14:58:04 -0400
19096
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
19097
+ Processing by StaticController#home as HTML
19098
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = 'bad2' LIMIT 1
19099
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = 'bad2' LIMIT 1
19100
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = 'bad2' LIMIT 1
19101
+ Rendered static/home.html.erb within layouts/application (41.4ms)
19102
+ Completed 200 OK in 120ms (Views: 90.8ms | ActiveRecord: 0.3ms)
19103
+
19104
+
19105
+ Started GET "/dev/shibbolite/assets/application.css?body=1" for 130.85.196.112 at 2014-05-07 14:58:05 -0400
19106
+
19107
+
19108
+ Started GET "/dev/shibbolite/assets/scaffold.css?body=1" for 130.85.196.112 at 2014-05-07 14:58:05 -0400
19109
+
19110
+
19111
+ Started GET "/dev/shibbolite/assets/application.js?body=1" for 130.85.196.112 at 2014-05-07 14:58:05 -0400
19112
+
19113
+
19114
+ Started GET "/dev/shibbolite/" for 130.85.196.112 at 2014-05-13 13:18:53 -0400
19115
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
19116
+ Processing by StaticController#home as HTML
19117
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = 'bad2' LIMIT 1
19118
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = 'bad2' LIMIT 1
19119
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = 'bad2' LIMIT 1
19120
+ Rendered static/home.html.erb within layouts/application (38.4ms)
19121
+ Completed 200 OK in 95ms (Views: 78.8ms | ActiveRecord: 0.3ms)
19122
+
19123
+
19124
+ Started GET "/dev/shibbolite/" for 130.85.196.112 at 2014-05-13 13:18:53 -0400
19125
+ Processing by StaticController#home as HTML
19126
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = 'bad2' LIMIT 1
19127
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = 'bad2' LIMIT 1
19128
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = 'bad2' LIMIT 1
19129
+ Rendered static/home.html.erb within layouts/application (1.9ms)
19130
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.2ms)
19131
+
19132
+
19133
+ Started GET "/dev/shibbolite/assets/application.css?body=1" for 130.85.196.112 at 2014-05-13 13:18:53 -0400
19134
+
19135
+
19136
+ Started GET "/dev/shibbolite/assets/scaffold.css?body=1" for 130.85.196.112 at 2014-05-13 13:18:53 -0400
19137
+
19138
+
19139
+ Started GET "/dev/shibbolite/assets/application.js?body=1" for 130.85.196.112 at 2014-05-13 13:18:53 -0400
19140
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
19141
+
19142
+
19143
+ Started GET "/dev/shibbolite/" for 130.85.196.112 at 2014-05-13 13:19:03 -0400
19144
+ Processing by StaticController#home as HTML
19145
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = 'bad2' LIMIT 1
19146
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = 'bad2' LIMIT 1
19147
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = 'bad2' LIMIT 1
19148
+ Rendered static/home.html.erb within layouts/application (32.8ms)
19149
+ Completed 200 OK in 78ms (Views: 62.3ms | ActiveRecord: 0.3ms)
19150
+
19151
+
19152
+
19153
+
19154
+ Started GET "/dev/shibbolite/assets/application.css?body=1" for 130.85.196.112 at 2014-05-13 13:19:03 -0400
19155
+ Started GET "/dev/shibbolite/assets/scaffold.css?body=1" for 130.85.196.112 at 2014-05-13 13:19:03 -0400
19156
+
19157
+
19158
+ Started GET "/dev/shibbolite/assets/application.js?body=1" for 130.85.196.112 at 2014-05-13 13:19:03 -0400
19159
+
19160
+
19161
+ Started GET "/dev/shibbolite/" for 130.85.196.112 at 2014-05-13 13:19:08 -0400
19162
+ Processing by StaticController#home as HTML
19163
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = 'bad2' LIMIT 1
19164
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = 'bad2' LIMIT 1
19165
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = 'bad2' LIMIT 1
19166
+ Rendered static/home.html.erb within layouts/application (3.7ms)
19167
+ Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.3ms)
19168
+
19169
+
19170
+ Started GET "/dev/shibbolite/assets/scaffold.css?body=1" for 130.85.196.112 at 2014-05-13 13:19:08 -0400
19171
+
19172
+
19173
+ Started GET "/dev/shibbolite/assets/application.css?body=1" for 130.85.196.112 at 2014-05-13 13:19:08 -0400
19174
+
19175
+
19176
+ Started GET "/dev/shibbolite/assets/application.js?body=1" for 130.85.196.112 at 2014-05-13 13:19:08 -0400
19177
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
19178
+
19179
+
19180
+ Started GET "/dev/shibbolite/dummy" for 130.85.196.41 at 2015-03-30 17:39:53 -0400
19181
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
19182
+
19183
+ ActionController::RoutingError (No route matches [GET] "/dummy"):
19184
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
19185
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
19186
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
19187
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
19188
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
19189
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
19190
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
19191
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
19192
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
19193
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
19194
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
19195
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
19196
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
19197
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
19198
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
19199
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
19200
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
19201
+ /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:74:in `process_request'
19202
+ /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:141:in `accept_and_process_next_request'
19203
+ /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:109:in `main_loop'
19204
+ /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:455:in `block (3 levels) in start_threads'
19205
+
19206
+
19207
+ Rendered /home/lits/.rvm/gems/ruby-2.1.2@shibbolite/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
19208
+ Rendered /home/lits/.rvm/gems/ruby-2.1.2@shibbolite/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
19209
+ Rendered /home/lits/.rvm/gems/ruby-2.1.2@shibbolite/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
19210
+ Rendered /home/lits/.rvm/gems/ruby-2.1.2@shibbolite/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (23.6ms)
19211
+ Rendered /home/lits/.rvm/gems/ruby-2.1.2@shibbolite/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.4ms)
19212
+ Rendered /home/lits/.rvm/gems/ruby-2.1.2@shibbolite/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (67.4ms)
19213
+
19214
+
19215
+ Started GET "/dev/shibbolite/" for 130.85.196.41 at 2015-03-30 17:39:59 -0400
19216
+ Processing by StaticController#home as HTML
19217
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/login
19218
+ Filter chain halted as :use_attributes_if_available rendered or redirected
19219
+ Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
19220
+
19221
+
19222
+ Started GET "/dev/shibbolite/shibbolite/login" for 130.85.196.41 at 2015-03-30 17:39:59 -0400
19223
+ Processing by Shibbolite::ShibbolethController#login as HTML
19224
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19225
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/
19226
+ Completed 302 Found in 14ms (ActiveRecord: 0.4ms)
19227
+
19228
+
19229
+ Started GET "/dev/shibbolite/" for 130.85.196.41 at 2015-03-30 17:39:59 -0400
19230
+ Processing by StaticController#home as HTML
19231
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19232
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19233
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19234
+ Rendered static/home.html.erb within layouts/application (4.1ms)
19235
+ Completed 200 OK in 48ms (Views: 47.2ms | ActiveRecord: 0.2ms)
19236
+
19237
+
19238
+ Started GET "/dev/shibbolite/assets/application.css?body=1" for 130.85.196.41 at 2015-03-30 17:39:59 -0400
19239
+
19240
+
19241
+ Started GET "/dev/shibbolite/assets/scaffold.css?body=1" for 130.85.196.41 at 2015-03-30 17:39:59 -0400
19242
+
19243
+
19244
+ Started GET "/dev/shibbolite/assets/application.js?body=1" for 130.85.196.41 at 2015-03-30 17:39:59 -0400
19245
+
19246
+
19247
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-30 17:40:01 -0400
19248
+ Processing by StaticController#admin_resource as HTML
19249
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19250
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19251
+ Filter chain halted as #<Proc:0x00000004d33f98@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19252
+ Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
19253
+
19254
+
19255
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-30 17:40:01 -0400
19256
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19257
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.7ms)
19258
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
19259
+
19260
+
19261
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-30 17:40:07 -0400
19262
+ Processing by StaticController#admin_resource as HTML
19263
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19264
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19265
+ Filter chain halted as #<Proc:0x00000004d33f98@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19266
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
19267
+
19268
+
19269
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-30 17:40:07 -0400
19270
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19271
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.2ms)
19272
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
19273
+
19274
+
19275
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-30 17:40:08 -0400
19276
+ Processing by StaticController#admin_resource as HTML
19277
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19278
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19279
+ Filter chain halted as #<Proc:0x00000004d33f98@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19280
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
19281
+
19282
+
19283
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-30 17:40:08 -0400
19284
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19285
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.1ms)
19286
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
19287
+
19288
+
19289
+ Started GET "/dev/shibbolite/" for 130.85.196.41 at 2015-03-30 17:40:27 -0400
19290
+ Processing by StaticController#home as HTML
19291
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/login
19292
+ Filter chain halted as :use_attributes_if_available rendered or redirected
19293
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
19294
+
19295
+
19296
+ Started GET "/dev/shibbolite/shibbolite/login" for 130.85.196.41 at 2015-03-30 17:40:27 -0400
19297
+ Processing by Shibbolite::ShibbolethController#login as HTML
19298
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19299
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/
19300
+ Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
19301
+
19302
+
19303
+ Started GET "/dev/shibbolite/" for 130.85.196.41 at 2015-03-30 17:40:27 -0400
19304
+ Processing by StaticController#home as HTML
19305
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19306
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19307
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19308
+ Rendered static/home.html.erb within layouts/application (2.4ms)
19309
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.1ms)
19310
+
19311
+
19312
+ Started GET "/dev/shibbolite/assets/application.css?body=1" for 130.85.196.41 at 2015-03-30 17:40:27 -0400
19313
+
19314
+
19315
+ Started GET "/dev/shibbolite/assets/scaffold.css?body=1" for 130.85.196.41 at 2015-03-30 17:40:27 -0400
19316
+
19317
+
19318
+ Started GET "/dev/shibbolite/assets/application.js?body=1" for 130.85.196.41 at 2015-03-30 17:40:27 -0400
19319
+
19320
+
19321
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-30 17:40:29 -0400
19322
+ Processing by StaticController#admin_resource as HTML
19323
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19324
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19325
+ Filter chain halted as #<Proc:0x00000004d33f98@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19326
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
19327
+
19328
+
19329
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-30 17:40:29 -0400
19330
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19331
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.1ms)
19332
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
19333
+
19334
+
19335
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-30 17:41:05 -0400
19336
+ Processing by StaticController#admin_resource as HTML
19337
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/login
19338
+ Filter chain halted as #<Proc:0x00000004d33f98@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19339
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
19340
+
19341
+
19342
+ Started GET "/dev/shibbolite/shibbolite/login" for 130.85.196.41 at 2015-03-30 17:41:05 -0400
19343
+ Processing by Shibbolite::ShibbolethController#login as HTML
19344
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19345
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/static/admin_resource
19346
+ Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
19347
+
19348
+
19349
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-30 17:41:05 -0400
19350
+ Processing by StaticController#admin_resource as HTML
19351
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19352
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19353
+ Filter chain halted as #<Proc:0x00000004d33f98@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19354
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
19355
+
19356
+
19357
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-30 17:41:05 -0400
19358
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19359
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.1ms)
19360
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
19361
+
19362
+
19363
+ Started GET "/dev/shibbolite/" for 130.85.196.41 at 2015-03-30 17:41:25 -0400
19364
+ Processing by StaticController#home as HTML
19365
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/login
19366
+ Filter chain halted as :use_attributes_if_available rendered or redirected
19367
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
19368
+
19369
+
19370
+ Started GET "/dev/shibbolite/shibbolite/login" for 130.85.196.41 at 2015-03-30 17:41:25 -0400
19371
+ Processing by Shibbolite::ShibbolethController#login as HTML
19372
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19373
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/
19374
+ Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
19375
+
19376
+
19377
+ Started GET "/dev/shibbolite/" for 130.85.196.41 at 2015-03-30 17:41:25 -0400
19378
+ Processing by StaticController#home as HTML
19379
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19380
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19381
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19382
+ Rendered static/home.html.erb within layouts/application (1.9ms)
19383
+ Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.1ms)
19384
+
19385
+
19386
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-30 17:41:33 -0400
19387
+ Processing by StaticController#admin_resource as HTML
19388
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/login
19389
+ Filter chain halted as #<Proc:0x00000004d33f98@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19390
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
19391
+
19392
+
19393
+ Started GET "/dev/shibbolite/shibbolite/login" for 130.85.196.41 at 2015-03-30 17:41:33 -0400
19394
+ Processing by Shibbolite::ShibbolethController#login as HTML
19395
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19396
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/static/admin_resource
19397
+ Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
19398
+
19399
+
19400
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-30 17:41:33 -0400
19401
+ Processing by StaticController#admin_resource as HTML
19402
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19403
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19404
+ Filter chain halted as #<Proc:0x00000004d33f98@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19405
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
19406
+
19407
+
19408
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-30 17:41:33 -0400
19409
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19410
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.2ms)
19411
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
19412
+
19413
+
19414
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-30 17:45:00 -0400
19415
+ Processing by StaticController#admin_resource as HTML
19416
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/login
19417
+ Filter chain halted as #<Proc:0x00000004d33f98@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19418
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
19419
+
19420
+
19421
+ Started GET "/dev/shibbolite/shibbolite/login" for 130.85.196.41 at 2015-03-30 17:45:00 -0400
19422
+ Processing by Shibbolite::ShibbolethController#login as HTML
19423
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19424
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/static/admin_resource
19425
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
19426
+
19427
+
19428
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-30 17:45:00 -0400
19429
+ Processing by StaticController#admin_resource as HTML
19430
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19431
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19432
+ Filter chain halted as #<Proc:0x00000004d33f98@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19433
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
19434
+
19435
+
19436
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-30 17:45:00 -0400
19437
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19438
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.1ms)
19439
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
19440
+
19441
+
19442
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-30 17:45:45 -0400
19443
+ Processing by StaticController#admin_resource as HTML
19444
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19445
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19446
+ Filter chain halted as #<Proc:0x00000004d33f98@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19447
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
19448
+
19449
+
19450
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-30 17:45:45 -0400
19451
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19452
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.1ms)
19453
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
19454
+
19455
+
19456
+ Started GET "/dev/shibbolite/shibbolite/login" for 130.85.196.41 at 2015-03-30 17:45:47 -0400
19457
+ Processing by Shibbolite::ShibbolethController#login as HTML
19458
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/
19459
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
19460
+
19461
+
19462
+ Started GET "/dev/shibbolite/" for 130.85.196.41 at 2015-03-30 17:45:47 -0400
19463
+ Processing by StaticController#home as HTML
19464
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19465
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19466
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19467
+ Rendered static/home.html.erb within layouts/application (2.2ms)
19468
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.1ms)
19469
+
19470
+
19471
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-30 17:45:49 -0400
19472
+ Processing by StaticController#admin_resource as HTML
19473
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19474
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19475
+ Filter chain halted as #<Proc:0x00000004d33f98@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19476
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
19477
+
19478
+
19479
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-30 17:45:49 -0400
19480
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19481
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.2ms)
19482
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
19483
+
19484
+
19485
+ Started GET "/dev/shibbolite/shibbolite/logout" for 130.85.196.41 at 2015-03-30 17:45:51 -0400
19486
+ Processing by Shibbolite::ShibbolethController#logout as HTML
19487
+ Redirected to https://linux1.lib.umbc.edu/Shibboleth.sso/Logout?return=https%3A%2F%2Flinux1.lib.umbc.edu%2Fdev%2Fshibbolite%2Fshibbolite%2Flogout_message
19488
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
19489
+
19490
+
19491
+ Started GET "/dev/shibbolite/shibbolite/logout_message" for 130.85.196.41 at 2015-03-30 17:45:51 -0400
19492
+ Processing by Shibbolite::ShibbolethController#logout_message as HTML
19493
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/logout_message.html.erb within layouts/shibbolite/shibboleth (0.5ms)
19494
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
19495
+
19496
+
19497
+ Started GET "/dev/shibbolite/" for 130.85.196.41 at 2015-03-30 17:45:54 -0400
19498
+ Processing by StaticController#home as HTML
19499
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/login
19500
+ Filter chain halted as :use_attributes_if_available rendered or redirected
19501
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
19502
+
19503
+
19504
+ Started GET "/dev/shibbolite/shibbolite/login" for 130.85.196.41 at 2015-03-30 17:45:54 -0400
19505
+ Processing by Shibbolite::ShibbolethController#login as HTML
19506
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19507
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/
19508
+ Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
19509
+
19510
+
19511
+ Started GET "/dev/shibbolite/" for 130.85.196.41 at 2015-03-30 17:45:54 -0400
19512
+ Processing by StaticController#home as HTML
19513
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19514
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19515
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19516
+ Rendered static/home.html.erb within layouts/application (3.2ms)
19517
+ Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.2ms)
19518
+
19519
+
19520
+ Started GET "/dev/shibbolite/assets/application.css?body=1" for 130.85.196.41 at 2015-03-30 17:45:54 -0400
19521
+
19522
+
19523
+ Started GET "/dev/shibbolite/assets/scaffold.css?body=1" for 130.85.196.41 at 2015-03-30 17:45:54 -0400
19524
+
19525
+
19526
+ Started GET "/dev/shibbolite/assets/application.js?body=1" for 130.85.196.41 at 2015-03-30 17:45:54 -0400
19527
+
19528
+
19529
+ Started GET "/dev/shibbolite/static/user_resource" for 130.85.196.41 at 2015-03-30 17:45:55 -0400
19530
+ Processing by StaticController#user_resource as HTML
19531
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19532
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19533
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19534
+ Filter chain halted as #<Proc:0x00000004d34560@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:6> rendered or redirected
19535
+ Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
19536
+
19537
+
19538
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-30 17:45:55 -0400
19539
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19540
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.1ms)
19541
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
19542
+
19543
+
19544
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-30 17:45:56 -0400
19545
+ Processing by StaticController#admin_resource as HTML
19546
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19547
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19548
+ Filter chain halted as #<Proc:0x00000004d33f98@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19549
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
19550
+
19551
+
19552
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-30 17:45:56 -0400
19553
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19554
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.2ms)
19555
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
19556
+
19557
+
19558
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-30 17:45:58 -0400
19559
+ Processing by StaticController#admin_resource as HTML
19560
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19561
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19562
+ Filter chain halted as #<Proc:0x00000004d33f98@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19563
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
19564
+
19565
+
19566
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-30 17:45:58 -0400
19567
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19568
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.1ms)
19569
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)
19570
+
19571
+
19572
+ Started GET "/dev/shibbolite/shibbolite/login" for 130.85.196.41 at 2015-03-30 17:46:16 -0400
19573
+ Processing by Shibbolite::ShibbolethController#login as HTML
19574
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19575
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/
19576
+ Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
19577
+
19578
+
19579
+ Started GET "/dev/shibbolite/" for 130.85.196.41 at 2015-03-30 17:46:16 -0400
19580
+ Processing by StaticController#home as HTML
19581
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19582
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19583
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19584
+ Rendered static/home.html.erb within layouts/application (2.6ms)
19585
+ Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms)
19586
+
19587
+
19588
+ Started GET "/dev/shibbolite/assets/application.css?body=1" for 130.85.196.41 at 2015-03-30 17:46:16 -0400
19589
+
19590
+
19591
+ Started GET "/dev/shibbolite/assets/scaffold.css?body=1" for 130.85.196.41 at 2015-03-30 17:46:16 -0400
19592
+
19593
+
19594
+ Started GET "/dev/shibbolite/assets/application.js?body=1" for 130.85.196.41 at 2015-03-30 17:46:16 -0400
19595
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
19596
+
19597
+
19598
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-30 17:46:22 -0400
19599
+ Processing by StaticController#admin_resource as HTML
19600
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19601
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19602
+ Filter chain halted as #<Proc:0x00000004c2cf00@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19603
+ Completed 302 Found in 27ms (ActiveRecord: 0.3ms)
19604
+
19605
+
19606
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-30 17:46:22 -0400
19607
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19608
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (1.5ms)
19609
+ Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)
19610
+
19611
+
19612
+ Started GET "/dev/shibbolite/static/user_resource" for 130.85.196.41 at 2015-03-30 17:46:23 -0400
19613
+ Processing by StaticController#user_resource as HTML
19614
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19615
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19616
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19617
+ Filter chain halted as #<Proc:0x00000004c2d748@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:6> rendered or redirected
19618
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
19619
+
19620
+
19621
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-30 17:46:23 -0400
19622
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19623
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.2ms)
19624
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
19625
+
19626
+
19627
+ Started GET "/dev/shibbolite/" for 130.85.196.41 at 2015-03-30 17:46:48 -0400
19628
+ Processing by StaticController#home as HTML
19629
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/login
19630
+ Filter chain halted as :use_attributes_if_available rendered or redirected
19631
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
19632
+
19633
+
19634
+ Started GET "/dev/shibbolite/shibbolite/login" for 130.85.196.41 at 2015-03-30 17:46:48 -0400
19635
+ Processing by Shibbolite::ShibbolethController#login as HTML
19636
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19637
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/
19638
+ Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
19639
+
19640
+
19641
+ Started GET "/dev/shibbolite/" for 130.85.196.41 at 2015-03-30 17:46:48 -0400
19642
+ Processing by StaticController#home as HTML
19643
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19644
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19645
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19646
+ Rendered static/home.html.erb within layouts/application (4.3ms)
19647
+ Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.2ms)
19648
+
19649
+
19650
+ Started GET "/dev/shibbolite/assets/application.css?body=1" for 130.85.196.41 at 2015-03-30 17:46:48 -0400
19651
+
19652
+
19653
+ Started GET "/dev/shibbolite/assets/scaffold.css?body=1" for 130.85.196.41 at 2015-03-30 17:46:48 -0400
19654
+
19655
+
19656
+ Started GET "/dev/shibbolite/assets/application.js?body=1" for 130.85.196.41 at 2015-03-30 17:46:48 -0400
19657
+
19658
+
19659
+ Started GET "/dev/shibbolite/static/user_resource" for 130.85.196.41 at 2015-03-30 17:47:08 -0400
19660
+ Processing by StaticController#user_resource as HTML
19661
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19662
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19663
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19664
+ Filter chain halted as #<Proc:0x00000004d34560@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:6> rendered or redirected
19665
+ Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
19666
+
19667
+
19668
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-30 17:47:08 -0400
19669
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19670
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.1ms)
19671
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
19672
+
19673
+
19674
+ Started GET "/dev/shibbolite/shibbolite/login" for 130.85.196.41 at 2015-03-30 17:47:10 -0400
19675
+ Processing by Shibbolite::ShibbolethController#login as HTML
19676
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/
19677
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
19678
+
19679
+
19680
+ Started GET "/dev/shibbolite/" for 130.85.196.41 at 2015-03-30 17:47:10 -0400
19681
+ Processing by StaticController#home as HTML
19682
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19683
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19684
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19685
+ Rendered static/home.html.erb within layouts/application (2.7ms)
19686
+ Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.3ms)
19687
+
19688
+
19689
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-30 17:47:12 -0400
19690
+ Processing by StaticController#admin_resource as HTML
19691
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19692
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19693
+ Filter chain halted as #<Proc:0x00000004d33f98@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19694
+ Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
19695
+
19696
+
19697
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-30 17:47:12 -0400
19698
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19699
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.1ms)
19700
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
19701
+
19702
+
19703
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-30 17:47:18 -0400
19704
+ Processing by StaticController#admin_resource as HTML
19705
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19706
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19707
+ Filter chain halted as #<Proc:0x00000004d33f98@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19708
+ Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
19709
+
19710
+
19711
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-30 17:47:18 -0400
19712
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19713
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.1ms)
19714
+ Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
19715
+
19716
+
19717
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-30 17:47:20 -0400
19718
+ Processing by StaticController#admin_resource as HTML
19719
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19720
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19721
+ Filter chain halted as #<Proc:0x00000004d33f98@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19722
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
19723
+
19724
+
19725
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-30 17:47:20 -0400
19726
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19727
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.2ms)
19728
+ Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms)
19729
+ User Load (1.2ms) SELECT "users".* FROM "users"
19730
+
19731
+
19732
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-31 13:06:07 -0400
19733
+ Processing by StaticController#admin_resource as HTML
19734
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19735
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19736
+ Filter chain halted as #<Proc:0x00000004d33f98@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19737
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
19738
+
19739
+
19740
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-31 13:06:07 -0400
19741
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19742
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.2ms)
19743
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
19744
+
19745
+
19746
+ Started GET "/dev/shibbolite/" for 130.85.196.41 at 2015-03-31 14:53:27 -0400
19747
+ Processing by StaticController#home as HTML
19748
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/login
19749
+ Filter chain halted as :use_attributes_if_available rendered or redirected
19750
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
19751
+
19752
+
19753
+ Started GET "/dev/shibbolite/shibbolite/login" for 130.85.196.41 at 2015-03-31 14:53:27 -0400
19754
+ Processing by Shibbolite::ShibbolethController#login as HTML
19755
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19756
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/
19757
+ Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
19758
+
19759
+
19760
+ Started GET "/dev/shibbolite/" for 130.85.196.41 at 2015-03-31 14:53:27 -0400
19761
+ Processing by StaticController#home as HTML
19762
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19763
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19764
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19765
+ Rendered static/home.html.erb within layouts/application (1.6ms)
19766
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms)
19767
+
19768
+
19769
+ Started GET "/dev/shibbolite/assets/application.css?body=1" for 130.85.196.41 at 2015-03-31 14:53:27 -0400
19770
+
19771
+
19772
+ Started GET "/dev/shibbolite/assets/scaffold.css?body=1" for 130.85.196.41 at 2015-03-31 14:53:27 -0400
19773
+
19774
+
19775
+ Started GET "/dev/shibbolite/assets/application.js?body=1" for 130.85.196.41 at 2015-03-31 14:53:27 -0400
19776
+
19777
+
19778
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-31 14:53:30 -0400
19779
+ Processing by StaticController#admin_resource as HTML
19780
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19781
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19782
+ Filter chain halted as #<Proc:0x0000000478f1c8@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19783
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
19784
+
19785
+
19786
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-31 14:53:30 -0400
19787
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19788
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.2ms)
19789
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
19790
+
19791
+
19792
+ Started GET "/dev/shibbolite/assets/application.css?body=1" for 130.85.196.41 at 2015-03-31 14:53:34 -0400
19793
+
19794
+
19795
+ Started GET "/dev/shibbolite/assets/scaffold.css?body=1" for 130.85.196.41 at 2015-03-31 14:53:34 -0400
19796
+
19797
+
19798
+ Started GET "/dev/shibbolite/static/admin_resource" for 130.85.196.41 at 2015-03-31 14:53:49 -0400
19799
+ Processing by StaticController#admin_resource as HTML
19800
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."umbcusername" = ? LIMIT 1 [["umbcusername", "bad2"]]
19801
+ Redirected to https://linux1.lib.umbc.edu/dev/shibbolite/shibbolite/access_denied
19802
+ Filter chain halted as #<Proc:0x0000000478f1c8@/var/rails/development/shibbolite/spec/dummy/app/controllers/static_controller.rb:7> rendered or redirected
19803
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
19804
+
19805
+
19806
+ Started GET "/dev/shibbolite/shibbolite/access_denied" for 130.85.196.41 at 2015-03-31 14:53:49 -0400
19807
+ Processing by Shibbolite::ShibbolethController#access_denied as HTML
19808
+ Rendered /var/rails/development/shibbolite/app/views/shibbolite/shibboleth/access_denied.html.erb within layouts/shibbolite/shibboleth (0.1ms)
19809
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)