mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
parent
81ae01c132
commit
6f96046dea
|
@ -303,7 +303,7 @@ public final class DecodeServlet extends HttpServlet {
|
|||
return;
|
||||
} catch (IOException ioe) {
|
||||
log.info(ioe.toString());
|
||||
errorResponse(request, response, "badurl");
|
||||
errorResponse(request, response, "badimage");
|
||||
return;
|
||||
}
|
||||
Part fileUploadPart = null;
|
||||
|
|
Loading…
Reference in a new issue