Index: lams_central/conf/security/Owasp.CsrfGuard.properties =================================================================== diff -u -r6481b3403e4e91e51c67207de071ba83335103de -r374bf624aba202edb107a054eef3dde19000e0b4 --- lams_central/conf/security/Owasp.CsrfGuard.properties (.../Owasp.CsrfGuard.properties) (revision 6481b3403e4e91e51c67207de071ba83335103de) +++ lams_central/conf/security/Owasp.CsrfGuard.properties (.../Owasp.CsrfGuard.properties) (revision 374bf624aba202edb107a054eef3dde19000e0b4) @@ -81,6 +81,7 @@ org.owasp.csrfguard.protected.centralAddCollection=/lams/qb/collection/addCollection.do org.owasp.csrfguard.protected.centralAddCollectionQuestion=/lams/qb/collection/addCollectionQuestion.do org.owasp.csrfguard.protected.centralRemoveCollectionQuestion=/lams/qb/collection/removeCollectionQuestion.do +org.owasp.csrfguard.protected.centralPrintCollectionQuestions=/lams/qb/printQbCollectionQuestions.do org.owasp.csrfguard.protected.centralMergeQuestions=/lams/qb/stats/merge.do org.owasp.csrfguard.protected.centralExportQuestionsXml=/lams/xmlQuestions/exportQuestionsXml.do org.owasp.csrfguard.protected.centralImportQuestionsXml=/lams/xmlQuestions/importQuestionsXml.do @@ -301,4 +302,4 @@ # Actions to take when a CSRF attack is attempted org.owasp.csrfguard.action.Log=org.owasp.csrfguard.action.Log org.owasp.csrfguard.Logger=org.owasp.csrfguard.log.JavaLogger -org.owasp.csrfguard.action.Log.Message=CSRF attack (user: %user%, ip: %remote_ip%, uri: %request_uri%, error: %exception_message%) +org.owasp.csrfguard.action.Log.Message=CSRF attack (user: %user%, ip: %remote_ip%, uri: %request_uri%, error: %exception_message%) \ No newline at end of file