I am currently a tutor and I realized while assessing a submission that line comment strings are not being escaped while sending to artemis servers, which cause some problems such that following comments will not be sent to artemis anymore or they are interpreted as special chars such as "\n"
To Reproduce
Open an assessment on Orion
Add a line comment for example < Hello \n from "world" >
Try adding a new line comment < test >
You'll see that the first one will be sent to artemis as < Hello
from> , but the second one will be ignored because of quotation marks.
Expected behavior
Strings should be html escaped before being sent to remote server
Describe the bug
I am currently a tutor and I realized while assessing a submission that line comment strings are not being escaped while sending to artemis servers, which cause some problems such that following comments will not be sent to artemis anymore or they are interpreted as special chars such as "\n"
To Reproduce
Expected behavior
Strings should be html escaped before being sent to remote server
Screenshots
Environment
Additional context
Output in IntelliJ