This is an automated email from the ASF dual-hosted git repository.
alexoree pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
from cfc3d757f Merge pull request #445 from
spyhunter99/feature/JSPWIKI-1198-fix
add d6bc8c265 JSPWIKI-1245 run security validation checks at start up and
log it. optionally send an email to admins
new b9a8cb263 Merge pull request #443 from spyhunter99/feature/JSPWIKI-1245
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/main/java/org/apache/wiki/WikiEngine.java | 3 +
.../wiki/auth/SecurityVerificationUtility.java | 100 +++++++++++++++++++++
.../src/main/resources/ini/jspwiki.properties | 4 +
3 files changed, 107 insertions(+)
create mode 100644
jspwiki-main/src/main/java/org/apache/wiki/auth/SecurityVerificationUtility.java