View Revisions: Issue #1081

Summary 0001081: Handle all uploaded Web Print file items
Revision 2019-09-18 16:43 by rijkr
Description IST: A customer using a macOS reports that file uploads frequently fails both in Chrome and Safari. Sometimes it works, often not. After choosing the PDF to upload and pressing the Upload button error message "undefined" appears. A NullPointerException is written in server.log at the point where a map of uploaded file items are retrieved by key "file" (as set in User Web App). Obviously there are no items with that key. But, maybe there are items with other key(s). Hard to tell cause this issue can't be reproduced.
SOLL: Handle all file items on the uploaded files map (not just the ones with key "file").
Revision 2019-09-18 16:42 by rijkr
Description IST: A customer using a macOS reports that file uploads frequently fails both in Chrome and Safari. Sometimes it works, often not. After choosing the PDF to upload and pressing the Upload button error message "undefined" appears. A NullPointerException is written in server.log at the point where a map of uploaded file items are retrieved by key "file". Obviously there are no items with that key. But, maybe there are items with other key(s). Hard to tell cause this issue can't be reproduced.
SOLL: Handle all file items on the uploaded files map (not just the ones with key "file").