emory-libraries / dlp-lux

Discovery for the DLP Cor Repository
2 stars 0 forks source link

Redirect unauthenticated users to login page #642

Closed wulman16 closed 3 years ago

wulman16 commented 4 years ago
bwatson78 commented 3 years ago

@wulman16 I merged that and saw that this error keeps popping up:

1) 404 Error Custom Page loads the page for unlogged in users looking for bookmarks

     Failure/Error: expect(response.status).to eq 404

       expected: 404

            got: 500

       (compared using ==)

     # ./spec/requests/not_found_spec.rb:35:in `block (2 levels) in <top (required)>'

I think it's gotta be related to your code.