jijo-paulose / gwtupload

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

Space in server response is converted to " " #186

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I send the server response as JSON to parse it on the client.

All spaces in the response are converted to the string " ". It is probably 
the fault of the client side XML parser not unescaping HTML from the iframe 
properly (in gwtupload.client.Uploader:388, < and > are unescaped but 
  isn't converted to plain old space).

Original issue reported on code.google.com by m...@lucidfox.org on 27 Dec 2013 at 10:46

GoogleCodeExporter commented 8 years ago

Original comment by manuel.carrasco.m on 31 Dec 2013 at 4:41

GoogleCodeExporter commented 8 years ago

Original comment by manuel.carrasco.m on 31 Dec 2013 at 4:42

GoogleCodeExporter commented 8 years ago
Checkout version 1.0.0 it has the fix

Original comment by manuel.carrasco.m on 2 Jan 2014 at 9:14