LDEV-4932 Secure gradebook calls with CSRF Guard* Secure the following gradebook calls in particular: - Release marks - Any change in marks - Export* Add taglibs.jsp to gradebook project
LDEV-4932 Secure gradebook calls with CSRF Guard* Secure the following gradebook calls in particular: - Release marks - Any change in marks - Export* Add taglibs.jsp to gradebook project
LDEV-4935 Secure lesson chat (presence) websocketsNickname is taken from session, not from incoming parameters. User getschecked if he participates in the given lesson.Simplified code, clean up.
LDEV-4932 Secure edit in monitor with CSRF Guard* In order to secure /definelater.do path, added definelater() method toAuthoringController to the tools missing it* Remove unnecessary forms from monitor in Vote, NB, QA tools