SMILEConsortium / node-smile-server

3 stars 4 forks source link

In many places, SMILE Student Web does not check for error on POST/GET requests #42

Open truedat101 opened 10 years ago

truedat101 commented 10 years ago

The student UI will blow up if it gets anything other than success. This is critical to fix.

To reproduce, login. Have the teacher reset the session. The user is then removed from the session, though they are in a logged in state. Then any post requests will get error 500.

Fix these general error cases. Everything doesn't always go perfectly.