Server crashes if spaces are input on the console
When running the server in a CLI (ie. "java -jar minecraft_server.jar nogui"), on the server console, pressing spacebar and hitting enter causes the server to crash with ArrayOutOfBoundsException. The issue occurs regardless of whether a single space or multiple spaces are entered.
The crash log is attached.