Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spec for expired ticket passes, should fail #7

Open
ghost opened this issue May 17, 2009 · 0 comments
Open

spec for expired ticket passes, should fail #7

ghost opened this issue May 17, 2009 · 0 comments
Labels

Comments

@ghost
Copy link

ghost commented May 17, 2009

ServiceTicket#expired? never actually returns true. Same for LoginTicket#expired?

def expired?
# Time.now - service_ticket.created_on > CASServer::Conf.service_ticket_expiry
end

I think created_on should also be created_at.

original LH ticket

This ticket has 0 attachment(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants