-
Notifications
You must be signed in to change notification settings - Fork 572
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 valid and existing versions in webservices #517
Comments
#500 has some relevant logic ( |
Like with #117, I don't think we need to validate the version in the API. I think it has never happened that a user configures an invalid version (e.g. containing "/", causing directory descent) or a colliding version (e.g. using the characters that eggstorage replaces with underscores). As mentioned in #421, we can't change status codes without breaking backwards compatibility. |
In terms of checking that the project and/or version exists:
|
From #421
We can do this using(That branch only runs if no version is provided.)IEggStorage.get()
. If(None, None)
is returned, then no version matches.The text was updated successfully, but these errors were encountered: