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 c6dbf7535 Merge pull request #446 from
spyhunter99/feature/JSPWIKI-794-diff-replacement
add 7c575b528 JSPWIKI-1252 audit log alert when multiple logins are
detected for the same login
add 6237cf035 Merge branch 'master' into feature/JSPWIKI-1252
add 36afad72c JSPWIKI-1252 adds a default implementation for the new api
that returns null. this should mitigate any potential issues with users
extending the default class for the wiki session having upgrade issues
new af23f1fe6 Merge pull request #451 from spyhunter99/feature/JSPWIKI-1252
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:
.../java/org/apache/wiki/api/core/Session.java | 23 +++++++++++++++
.../org/apache/wiki/event/WikiSecurityEvent.java | 5 +++-
.../src/main/java/org/apache/wiki/WikiSession.java | 9 ++++--
.../wiki/auth/DefaultAuthenticationManager.java | 18 ++++++++++++
.../java/org/apache/wiki/auth/SessionMonitor.java | 34 ++++++++++++++++++----
5 files changed, 81 insertions(+), 8 deletions(-)