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

Fixed event ID regex #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

luanvcmartins
Copy link

@luanvcmartins luanvcmartins commented Nov 18, 2017

Passing a valid event ID always returns "Invalid event ID" due to incorrect verification, making impossible to update events.
While most uuid expects the 15th character to be a "4", a valid event ID contains the constant "5" on the 15th position, making the validate_uuid function unable to correctly validade an event's ID.

Passing a valid event ID always returns "Invalid event ID" due to broken verification, making impossible to update events.
While an AIDAX's key (uuid) expects the 15th character to be a "4", a valid event ID contains the constant "5" on the 15th position, making the validate_uuid unable to correctly validade an event's ID.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant