TEST
Created attachment 106 [details] The command list and error shown in the program
Summary: When I was trying to log in, there is a list of errors shown. Steps to Reproduce: Step 1: type login command Step 2: press enter Actual Results: The error messages are shown and thrown java.io.FileNotFoundException Expected Results: After typing the "login" command, the program should show the login shell and show the "Login success!" system message.
Created attachment 108 [details] Code for resolving the bug
It seems that it is the problem of spacing that has the encoding of '%20'. The bug is solved by adding code which is the .replaceall() function. Please see the attached file called 'Code for resolving the bug.png'.