Open sydfromm opened 7 months ago
Thanks @sydfromm for this PR.
I can't test it since I don't have such environment available (server with AD domain).
Additionally, on my side the test passes with or without the modification in manage_submission.js.
Can you provide a test that won't pass without the modification?
Currently, using autograde on a student with a backslash in their student id raises an error. Backslashes were not encoded properly and appeared as forward slashes in the post request.
This pr aims to fix #912 by encoding the full api call.