Bug fix
This commit is contained in:
parent
ecfaa4e736
commit
f0ed576448
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ public class FileUploadListener implements ProgressListener{
|
||||||
node.add("id", id);
|
node.add("id", id);
|
||||||
|
|
||||||
node.add("status", status.toString());
|
node.add("status", status.toString());
|
||||||
node.add("message", message);
|
node.add("message", message.replaceAll("\"", "\\\""));
|
||||||
node.add("filename", filename);
|
node.add("filename", filename);
|
||||||
node.add("percent", getPercentComplete());
|
node.add("percent", getPercentComplete());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue