-
Notifications
You must be signed in to change notification settings - Fork 67
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
HTTP API - Validate artifact file extension #533
Comments
It's required to provide correct file extension because Mist supports |
Instead of forcing the end user for extension; How about appending the extension based on the mime-type of the artifact when the extension is missing.
|
Honestly, it's hard to imagine a situation when it would be useful. Usually, these types of files always have a correct file extension. Also, data that describes Anyway, to upload an artifact you need to explicitly set a |
Getting the below error if the file mentioned in the
path
paramter doesn't have any extension.Appending
.jar
to file and adjusting the same inpath
works.The text was updated successfully, but these errors were encountered: