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 7b3b4f129 Merge pull request #437 from spyhunter99/feature/JSPWIKI-1220
add 62fa2746c JSPWIKI-1239 a string length check added to prevent
duplicate email check if the user does not specify one. JSPWIKI-1243 fixes
email validation for unicode and other symbols in email addresses (adds
commons-validator as a dependency prevent the attempt at sending an email
address if it's not defined during new account signup removes the ClearSiteData
servlet filter which broke the CSRF token mechism
add b79f2c3fe change log, yada yada
new 088c0d3f8 Merge pull request #438 from
spyhunter99/bug/JSPWIKI-1239-email-optional
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:
ChangeLog.md | 15 +++++++
.../src/main/java/org/apache/wiki/api/Release.java | 2 +-
.../wiki/http/filter/ClearSiteDataFilter.java | 50 ----------------------
jspwiki-main/pom.xml | 5 +++
.../org/apache/wiki/auth/DefaultUserManager.java | 20 +++++----
.../wiki/tasks/auth/SaveUserProfileTask.java | 2 +-
.../java/org/apache/wiki/ui/InputValidator.java | 5 +--
jspwiki-war/src/main/webapp/Login.jsp | 2 +-
jspwiki-war/src/main/webapp/WEB-INF/web.xml | 9 +---
pom.xml | 7 +++
10 files changed, 44 insertions(+), 73 deletions(-)
delete mode 100644
jspwiki-http/src/main/java/org/apache/wiki/http/filter/ClearSiteDataFilter.java