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
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
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
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.
calling org.apache.commons.validator.routines.EmailValidator.isValid()
with "jane..s@test.com" as email returns false but is valid.
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
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
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