Index: lams_build/conf/domain.xml =================================================================== diff -u -rb166ecc5b6f636ccdade106f8b6999ea43d0d31c -r3bb66b73292b37e2f3773579947b7ead5017ccea --- lams_build/conf/domain.xml (.../domain.xml) (revision b166ecc5b6f636ccdade106f8b6999ea43d0d31c) +++ lams_build/conf/domain.xml (.../domain.xml) (revision 3bb66b73292b37e2f3773579947b7ead5017ccea) @@ -205,7 +205,15 @@ - + + + + + + + + + Index: lams_build/conf/slim/standalone.xml =================================================================== diff -u -rb166ecc5b6f636ccdade106f8b6999ea43d0d31c -r3bb66b73292b37e2f3773579947b7ead5017ccea --- lams_build/conf/slim/standalone.xml (.../standalone.xml) (revision b166ecc5b6f636ccdade106f8b6999ea43d0d31c) +++ lams_build/conf/slim/standalone.xml (.../standalone.xml) (revision 3bb66b73292b37e2f3773579947b7ead5017ccea) @@ -226,6 +226,14 @@ + + + + + + + + Index: lams_build/conf/standalone.xml =================================================================== diff -u -rb166ecc5b6f636ccdade106f8b6999ea43d0d31c -r3bb66b73292b37e2f3773579947b7ead5017ccea --- lams_build/conf/standalone.xml (.../standalone.xml) (revision b166ecc5b6f636ccdade106f8b6999ea43d0d31c) +++ lams_build/conf/standalone.xml (.../standalone.xml) (revision 3bb66b73292b37e2f3773579947b7ead5017ccea) @@ -246,6 +246,14 @@ + + + + + + + + Index: lams_central/conf/security/Owasp.CsrfGuard.properties =================================================================== diff -u -r3317bc79e858810750b2d6aacbcb4a0a6d36b841 -r3bb66b73292b37e2f3773579947b7ead5017ccea --- lams_central/conf/security/Owasp.CsrfGuard.properties (.../Owasp.CsrfGuard.properties) (revision 3317bc79e858810750b2d6aacbcb4a0a6d36b841) +++ lams_central/conf/security/Owasp.CsrfGuard.properties (.../Owasp.CsrfGuard.properties) (revision 3bb66b73292b37e2f3773579947b7ead5017ccea) @@ -236,4 +236,5 @@ # Actions to take when a CSRF attack is attempted org.owasp.csrfguard.action.Log=org.owasp.csrfguard.action.Log -org.owasp.csrfguard.action.Log.Message=CSRF attack (user: %user%, ip: %remote_ip%, uri:%request_uri%, error: %exception_message%) +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%)