Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Validate v0 token is correct #406

Closed
bbangert opened this issue Mar 12, 2016 · 0 comments
Closed

Validate v0 token is correct #406

bbangert opened this issue Mar 12, 2016 · 0 comments
Assignees

Comments

@bbangert
Copy link
Member

Some appservers seem to be sending v1 or v2 tokens in place of a v0 token. Most likely because they're storing only the token at the end and not the rest of the URL. We should consider these invalid tokens instead of throwing an exception on setting the chid from normalize_id.

@bbangert bbangert self-assigned this Mar 12, 2016
bbangert added a commit that referenced this issue Mar 12, 2016
Changes v0 token validation from simple check containing a : into
regex expecting valid uuid characters on either side of the : as
well.

Closes #406
bbangert added a commit that referenced this issue Mar 12, 2016
Changes v0 token validation from simple check containing a : into
regex expecting valid uuid characters on either side of the : as
well.

Closes #406
jrconlin pushed a commit that referenced this issue Mar 15, 2016
Changes v0 token validation from simple check containing a : into
regex expecting valid uuid characters on either side of the : as
well.

Closes #406
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