Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Uninitialized constant Casino::Authenticator #108

Closed
rorystephenson opened this issue May 26, 2015 · 1 comment
Closed

Uninitialized constant Casino::Authenticator #108

rorystephenson opened this issue May 26, 2015 · 1 comment

Comments

@rorystephenson
Copy link
Contributor

Due to my own fiddling I've caused an exception to be raised during login which in turn causes another exception: Uninitialized constant Casino::Authenticator is thrown at

rescue CASino::Authenticator::AuthenticatorError => e
when the original exception is handled.

I think you lost the require 'casino/authenticator' when you moved authentication.rb to authentication_processor.rb: https://github.com/rbCAS/CASino/compare/master@%7B1month%7D...master#diff-0bf020b1f393654949d24413fd4135c2L1 (scroll down to authentication.rb).

I didn't check too hard so not sure on that.

@rorystephenson
Copy link
Contributor Author

I've created a PR with the added require (which fixes it for me) if that's how you want to fix it: #109.

@pencil pencil closed this as completed May 28, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants