jijo-paulose / gwtupload

Automatically exported from code.google.com/p/gwtupload
Other
0 stars 0 forks source link

Open "error" tag used instead of close "error" tag to wrap error message. #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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:07

GoogleCodeExporter commented 9 years ago
Issue 79 has been merged into this issue.

Original comment by manuel.carrasco.m on 29 Dec 2010 at 7:49

GoogleCodeExporter commented 9 years ago
Fixed in r816

Thanks for reporting.
- Manolo

Original comment by manuel.carrasco.m on 29 Dec 2010 at 7:52