I'm trying to deploy a "Hello World" sample from Atalasoft WingScan.
WingScan communicates with a local Scanner, scans a document and uses javascript to send a POST to the server, sending the multipart data.
While processing the upload servlet from WingScan, Wildfly is returning a response with the body:
<html><head><title>Error</title></head><body>File save failed (65533)</body></html>
I've scanned undertow source code but couldn't find how this message is originated. The response's status code is 507 - Insufficient Storage. Can anyone give me a hint on interpreting this response?