This is an automated email from the ASF dual-hosted git repository.
snoopdave pushed a change to branch roller-6.0.x
in repository https://gitbox.apache.org/repos/asf/roller.git.
from 46abbd7 Implemented: logic to apply email validations (ROL-2156)
Added method to apply regular expression and added rules to validate email
Added error message with internationalised text instead of hard coded text
Removed existing custom code to validate inputs
new 66c9d57 Fix flakey test.
new b013c74 Cherry pick referrer fix.
new 2dae076 Prepare for 6.0.2-rc1
The 3 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:
app/pom.xml | 2 +-
.../ui/rendering/servlets/PageServlet.java | 9 +-
.../apache/roller/weblogger/util/IPBanList.java | 171 +++++++++++----------
.../roller/weblogger/util/IPBanListTest.java | 113 ++++++++++++++
assembly-release/pom.xml | 2 +-
assembly-release/sign-release.sh | 4 +-
it-selenium/pom.xml | 2 +-
pom.xml | 4 +-
8 files changed, 209 insertions(+), 98 deletions(-)
create mode 100644
app/src/test/java/org/apache/roller/weblogger/util/IPBanListTest.java