Added a fix-error-todo
This commit is contained in:
parent
1938a9f1db
commit
e4a9136c68
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue