Added a fix-error-todo

This commit is contained in:
Norbi Peti 2016-08-18 22:37:05 +02:00
parent 1938a9f1db
commit e4a9136c68

View file

@ -33,7 +33,7 @@ public class RegisterAjaxPage extends Page {
if (errormsg.length() > 0) {
final String msg = errormsg;
IOHelper.SendResponse(200, (doc) -> doc.html(msg).ownerDocument(), exchange);
return;
return; // TODO: Fix: java.io.FileNotFoundException: data\Conversation-1.json (The process cannot access the file because it is being used by another process)
}
User user = ManagedData.create(User.class);
user.setName(post.get("name").getAsString());