-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Optional Upload with malformed file multipart part #803
Labels
Milestone
Comments
DrorBuhnik
changed the title
Optional Upload with melform file multipart part
Optional Upload with malformed file multipart part
Jun 1, 2017
Will have to look, didn't know the filename attribute was optional |
I'm not sure it is optional |
jknack
added a commit
that referenced
this issue
Jun 23, 2017
Optional Upload with malformed file multipart part fix #803
jknack
added a commit
that referenced
this issue
Jun 23, 2017
Optional Upload with malformed file multipart part fix #803
jknack
added a commit
that referenced
this issue
Jun 29, 2017
Optional Upload with malformed file multipart part fix #803
jknack
added a commit
that referenced
this issue
Jul 3, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When we have this endpoint:
And the client upload a multipart with 'file' part where the 'filename' doesn't exists we get weird result, file.isPresent() return true but he is a 'Object' type instead of 'Upload'
Currently we manually check it:
The text was updated successfully, but these errors were encountered: