Re: commons validator saying valid email is invalid

2017-02-27 Thread sebb
Two periods together is invalid. (RFC 2822, section 3.4.1) On 27 February 2017 at 21:37, Pascal Schumacher wrote: > Hi Tim, > > please report issues at https://issues.apache.org/jira/browse/VALIDATOR > > Thanks, > Pascal > > Am 27.02.2017 um 21:52 schrieb Tim Cronin: >> >> calling org.apache.comm

Re: [validator] out of date release plan on jira summary page

2017-02-27 Thread sebb
There's no particular plan so I removed the section On 27 February 2017 at 21:42, Pascal Schumacher wrote: > Hello everybody, > > just noticed that the commons-validator release plan displayed on > https://issues.apache.org/jira/browse/VALIDATOR/?selectedTab=com.atlassian.jira.jira-projects-plugi

[validator] out of date release plan on jira summary page

2017-02-27 Thread Pascal Schumacher
Hello everybody, just noticed that the commons-validator release plan displayed on https://issues.apache.org/jira/browse/VALIDATOR/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel seems to be out of date. Cheers, Pascal

Re: commons validator saying valid email is invalid

2017-02-27 Thread Pascal Schumacher
Hi Tim, please report issues at https://issues.apache.org/jira/browse/VALIDATOR Thanks, Pascal Am 27.02.2017 um 21:52 schrieb Tim Cronin: calling org.apache.commons.validator.routines.EmailValidator.isValid() with "jane..s@test.com" as email returns false but is valid.

commons validator saying valid email is invalid

2017-02-27 Thread Tim Cronin
calling org.apache.commons.validator.routines.EmailValidator.isValid() with "jane..s@test.com" as email returns false but is valid.

[lang] Question with the StringEscapeUtils.(un)escapeEcmaScript

2017-02-27 Thread Yasser Zamani
Hi there, I just wonder why `StringEscapeUtils.escapeEcmaScript` also includes `JavaUnicodeEscaper`? is it it's business really? the problem is when we use it to prevent script injection by user, it also replaces user input's unicodes with "\u"s which is not deducted with `escapeEcmaScript' te

[text] TEXT-64, ExtendedMessageFormat Locale.getDefault() handling

2017-02-27 Thread Rob Tompkins
Hello all, In researching the build issue that Bruno came across in the release of text-1.0-beta-1, I’ve discovered that it seems that java.text.MessageFormat(String pattern) differs in its retrieval of the default locale from out org.apache.commons.text.ExtendedMessageFormat in that it calls

Re: [compress] Some Compressor Benchmarks

2017-02-27 Thread Stefan Bodewig
On 2017-02-25, Stefan Bodewig wrote: > While I was at it I thought it would be nice to compare the performance > of the compression formats we support: > > https://github.com/bodewig/commons-compress-benchmarks/wiki/Comparison-of-Compression-Formats > As expected the performance of the zlib b