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

Check SQL string id params are UUIDs #13

Open
JamesGardiner opened this issue Dec 18, 2017 · 1 comment
Open

Check SQL string id params are UUIDs #13

JamesGardiner opened this issue Dec 18, 2017 · 1 comment

Comments

@JamesGardiner
Copy link
Contributor

JamesGardiner commented Dec 18, 2017

Current implementation does not check for string compliance against RFC 4122 - A Postgres UUID error is thrown if a GET request against and ID field is performed with a string that does not fulfil this requirement. In these cases a 400 should be returned with details of the error.

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

No branches or pull requests

3 participants