Version: 0.6.1
In the method gwtupload.server.UploadAction.doGet(HttpServletRequest,
HttpServletResponse), in the line that assembles the XML message when an
exception is caught, XML is assembled in this manner:
"<error>" + e.getMessage() + "<error>"
It should probably be:
"<error>" + e.getMessage() + "</error>"
Original issue reported on code.google.com by simon.cl...@gmail.com on 9 Nov 2010 at 5:08
Original issue reported on code.google.com by
simon.cl...@gmail.com
on 9 Nov 2010 at 5:08